public enum RedditJacksonManager extends Enum<RedditJacksonManager>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.codehaus.jackson.map.ObjectMapper |
getObjectMapper() |
static RedditJacksonManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedditJacksonManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedditJacksonManager INSTANCE
public static RedditJacksonManager[] values()
for (RedditJacksonManager c : RedditJacksonManager.values()) System.out.println(c);
public static RedditJacksonManager valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic org.codehaus.jackson.map.ObjectMapper getObjectMapper()
Copyright © 2013. All rights reserved.