Home
last modified time | relevance | path

Searched defs: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()
39 Annotations contextAnnotations, JavaType declaredType, in AttributePropertyWriter()
52 Annotations contextAnnotations, in construct()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DVirtualBeanPropertyWriter.java33 Annotations contextAnnotations, JavaType declaredType) in VirtualBeanPropertyWriter()
53 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter()
65 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter()
DBeanPropertyWriter.java211 AnnotatedMember member, Annotations contextAnnotations, in BeanPropertyWriter()
253 AnnotatedMember member, Annotations contextAnnotations, in BeanPropertyWriter()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DCreatorProperty.java83 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty()
100 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty()
130 Annotations contextAnnotations, AnnotatedParameter param, in construct()
DSettableBeanProperty.java134 JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations) in SettableBeanProperty()
141 TypeDeserializer typeDeser, Annotations contextAnnotations, in SettableBeanProperty()
DBeanDeserializerBuilder.java222 Annotations contextAnnotations, AnnotatedMember member, in addInjectable()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DValueInjector.java36com.fasterxml.jackson.databind.util.Annotations contextAnnotations, // removed from later versions in ValueInjector()
DSetterlessProperty.java37 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) in SetterlessProperty()
DFieldProperty.java44 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedField field) in FieldProperty()
DMethodProperty.java40 Annotations contextAnnotations, AnnotatedMethod method) in MethodProperty()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DBeanProperty.java247 Annotations contextAnnotations, in Std()