Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
com.fasterxml.jackson.databind.jsontype |
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
|
com.fasterxml.jackson.databind.jsontype.impl |
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
Modifier and Type | Method and Description |
---|---|
static JsonTypeInfo.Id |
JsonTypeInfo.Id.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTypeInfo.Id[] |
JsonTypeInfo.Id.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonTypeInfo.Id |
TypeIdResolver.getMechanism()
Accessor for mechanism that this resolver uses for determining
type id from type.
|
Modifier and Type | Method and Description |
---|---|
T |
TypeResolverBuilder.init(JsonTypeInfo.Id idType,
TypeIdResolver res)
Initialization method that is called right after constructing
the builder instance.
|
Modifier and Type | Field and Description |
---|---|
protected JsonTypeInfo.Id |
StdTypeResolverBuilder._idType |
Modifier and Type | Method and Description |
---|---|
JsonTypeInfo.Id |
TypeNameIdResolver.getMechanism() |
JsonTypeInfo.Id |
MinimalClassNameIdResolver.getMechanism() |
JsonTypeInfo.Id |
ClassNameIdResolver.getMechanism() |
Modifier and Type | Method and Description |
---|---|
StdTypeResolverBuilder |
StdTypeResolverBuilder.init(JsonTypeInfo.Id idType,
TypeIdResolver idRes) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.