public static enum Jackson2Configurator.BuildinJackson2Configurators extends Enum<Jackson2Configurator.BuildinJackson2Configurators> implements Jackson2Configurator<Jackson2Configurator.BuildinJackson2Configurators>
Jackson2Configurator.BuildinJackson2Configurators
Enum Constant and Description |
---|
JACKSON2_DATETIME_CONFIGURATOR |
JACKSON2_DEFAULT_CONFIGURATOR |
JACKSON2_HAL_CONFIGURATOR |
JACKSON2_JAXB_ANNOTATION_CONFIGUATOR
see: http://wiki.fasterxml.com/JacksonJAXBAnnotations see: https://github.com/FasterXML/jackson-module-jaxb-annotations
|
JACKSON_JAXB_ENABLED, XMLMAPPER_CLASSNAME
Modifier and Type | Method and Description |
---|---|
abstract <M extends com.fasterxml.jackson.databind.ObjectMapper> |
config(org.springframework.core.env.PropertyResolver propertyResolver,
M objectMapper) |
static Jackson2Configurator.BuildinJackson2Configurators |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jackson2Configurator.BuildinJackson2Configurators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
findClass, getEnumValue, getProperty, isXmlMapper
public static final Jackson2Configurator.BuildinJackson2Configurators JACKSON2_DEFAULT_CONFIGURATOR
public static final Jackson2Configurator.BuildinJackson2Configurators JACKSON2_DATETIME_CONFIGURATOR
public static final Jackson2Configurator.BuildinJackson2Configurators JACKSON2_HAL_CONFIGURATOR
public static final Jackson2Configurator.BuildinJackson2Configurators JACKSON2_JAXB_ANNOTATION_CONFIGUATOR
public static Jackson2Configurator.BuildinJackson2Configurators[] values()
for (Jackson2Configurator.BuildinJackson2Configurators c : Jackson2Configurator.BuildinJackson2Configurators.values()) System.out.println(c);
public static Jackson2Configurator.BuildinJackson2Configurators 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 abstract <M extends com.fasterxml.jackson.databind.ObjectMapper> M config(org.springframework.core.env.PropertyResolver propertyResolver, M objectMapper)
config
in interface Jackson2Configurator<Jackson2Configurator.BuildinJackson2Configurators>
Copyright © 2017. All rights reserved.