Index
All Classes and Interfaces|All Packages|Serialized Form
A
- afterPropertiesSet() - Method in class org.springframework.boot.jackson2.JsonComponentModule
-
Deprecated.
- and(Class, Class) - Method in class org.springframework.boot.jackson2.JsonMixinModuleEntries.Builder
-
Deprecated.Add a mapping for the specified classes.
- and(String, String) - Method in class org.springframework.boot.jackson2.JsonMixinModuleEntries.Builder
-
Deprecated.Add a mapping for the specified class names.
C
- create(Consumer) - Static method in class org.springframework.boot.jackson2.JsonMixinModuleEntries
-
Deprecated.Create an instance using the specified
JsonMixinModuleEntries.Builder. - customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.jackson2.autoconfigure.Jackson2ObjectMapperBuilderCustomizer
-
Deprecated.Customize the JacksonObjectMapperBuilder.
D
- Datatype() - Constructor for class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.Datatype
-
Deprecated.
- DEFAULT - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Use heuristics to see if "properties" mode is to be used.
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.
- deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.Deserialize JSON content into the value type this serializer handles.
- doWithEntry(ClassLoader, BiConsumer) - Method in class org.springframework.boot.jackson2.JsonMixinModuleEntries
-
Deprecated.Perform an action on each entry defined by this instance.
E
- EXPLICIT_ONLY - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Refuse to decide implicit mode and instead throw an InvalidDefinitionException for ambiguous cases.
G
- getConstructorDetector() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getDatatype() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getDateFormat() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getDefaultLeniency() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getDefaultPropertyInclusion() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getDeserialization() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getEnum() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.Datatype
-
Deprecated.
- getGenerator() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getJsonNode() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.Datatype
-
Deprecated.
- getLocale() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getMapper() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getParser() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getPropertyNamingStrategy() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.Helper method to return a
JsonNodefrom the tree. - getSerialization() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getTimeZone() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- getVisibility() - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
J
- Jackson2AutoConfiguration - Class in org.springframework.boot.jackson2.autoconfigure
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.
- Jackson2AutoConfiguration() - Constructor for class org.springframework.boot.jackson2.autoconfigure.Jackson2AutoConfiguration
-
Deprecated.
- Jackson2ObjectMapperBuilderCustomizer - Interface in org.springframework.boot.jackson2.autoconfigure
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.
- Jackson2Properties - Class in org.springframework.boot.jackson2.autoconfigure
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.
- Jackson2Properties() - Constructor for class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- Jackson2Properties.ConstructorDetectorStrategy - Enum Class in org.springframework.boot.jackson2.autoconfigure
-
Deprecated.
- Jackson2Properties.Datatype - Class in org.springframework.boot.jackson2.autoconfigure
-
Deprecated.
- JsonComponent - Annotation Interface in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
JacksonComponent. - JsonComponent.Scope - Enum Class in org.springframework.boot.jackson2
-
Deprecated.The various scopes under which a serializer/deserializer can be registered.
- JsonComponentModule - Class in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
JacksonComponentModule. - JsonComponentModule() - Constructor for class org.springframework.boot.jackson2.JsonComponentModule
-
Deprecated.
- JsonMixin - Annotation Interface in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
JacksonMixin. - JsonMixinModule - Class in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
JacksonMixinModule - JsonMixinModule() - Constructor for class org.springframework.boot.jackson2.JsonMixinModule
-
Deprecated.
- JsonMixinModuleEntries - Class in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
JsonMixinModuleEntries - JsonMixinModuleEntries.Builder - Class in org.springframework.boot.jackson2
-
Deprecated.Builder for
JsonMixinModuleEntries. - JsonObjectDeserializer<T> - Class in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
ObjectValueDeserializer - JsonObjectDeserializer() - Constructor for class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.
- JsonObjectSerializer<T> - Class in org.springframework.boot.jackson2
-
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3 and
ObjectValueSerializer - JsonObjectSerializer() - Constructor for class org.springframework.boot.jackson2.JsonObjectSerializer
-
Deprecated.
K
- KEYS - Enum constant in enum class org.springframework.boot.jackson2.JsonComponent.Scope
-
Deprecated.A serializer/deserializer for keys.
N
- nullSafeValue(JsonNode, Class) - Method in class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.Helper method to extract a value from the given
jsonNodeor returnnullwhen the node itself isnull. - nullSafeValue(JsonNode, Class, Function) - Method in class org.springframework.boot.jackson2.JsonObjectDeserializer
-
Deprecated.Helper method to extract a value from the given
jsonNodeor returnnullwhen the node itself isnull.
O
- org.springframework.boot.jackson2 - package org.springframework.boot.jackson2
-
Custom enhancements and support for Jackson 2.
- org.springframework.boot.jackson2.autoconfigure - package org.springframework.boot.jackson2.autoconfigure
-
Auto-configuration for Jackson 2.
R
- registerEntries(JsonMixinModuleEntries, ClassLoader) - Method in class org.springframework.boot.jackson2.JsonMixinModule
-
Deprecated.Register the specified
entries. - registerJsonComponents() - Method in class org.springframework.boot.jackson2.JsonComponentModule
-
Deprecated.
S
- scan(ApplicationContext, Collection) - Static method in class org.springframework.boot.jackson2.JsonMixinModuleEntries
-
Deprecated.Scan the classpath for
@JsonMixinin the specifiedbasePackages. - scope() - Element in annotation interface org.springframework.boot.jackson2.JsonComponent
-
Deprecated.The scope under which the serializer/deserializer should be registered with the module.
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson2.JsonObjectSerializer
-
Deprecated.
- serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson2.JsonObjectSerializer
-
Deprecated.Serialize JSON content into the value type this serializer handles.
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson2.JsonComponentModule
-
Deprecated.
- setConstructorDetector(Jackson2Properties.ConstructorDetectorStrategy) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setDateFormat(String) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setDefaultLeniency(Boolean) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setLocale(Locale) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
- setTimeZone(TimeZone) - Method in class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties
-
Deprecated.
T
- type() - Element in annotation interface org.springframework.boot.jackson2.JsonComponent
-
Deprecated.The types that are handled by the provided serializer/deserializer.
- type() - Element in annotation interface org.springframework.boot.jackson2.JsonMixin
-
Deprecated.The types that are handled by the provided mix-in class.
U
- USE_DELEGATING - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Assume "delegating" mode if not explicitly annotated otherwise.
- USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Assume "properties" mode if not explicitly annotated otherwise.
V
- value() - Element in annotation interface org.springframework.boot.jackson2.JsonComponent
-
Deprecated.The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.boot.jackson2.JsonMixin
-
Deprecated.Alias for the
JsonMixin.type()attribute. - valueOf(String) - Static method in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jackson2.JsonComponent.Scope
-
Deprecated.Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jackson2.JsonComponent.Scope
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Enum constant in enum class org.springframework.boot.jackson2.JsonComponent.Scope
-
Deprecated.A serializer/deserializer for regular value content.
All Classes and Interfaces|All Packages|Serialized Form