/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | AttributePropertyWriter.java | 34 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/ |
D | VirtualBeanPropertyWriter.java | 33 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()
|
D | BeanPropertyWriter.java | 211 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/ |
D | CreatorProperty.java | 83 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()
|
D | SettableBeanProperty.java | 134 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()
|
D | BeanDeserializerBuilder.java | 222 Annotations contextAnnotations, AnnotatedMember member, in addInjectable() argument
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | SetterlessProperty.java | 37 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) in SetterlessProperty() argument 39 super(propDef, type, typeDeser, contextAnnotations); in SetterlessProperty()
|
D | MethodProperty.java | 40 Annotations contextAnnotations, AnnotatedMethod method) in MethodProperty() argument 42 super(propDef, type, typeDeser, contextAnnotations); in MethodProperty()
|
D | FieldProperty.java | 44 TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedField field) in FieldProperty() argument 46 super(propDef, type, typeDeser, contextAnnotations); in FieldProperty()
|
D | ValueInjector.java | 36 … com.fasterxml.jackson.databind.util.Annotations contextAnnotations, // removed from later versions in ValueInjector() argument
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | BeanProperty.java | 247 Annotations contextAnnotations, in Std() argument
|