Home
last modified time | relevance | path

Searched refs:contextAnnotations (Results 1 – 11 of 11) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DAttributePropertyWriter.java34 Annotations contextAnnotations, JavaType declaredType) { in AttributePropertyWriter() argument
35 this(attrName, propDef, contextAnnotations, declaredType, propDef.findInclusion()); in AttributePropertyWriter()
39 Annotations contextAnnotations, JavaType declaredType, in AttributePropertyWriter() argument
42 super(propDef, contextAnnotations, declaredType, in AttributePropertyWriter()
52 Annotations contextAnnotations, in construct() argument
56 contextAnnotations, declaredType); in construct()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DVirtualBeanPropertyWriter.java33 Annotations contextAnnotations, JavaType declaredType) in VirtualBeanPropertyWriter() argument
35 this(propDef, contextAnnotations, declaredType, null, null, null, in VirtualBeanPropertyWriter()
53 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter() argument
57 super(propDef, propDef.getPrimaryMember(), contextAnnotations, declaredType, in VirtualBeanPropertyWriter()
65 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter() argument
69 this(propDef, contextAnnotations, declaredType, ser, typeSer, serType, inclusion, null); in VirtualBeanPropertyWriter()
DBeanPropertyWriter.java211 AnnotatedMember member, Annotations contextAnnotations, in BeanPropertyWriter() argument
219 _contextAnnotations = contextAnnotations; in BeanPropertyWriter()
253 AnnotatedMember member, Annotations contextAnnotations, in BeanPropertyWriter() argument
258 this(propDef, member, contextAnnotations, declaredType, in BeanPropertyWriter()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DCreatorProperty.java83 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty() argument
87 super(name, type, wrapperName, typeDeser, contextAnnotations, metadata); in CreatorProperty()
100 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty() argument
104 this(name, type, wrapperName, typeDeser, contextAnnotations, param, index, in CreatorProperty()
130 Annotations contextAnnotations, AnnotatedParameter param, in construct() argument
134 return new CreatorProperty(name, type, wrapperName, typeDeser, contextAnnotations, in construct()
DSettableBeanProperty.java134 JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations) in SettableBeanProperty() argument
137 contextAnnotations, propDef.getMetadata()); in SettableBeanProperty()
141 TypeDeserializer typeDeser, Annotations contextAnnotations, in SettableBeanProperty() argument
157 _contextAnnotations = contextAnnotations; in SettableBeanProperty()
DBeanDeserializerBuilder.java222 Annotations contextAnnotations, AnnotatedMember member, in addInjectable() argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DSetterlessProperty.java37 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) in SetterlessProperty() argument
39 super(propDef, type, typeDeser, contextAnnotations); in SetterlessProperty()
DMethodProperty.java40 Annotations contextAnnotations, AnnotatedMethod method) in MethodProperty() argument
42 super(propDef, type, typeDeser, contextAnnotations); in MethodProperty()
DFieldProperty.java44 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedField field) in FieldProperty() argument
46 super(propDef, type, typeDeser, contextAnnotations); in FieldProperty()
DValueInjector.java36 … com.fasterxml.jackson.databind.util.Annotations contextAnnotations, // removed from later versions in ValueInjector() argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DBeanProperty.java247 Annotations contextAnnotations, in Std() argument