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 | Description |
---|---|---|
protected java.util.LinkedList<POJOPropertyBuilder> |
POJOPropertiesCollector._creatorProperties |
|
protected java.util.LinkedHashMap<java.lang.String,POJOPropertyBuilder> |
POJOPropertiesCollector._properties |
Set of logical property information collected so far
|
Modifier and Type | Method | Description |
---|---|---|
protected POJOPropertyBuilder |
POJOPropertiesCollector._property(java.lang.String implName) |
|
POJOPropertyBuilder |
POJOPropertyBuilder.withName(java.lang.String newName) |
Method for constructing a renamed instance
|
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Map<java.lang.String,POJOPropertyBuilder> |
POJOPropertiesCollector.getPropertyMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
POJOPropertyBuilder.addAll(POJOPropertyBuilder src) |
Method for adding all property members from specified collector into
this collector.
|
int |
POJOPropertyBuilder.compareTo(POJOPropertyBuilder other) |
Constructor | Description |
---|---|
POJOPropertyBuilder(POJOPropertyBuilder src,
java.lang.String newName) |