|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POJOPropertyBuilder | |
---|---|
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. |
Uses of POJOPropertyBuilder in com.fasterxml.jackson.databind.introspect |
---|
Fields in com.fasterxml.jackson.databind.introspect with type parameters of type POJOPropertyBuilder | |
---|---|
protected LinkedList<POJOPropertyBuilder> |
POJOPropertiesCollector._creatorProperties
|
protected LinkedHashMap<String,POJOPropertyBuilder> |
POJOPropertiesCollector._properties
Set of logical property information collected so far |
Methods in com.fasterxml.jackson.databind.introspect that return POJOPropertyBuilder | |
---|---|
protected POJOPropertyBuilder |
POJOPropertiesCollector._property(String implName)
|
POJOPropertyBuilder |
POJOPropertyBuilder.withName(String newName)
|
Methods in com.fasterxml.jackson.databind.introspect that return types with arguments of type POJOPropertyBuilder | |
---|---|
protected Map<String,POJOPropertyBuilder> |
POJOPropertiesCollector.getPropertyMap()
|
Methods in com.fasterxml.jackson.databind.introspect with parameters of type POJOPropertyBuilder | |
---|---|
void |
POJOPropertyBuilder.addAll(POJOPropertyBuilder src)
Method for adding all property members from specified collector into this collector. |
int |
POJOPropertyBuilder.compareTo(POJOPropertyBuilder other)
|
Constructors in com.fasterxml.jackson.databind.introspect with parameters of type POJOPropertyBuilder | |
---|---|
POJOPropertyBuilder(POJOPropertyBuilder src,
String newName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |