Class POJOPropertiesCollector
java.lang.Object
com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
Helper class used for aggregating information about all possible
properties of a POJO.
-
Method Summary
Modifier and TypeMethodDescriptionClass
<?> Deprecated.Deprecated.MapperConfig
<?> Accessor for set of properties that are explicitly marked to be ignored via per-property markers (but NOT class annotations).Deprecated.Accessor to find out whether type specified requires inclusion of Object Identifier.getType()
boolean
-
Method Details
-
getConfig
-
getType
-
isRecordType
public boolean isRecordType()- Since:
- 2.15
-
getClassDef
-
getAnnotationIntrospector
-
getProperties
-
getInjectables
-
getJsonKeyAccessor
- Since:
- 2.12
-
getJsonValueAccessor
- Since:
- 2.9
-
getAnyGetter
Deprecated.Since 2.12 use separategetAnyGetterMethod()
andgetAnyGetterField()
.Alias forgetAnyGetterMethod()
. -
getAnyGetterField
- Since:
- 2.12 (before only had "getAnyGetter()")
-
getAnyGetterMethod
- Since:
- 2.12 (before only had "getAnyGetter()")
-
getAnySetterField
-
getAnySetterMethod
-
getIgnoredPropertyNames
Accessor for set of properties that are explicitly marked to be ignored via per-property markers (but NOT class annotations). -
getObjectIdInfo
Accessor to find out whether type specified requires inclusion of Object Identifier. -
getJsonValueMethod
Deprecated. -
findPOJOBuilderClass
Deprecated. -
getFormatOverrides
- Since:
- 2.17
-
getAnyGetterMethod()
andgetAnyGetterField()
.