Uses of Class
org.codehaus.jackson.map.introspect.AnnotatedConstructor
Packages that use AnnotatedConstructor
Package
Description
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
JsonParserContains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Uses of AnnotatedConstructor in org.codehaus.jackson.map
Methods in org.codehaus.jackson.map that return AnnotatedConstructorModifier and TypeMethodDescriptionabstract AnnotatedConstructorBeanDescription.findDefaultConstructor()Methods in org.codehaus.jackson.map with parameters of type AnnotatedConstructorModifier and TypeMethodDescriptionabstract booleanAnnotationIntrospector.isIgnorableConstructor(AnnotatedConstructor c) booleanAnnotationIntrospector.Pair.isIgnorableConstructor(AnnotatedConstructor c) -
Uses of AnnotatedConstructor in org.codehaus.jackson.map.deser
Methods in org.codehaus.jackson.map.deser with parameters of type AnnotatedConstructorModifier and TypeMethodDescriptionprotected booleanBeanDeserializerFactory._handleSingleArgumentConstructor(DeserializationConfig config, BasicBeanDescription beanDesc, VisibilityChecker<?> vchecker, AnnotationIntrospector intr, CreatorCollector creators, AnnotatedConstructor ctor, boolean isCreator, boolean isVisible) -
Uses of AnnotatedConstructor in org.codehaus.jackson.map.deser.impl
Fields in org.codehaus.jackson.map.deser.impl declared as AnnotatedConstructorModifier and TypeFieldDescriptionprotected AnnotatedConstructorCreatorCollector._defaultConstructorMethods in org.codehaus.jackson.map.deser.impl with parameters of type AnnotatedConstructorModifier and TypeMethodDescriptionvoidCreatorCollector.setDefaultConstructor(AnnotatedConstructor ctor) -
Uses of AnnotatedConstructor in org.codehaus.jackson.map.introspect
Fields in org.codehaus.jackson.map.introspect declared as AnnotatedConstructorModifier and TypeFieldDescriptionprotected AnnotatedConstructorAnnotatedClass._defaultConstructorDefault constructor of the annotated class, if it has one.Fields in org.codehaus.jackson.map.introspect with type parameters of type AnnotatedConstructorModifier and TypeFieldDescriptionprotected List<AnnotatedConstructor> AnnotatedClass._constructorsSingle argument constructors the class has, if any.Methods in org.codehaus.jackson.map.introspect that return AnnotatedConstructorModifier and TypeMethodDescriptionprotected AnnotatedConstructorAnnotatedClass._constructConstructor(Constructor<?> ctor, boolean defaultCtor) BasicBeanDescription.findDefaultConstructor()Method that will locate the no-arg constructor for this class, if it has one, and that constructor has not been marked as ignorable.AnnotatedClass.getDefaultConstructor()AnnotatedConstructor.withAnnotations(AnnotationMap ann) Methods in org.codehaus.jackson.map.introspect that return types with arguments of type AnnotatedConstructorModifier and TypeMethodDescriptionAnnotatedClass.getConstructors()BasicBeanDescription.getConstructors()Methods in org.codehaus.jackson.map.introspect with parameters of type AnnotatedConstructorModifier and TypeMethodDescriptionprotected voidAnnotatedClass._addMixOvers(Constructor<?> mixin, AnnotatedConstructor target, boolean addParamAnnotations) booleanJacksonAnnotationIntrospector.isIgnorableConstructor(AnnotatedConstructor c) booleanNopAnnotationIntrospector.isIgnorableConstructor(AnnotatedConstructor c) -
Uses of AnnotatedConstructor in org.codehaus.jackson.xc
Methods in org.codehaus.jackson.xc with parameters of type AnnotatedConstructorModifier and TypeMethodDescriptionbooleanJaxbAnnotationIntrospector.isIgnorableConstructor(AnnotatedConstructor c)