Home
last modified time | relevance | path

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

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