Package | Description |
---|---|
com.fasterxml.jackson.databind.jsontype.impl |
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
Modifier and Type | Class | Description |
---|---|---|
class |
AsExistingPropertyTypeSerializer |
Type serializer used with
JsonTypeInfo.As.EXISTING_PROPERTY inclusion mechanism. |
class |
AsPropertyTypeSerializer |
Type serializer that preferably embeds type information as an additional
JSON Object property, if possible (when resulting serialization would
use JSON Object).
|
Modifier and Type | Method | Description |
---|---|---|
AsArrayTypeSerializer |
AsArrayTypeSerializer.forProperty(BeanProperty prop) |
Copyright © 2008–2018. All rights reserved.