Uses of Class
tools.jackson.databind.introspect.AnnotatedAndMetadata
Packages that use AnnotatedAndMetadata
Package
Description
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.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of AnnotatedAndMetadata in tools.jackson.databind
Methods in tools.jackson.databind that return types with arguments of type AnnotatedAndMetadataModifier and TypeMethodDescriptionBeanDescription.getConstructorsWithMode()Method similar toBeanDescription.getConstructors()except will also introspectJsonCreator.Modeand filter out ones marked as not applicable and include mode (or lack thereof) for remaining constructors.abstract List<AnnotatedAndMetadata<AnnotatedMethod,JsonCreator.Mode>> BeanDescription.getFactoryMethodsWithMode()Method similar toBeanDescription.getFactoryMethods()but will returnJsonCreator.Modemetadata along with qualifying factory method candidates. -
Uses of AnnotatedAndMetadata in tools.jackson.databind.introspect
Methods in tools.jackson.databind.introspect that return AnnotatedAndMetadataModifier and TypeMethodDescriptionprotected AnnotatedAndMetadata<AnnotatedMethod,JsonCreator.Mode> BasicBeanDescription.findFactoryMethodMetadata(AnnotatedMethod am) static <A extends Annotated,M>
AnnotatedAndMetadata<A,M> AnnotatedAndMetadata.of(A ann, M md) Methods in tools.jackson.databind.introspect that return types with arguments of type AnnotatedAndMetadataModifier and TypeMethodDescriptionBasicBeanDescription.getConstructorsWithMode()BasicBeanDescription.getFactoryMethodsWithMode()