Package | Description |
---|---|
org.codehaus.jackson.map.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(String implName) |
POJOPropertyBuilder |
POJOPropertyBuilder.withName(String newName)
Method for constructing a renamed instance
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,POJOPropertyBuilder> |
POJOPropertiesCollector.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
void |
POJOPropertyBuilder.addAll(POJOPropertyBuilder src)
Method for adding all property members from specified collector into
this collector.
|
int |
POJOPropertyBuilder.compareTo(POJOPropertyBuilder other) |
Constructor and Description |
---|
POJOPropertyBuilder(POJOPropertyBuilder src,
String newName) |