| Interface and Description |
|---|
| com.fasterxml.jackson.databind.ser.BeanPropertyFilter
Since 2.3: use
PropertyFilter instead. |
| Class and Description |
|---|
| com.fasterxml.jackson.databind.jsonschema.JsonSchema
Since 2.2, we recommend use of external
JSON Schema generator module
|
| com.fasterxml.jackson.databind.annotation.NoClass
Since 2.4 use
Void instead as the general
"no class specified" marker. |
| Field and Description |
|---|
| 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.deser.impl.ReadableObjectId.item
Prefer using
ReadableObjectId.resolve(), which is able to handle
external id resolving mechanism. |
| com.fasterxml.jackson.databind.SerializerProvider.TYPE_OBJECT |
| 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 FasterXML. All rights reserved.