Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected BeanPropertyMap |
BeanDeserializerBase._beanProperties
Mapping of property names to properties, built when all properties
to use have been successfully resolved.
|
Modifier and Type | Method and Description |
---|---|
BeanDeserializerBase |
BuilderBasedDeserializer.withBeanProperties(BeanPropertyMap props) |
BeanDeserializerBase |
BeanDeserializerBase.withBeanProperties(BeanPropertyMap props)
Mutant factory method that custom sub-classes must override; not left as
abstract to prevent more drastic backwards compatibility problems.
|
BeanDeserializerBase |
BeanDeserializer.withBeanProperties(BeanPropertyMap props) |
Modifier and Type | Method and Description |
---|---|
BeanPropertyMap |
BeanPropertyMap.assignIndexes() |
static BeanPropertyMap |
BeanPropertyMap.construct(Collection<SettableBeanProperty> props,
boolean caseInsensitive) |
BeanPropertyMap |
BeanPropertyMap.renameAll(NameTransformer transformer)
Mutant factory method for constructing a map where all entries use given
prefix
|
BeanPropertyMap |
BeanPropertyMap.withCaseInsensitivity(boolean state)
Mutant factory method that constructs a new instance if desired case-insensitivity
state differs from the state of this instance; if states are the same, returns
this . |
BeanPropertyMap |
BeanPropertyMap.withoutProperties(Collection<String> toExclude)
Mutant factory method that will use this instance as the base, and
construct an instance that is otherwise same except for excluding
properties with specified names.
|
BeanPropertyMap |
BeanPropertyMap.withProperty(SettableBeanProperty newProp)
Fluent copy method that creates a new instance that is a copy
of this instance except for one additional property that is
passed as the argument.
|
Modifier and Type | Method and Description |
---|---|
ExternalTypeHandler |
ExternalTypeHandler.Builder.build(BeanPropertyMap otherProps)
Method called after all external properties have been assigned, to further
link property with polymorphic value with possible property for type id
itself.
|
BeanDeserializerBase |
BeanAsArrayDeserializer.withBeanProperties(BeanPropertyMap props) |
BeanDeserializerBase |
BeanAsArrayBuilderDeserializer.withBeanProperties(BeanPropertyMap props) |
Constructor and Description |
---|
BeanPropertyMap(BeanPropertyMap base,
boolean caseInsensitive) |
Copyright © 2008–2016 FasterXML. All rights reserved.