Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
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.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.ReferenceProperty.back(String name) |
AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.findReferenceType(AnnotatedMember member)
Method for checking if given member indicates that it is part
of a reference (parent/child).
|
static AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.ReferenceProperty.managed(String name) |
Modifier and Type | Method and Description |
---|---|
AnnotationIntrospector.ReferenceProperty |
POJOPropertyBuilder.findReferenceType() |
AnnotationIntrospector.ReferenceProperty |
BeanPropertyDefinition.findReferenceType()
Method used to find whether property is part of a bi-directional
reference.
|
AnnotationIntrospector.ReferenceProperty |
JacksonAnnotationIntrospector.findReferenceType(AnnotatedMember member) |
AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospectorPair.findReferenceType(AnnotatedMember member) |
Copyright © 2014–2015 FasterXML. All rights reserved.