|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.jackson.map.introspect | |
---|---|
org.codehaus.jackson.map | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
org.codehaus.jackson.map.deser | Contains implementation classes of deserialization part of data binding. |
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. |
org.codehaus.jackson.map.ser | Contains implementation classes of serialization part of data binding. |
org.codehaus.jackson.map.util | Utility classes for Mapper package. |
org.codehaus.jackson.xc | Package that contains Xml Compatibility functionality for Jackson. |
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.map | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedClass
|
|
AnnotatedConstructor
|
|
AnnotatedField
Object that represents non-static (and usually non-transient/volatile) fields of a class. |
|
AnnotatedMember
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors. |
|
AnnotatedMethod
|
|
AnnotatedParameter
Object that represents method parameters, mostly so that associated annotations can be processed conveniently. |
|
VisibilityChecker
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers. |
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.map.deser | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedConstructor
|
|
AnnotatedField
Object that represents non-static (and usually non-transient/volatile) fields of a class. |
|
AnnotatedMember
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors. |
|
AnnotatedMethod
|
|
AnnotatedParameter
Object that represents method parameters, mostly so that associated annotations can be processed conveniently. |
|
BasicBeanDescription
Default BeanDescription implementation. |
|
VisibilityChecker
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers. |
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.map.introspect | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedClass
|
|
AnnotatedConstructor
|
|
AnnotatedField
Object that represents non-static (and usually non-transient/volatile) fields of a class. |
|
AnnotatedMember
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors. |
|
AnnotatedMethod
|
|
AnnotatedMethodMap
Simple helper class used to keep track of collection of AnnotatedMethod s, accessible by lookup. |
|
AnnotatedParameter
Object that represents method parameters, mostly so that associated annotations can be processed conveniently. |
|
AnnotatedWithParams
Intermediate base class that encapsulates features that constructors and methods share. |
|
AnnotationMap
Simple helper class used to keep track of collection of Jackson Annotations associated with annotatable things (methods, constructors, classes). |
|
BasicBeanDescription
Default BeanDescription implementation. |
|
BasicClassIntrospector
|
|
BasicClassIntrospector.GetterMethodFilter
Filter used to only include methods that have signature that is compatible with "getters": take no arguments, are non-static, and return something. |
|
BasicClassIntrospector.SetterAndGetterMethodFilter
Filter used if some getters (namely, once needed for "setterless collection injection") are also needed, not just setters. |
|
BasicClassIntrospector.SetterMethodFilter
Filter used to only include methods that have signature that is compatible with "setters": take one and only argument and are non-static. |
|
MethodFilter
Simple interface that defines API used to filter out irrelevant methods |
|
NopAnnotationIntrospector
Dummy, "no-operation" implementation of AnnotationIntrospector . |
|
VisibilityChecker
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers. |
|
VisibilityChecker.Std
Default standard implementation is purely based on visibility modifier of given class members, and its configured minimum levels. |
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.map.ser | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedMember
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors. |
|
BasicBeanDescription
Default BeanDescription implementation. |
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.map.util | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedClass
|
Classes in org.codehaus.jackson.map.introspect used by org.codehaus.jackson.xc | |
---|---|
Annotated
Shared base class used for anything on which annotations (included within a AnnotationMap ). |
|
AnnotatedClass
|
|
AnnotatedConstructor
|
|
AnnotatedField
Object that represents non-static (and usually non-transient/volatile) fields of a class. |
|
AnnotatedMember
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors. |
|
AnnotatedMethod
|
|
AnnotatedParameter
Object that represents method parameters, mostly so that associated annotations can be processed conveniently. |
|
VisibilityChecker
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |