|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedParameter | |
---|---|
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.xc | Package that contains Xml Compatibility functionality for Jackson. |
Uses of AnnotatedParameter in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map with parameters of type AnnotatedParameter | |
---|---|
abstract String |
AnnotationIntrospector.findPropertyNameForParam(AnnotatedParameter param)
Method for checking whether given set of annotations indicates property name for associated parameter. |
String |
AnnotationIntrospector.Pair.findPropertyNameForParam(AnnotatedParameter param)
|
Uses of AnnotatedParameter in org.codehaus.jackson.map.deser |
---|
Methods in org.codehaus.jackson.map.deser with parameters of type AnnotatedParameter | |
---|---|
protected SettableBeanProperty |
BasicDeserializerFactory.constructCreatorProperty(DeserializationConfig config,
BasicBeanDescription beanDesc,
String name,
int index,
AnnotatedParameter param)
Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method) |
Uses of AnnotatedParameter in org.codehaus.jackson.map.introspect |
---|
Methods in org.codehaus.jackson.map.introspect that return AnnotatedParameter | |
---|---|
abstract AnnotatedParameter |
AnnotatedWithParams.getParameter(int index)
|
AnnotatedParameter |
AnnotatedMethod.getParameter(int index)
|
AnnotatedParameter |
AnnotatedConstructor.getParameter(int index)
|
Methods in org.codehaus.jackson.map.introspect with parameters of type AnnotatedParameter | |
---|---|
String |
NopAnnotationIntrospector.findPropertyNameForParam(AnnotatedParameter param)
|
String |
JacksonAnnotationIntrospector.findPropertyNameForParam(AnnotatedParameter param)
|
Uses of AnnotatedParameter in org.codehaus.jackson.xc |
---|
Methods in org.codehaus.jackson.xc with parameters of type AnnotatedParameter | |
---|---|
String |
JaxbAnnotationIntrospector.findPropertyNameForParam(AnnotatedParameter param)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |