PolymorphicTypeValidator.Validity |
BasicPolymorphicTypeValidator.validateBaseType(MapperConfig<?> ctxt,
JavaType baseType) |
|
PolymorphicTypeValidator.Validity |
DefaultBaseTypeLimitingValidator.validateBaseType(MapperConfig<?> config,
JavaType baseType) |
|
PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.Base.validateBaseType(MapperConfig<?> config,
JavaType baseType) |
|
abstract PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.validateBaseType(MapperConfig<?> config,
JavaType baseType) |
Method called when a property with polymorphic value is encountered, and a
TypeResolverBuilder is needed.
|
PolymorphicTypeValidator.Validity |
BasicPolymorphicTypeValidator.validateSubClassName(MapperConfig<?> ctxt,
JavaType baseType,
java.lang.String subClassName) |
|
PolymorphicTypeValidator.Validity |
DefaultBaseTypeLimitingValidator.validateSubClassName(MapperConfig<?> config,
JavaType baseType,
java.lang.String subClassName) |
|
PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.Base.validateSubClassName(MapperConfig<?> config,
JavaType baseType,
java.lang.String subClassName) |
|
abstract PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.validateSubClassName(MapperConfig<?> config,
JavaType baseType,
java.lang.String subClassName) |
Method called after intended class name for subtype has been read (and in case of minimal
class name, expanded to fully-qualified class name) but before attempt is made to
look up actual Class or JavaType .
|
PolymorphicTypeValidator.Validity |
BasicPolymorphicTypeValidator.validateSubType(MapperConfig<?> ctxt,
JavaType baseType,
JavaType subType) |
|
PolymorphicTypeValidator.Validity |
DefaultBaseTypeLimitingValidator.validateSubType(MapperConfig<?> config,
JavaType baseType,
JavaType subType) |
|
PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.Base.validateSubType(MapperConfig<?> config,
JavaType baseType,
JavaType subType) |
|
abstract PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.validateSubType(MapperConfig<?> config,
JavaType baseType,
JavaType subType) |
|
static PolymorphicTypeValidator.Validity |
PolymorphicTypeValidator.Validity.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PolymorphicTypeValidator.Validity[] |
PolymorphicTypeValidator.Validity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|