public class POJOPropertiesCollector
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
POJOPropertiesCollector |
collect()
Deprecated.
Since 2.6; no need to call
|
java.lang.Class<?> |
findPOJOBuilderClass()
Method for finding Class to use as POJO builder, if any.
|
AnnotationIntrospector |
getAnnotationIntrospector() |
AnnotatedMember |
getAnyGetter() |
AnnotatedMember |
getAnySetterField() |
AnnotatedMethod |
getAnySetterMethod() |
AnnotatedClass |
getClassDef() |
MapperConfig<?> |
getConfig() |
java.util.Set<java.lang.String> |
getIgnoredPropertyNames()
Accessor for set of properties that are explicitly marked to be ignored
via per-property markers (but NOT class annotations).
|
java.util.Map<java.lang.Object,AnnotatedMember> |
getInjectables() |
AnnotatedMethod |
getJsonValueMethod() |
ObjectIdInfo |
getObjectIdInfo()
Accessor to find out whether type specified requires inclusion
of Object Identifier.
|
java.util.List<BeanPropertyDefinition> |
getProperties() |
JavaType |
getType() |
public MapperConfig<?> getConfig()
public JavaType getType()
public AnnotatedClass getClassDef()
public AnnotationIntrospector getAnnotationIntrospector()
public java.util.List<BeanPropertyDefinition> getProperties()
public java.util.Map<java.lang.Object,AnnotatedMember> getInjectables()
public AnnotatedMethod getJsonValueMethod()
public AnnotatedMember getAnyGetter()
public AnnotatedMember getAnySetterField()
public AnnotatedMethod getAnySetterMethod()
public java.util.Set<java.lang.String> getIgnoredPropertyNames()
public ObjectIdInfo getObjectIdInfo()
public java.lang.Class<?> findPOJOBuilderClass()
@Deprecated public POJOPropertiesCollector collect()
Since 2.6 has become a no-op and actual collection is done more lazily at point where properties are actually needed.
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"