Uses of Class
com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler.ExtTypedProperty
-
Packages that use ExternalTypeHandler.ExtTypedProperty Package Description com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. -
-
Uses of ExternalTypeHandler.ExtTypedProperty in com.fasterxml.jackson.databind.deser.impl
Fields in com.fasterxml.jackson.databind.deser.impl declared as ExternalTypeHandler.ExtTypedProperty Modifier and Type Field Description private ExternalTypeHandler.ExtTypedProperty[]
ExternalTypeHandler. _properties
Fields in com.fasterxml.jackson.databind.deser.impl with type parameters of type ExternalTypeHandler.ExtTypedProperty Modifier and Type Field Description private java.util.List<ExternalTypeHandler.ExtTypedProperty>
ExternalTypeHandler.Builder. _properties
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ExternalTypeHandler.ExtTypedProperty Constructor Description ExternalTypeHandler(JavaType beanType, ExternalTypeHandler.ExtTypedProperty[] properties, java.util.Map<java.lang.String,java.lang.Object> nameToPropertyIndex, java.lang.String[] typeIds, TokenBuffer[] tokens)
-