public static enum AdaptativeJsonHandler.JsonCodec extends Enum<AdaptativeJsonHandler.JsonCodec>
Modifier and Type | Field and Description |
---|---|
com.fasterxml.jackson.core.JsonFactory |
factory |
com.fasterxml.jackson.databind.ObjectMapper |
mapper |
Modifier and Type | Method and Description |
---|---|
static AdaptativeJsonHandler.JsonCodec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdaptativeJsonHandler.JsonCodec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdaptativeJsonHandler.JsonCodec SMILE
public static final AdaptativeJsonHandler.JsonCodec JSON
public final com.fasterxml.jackson.core.JsonFactory factory
public final com.fasterxml.jackson.databind.ObjectMapper mapper
public static AdaptativeJsonHandler.JsonCodec[] values()
for (AdaptativeJsonHandler.JsonCodec c : AdaptativeJsonHandler.JsonCodec.values()) System.out.println(c);
public static AdaptativeJsonHandler.JsonCodec 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 nullCopyright © 2009–2020 Waarp. All rights reserved.