Uses of Class
tools.jackson.databind.ext.beans.JavaBeansAnnotations
Packages that use JavaBeansAnnotations
Package
Description
Package that contains 2 dynamically loaded annotations that were added in JDK7
but that Module system carved out of core into
java.beans.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of JavaBeansAnnotations in tools.jackson.databind.ext.beans
Subclasses of JavaBeansAnnotations in tools.jackson.databind.ext.beansFields in tools.jackson.databind.ext.beans declared as JavaBeansAnnotationsModifier and TypeFieldDescriptionprivate static final JavaBeansAnnotationsJavaBeansAnnotations.IMPLMethods in tools.jackson.databind.ext.beans that return JavaBeansAnnotations -
Uses of JavaBeansAnnotations in tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect declared as JavaBeansAnnotationsModifier and TypeFieldDescriptionprivate static final JavaBeansAnnotationsJacksonAnnotationIntrospector._javaBeansHelper