|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedConstructor | |
---|---|
com.fasterxml.jackson.databind | 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 |
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
com.fasterxml.jackson.databind.deser.impl | Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. |
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. |
Uses of AnnotatedConstructor in com.fasterxml.jackson.databind |
---|
Methods in com.fasterxml.jackson.databind that return AnnotatedConstructor | |
---|---|
abstract AnnotatedConstructor |
BeanDescription.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. |
Methods in com.fasterxml.jackson.databind that return types with arguments of type AnnotatedConstructor | |
---|---|
abstract List<AnnotatedConstructor> |
BeanDescription.getConstructors()
|
Uses of AnnotatedConstructor in com.fasterxml.jackson.databind.deser |
---|
Methods in com.fasterxml.jackson.databind.deser with parameters of type AnnotatedConstructor | |
---|---|
protected boolean |
BasicDeserializerFactory._handleSingleArgumentConstructor(DeserializationContext ctxt,
BeanDescription beanDesc,
VisibilityChecker<?> vchecker,
AnnotationIntrospector intr,
CreatorCollector creators,
AnnotatedConstructor ctor,
boolean isCreator,
boolean isVisible)
|
Uses of AnnotatedConstructor in com.fasterxml.jackson.databind.deser.impl |
---|
Fields in com.fasterxml.jackson.databind.deser.impl declared as AnnotatedConstructor | |
---|---|
protected AnnotatedConstructor |
CreatorCollector._defaultConstructor
|
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type AnnotatedConstructor | |
---|---|
void |
CreatorCollector.setDefaultConstructor(AnnotatedConstructor ctor)
|
Uses of AnnotatedConstructor in com.fasterxml.jackson.databind.introspect |
---|
Fields in com.fasterxml.jackson.databind.introspect declared as AnnotatedConstructor | |
---|---|
protected AnnotatedConstructor |
AnnotatedClass._defaultConstructor
Default constructor of the annotated class, if it has one. |
Fields in com.fasterxml.jackson.databind.introspect with type parameters of type AnnotatedConstructor | |
---|---|
protected List<AnnotatedConstructor> |
AnnotatedClass._constructors
Single argument constructors the class has, if any. |
Methods in com.fasterxml.jackson.databind.introspect that return AnnotatedConstructor | |
---|---|
protected AnnotatedConstructor |
AnnotatedClass._constructConstructor(Constructor<?> ctor,
boolean defaultCtor)
|
AnnotatedConstructor |
BasicBeanDescription.findDefaultConstructor()
|
AnnotatedConstructor |
AnnotatedClass.getDefaultConstructor()
|
AnnotatedConstructor |
AnnotatedConstructor.withAnnotations(AnnotationMap ann)
|
Methods in com.fasterxml.jackson.databind.introspect that return types with arguments of type AnnotatedConstructor | |
---|---|
List<AnnotatedConstructor> |
BasicBeanDescription.getConstructors()
|
List<AnnotatedConstructor> |
AnnotatedClass.getConstructors()
|
Methods in com.fasterxml.jackson.databind.introspect with parameters of type AnnotatedConstructor | |
---|---|
protected void |
AnnotatedClass._addMixOvers(Constructor<?> mixin,
AnnotatedConstructor target,
boolean addParamAnnotations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |