See: Description
Interface | Description |
---|---|
TypeIdResolver |
Interface that defines standard API for converting types
to type identifiers and vice versa.
|
TypeResolverBuilder<T extends TypeResolverBuilder<T>> |
Interface that defines builders that are configured based on
annotations (like
JsonTypeInfo or JAXB annotations),
and produce type serializers and deserializers used for
handling type information embedded in JSON to allow for safe
polymorphic type handling. |
Class | Description |
---|---|
NamedType |
Simple container class for types with optional logical name, used
as external identifier
|
SubtypeResolver |
Helper object used for handling registration on resolving of super-types
to sub-types.
|
TypeDeserializer |
Interface for deserializing type information from JSON content, to
type-safely deserialize data into correct polymorphic instance
(when type inclusion has been enabled for type handled).
|
TypeSerializer |
Interface for serializing type information regarding instances of specified
base type (super class), so that exact subtype can be properly deserialized
later on.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.