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 D | AttributePropertyWriter.java | 34 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 D | VirtualBeanPropertyWriter.java | 33 Annotations contextAnnotations, JavaType declaredType) in VirtualBeanPropertyWriter() 53 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter() 65 Annotations contextAnnotations, JavaType declaredType, in VirtualBeanPropertyWriter()
|
H A D | BeanPropertyWriter.java | 211 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 D | CreatorProperty.java | 83 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty() 100 Annotations contextAnnotations, AnnotatedParameter param, in CreatorProperty() 130 Annotations contextAnnotations, AnnotatedParameter param, in construct()
|
H A D | SettableBeanProperty.java | 134 JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations) in SettableBeanProperty() 141 TypeDeserializer typeDeser, Annotations contextAnnotations, in SettableBeanProperty()
|
H A D | BeanDeserializerBuilder.java | 222 Annotations contextAnnotations, AnnotatedMember member, in addInjectable()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
H A D | ValueInjector.java | 36 … com.fasterxml.jackson.databind.util.Annotations contextAnnotations, // removed from later versions in ValueInjector()
|
H A D | SetterlessProperty.java | 37 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) in SetterlessProperty()
|
H A D | FieldProperty.java | 44 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedField field) in FieldProperty()
|
H A D | MethodProperty.java | 40 Annotations contextAnnotations, AnnotatedMethod method) in MethodProperty()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | BeanProperty.java | 247 Annotations contextAnnotations, in Std()
|