Package | Description |
---|---|
com.fasterxml.jackson.databind.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<POJOPropertyBuilder> |
POJOPropertiesCollector._creatorProperties |
protected LinkedHashMap<String,POJOPropertyBuilder> |
POJOPropertiesCollector._properties
Set of logical property information collected so far
|
Modifier and Type | Method and Description |
---|---|
protected POJOPropertyBuilder |
POJOPropertiesCollector._property(PropertyName name) |
protected POJOPropertyBuilder |
POJOPropertiesCollector._property(String implName) |
POJOPropertyBuilder |
POJOPropertyBuilder.withName(PropertyName newName) |
POJOPropertyBuilder |
POJOPropertyBuilder.withSimpleName(String newSimpleName) |
Modifier and Type | Method and Description |
---|---|
Collection<POJOPropertyBuilder> |
POJOPropertyBuilder.explode(Collection<PropertyName> newNames)
Method called when a previous call to
findExplicitNames() found
multiple distinct explicit names, and the property this builder represents
basically needs to be broken apart and replaced by a set of more than
one properties. |
protected Map<String,POJOPropertyBuilder> |
POJOPropertiesCollector.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
POJOPropertiesCollector._updateCreatorProperty(POJOPropertyBuilder prop,
List<POJOPropertyBuilder> creatorProperties) |
void |
POJOPropertyBuilder.addAll(POJOPropertyBuilder src)
Method for adding all property members from specified collector into
this collector.
|
int |
POJOPropertyBuilder.compareTo(POJOPropertyBuilder other) |
Modifier and Type | Method and Description |
---|---|
protected void |
POJOPropertiesCollector._updateCreatorProperty(POJOPropertyBuilder prop,
List<POJOPropertyBuilder> creatorProperties) |
Constructor and Description |
---|
POJOPropertyBuilder(POJOPropertyBuilder src,
PropertyName newName) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.