Interface and Description |
---|
com.fasterxml.jackson.databind.ser.BeanPropertyFilter
Since 2.3: use
PropertyFilter instead. |
Class and Description |
---|
com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
Since 2.4.4; standard
MapSerializer works better.
(to be removed from 2.6) |
com.fasterxml.jackson.databind.jsonschema.JsonSchema
Since 2.2, we recommend use of external
JSON Schema generator module
|
Field and Description |
---|
com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition._name
Since 2.5 use
_fullName instead. |
com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.id |
com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer.instance
Since 2.3, construct a new instance, needs to be resolved
|
com.fasterxml.jackson.databind.introspect.BasicClassIntrospector.instance |
com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.item
Prefer using
ReadableObjectId.resolve() , which is able to handle
external id resolving mechanism. |
Enum Constant and Description |
---|
com.fasterxml.jackson.databind.SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN
Since 2.5: use
JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN directly
(using ObjectWriter.with(com.fasterxml.jackson.core.JsonGenerator.Feature) ). |
Annotation Type Element and Description |
---|
com.fasterxml.jackson.databind.annotation.JsonSerialize.include
As of Jackson 2.0, this annotation has been replaced
by
JsonInclude |
com.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema.schemaItemDefinition
(since 2.1) -- support will be dropped in future, since JSON-as-String is
fundamentally bad way for customizing anything. No direct replacements offered.
|
com.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema.schemaObjectPropertiesDefinition
(since 2.1) -- support will be dropped in future, since JSON-as-String is
fundamentally bad way for customizing anything. No direct replacements offered.
|
Copyright © 2014–2015 FasterXML. All rights reserved.