Home
last modified time | relevance | path

Searched refs:forProperty (Results 1 – 25 of 29) sorted by relevance

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DInjectableValues.java28 BeanProperty forProperty, Object beanInstance) throws JsonMappingException; in findInjectableValue() argument
68 BeanProperty forProperty, Object beanInstance) throws JsonMappingException in findInjectableValue() argument
79 …xception("No injectable id with value '"+key+"' found (for property '"+forProperty.getName()+"')"); in findInjectableValue()
DSerializerProvider.java803 typeSer = typeSer.forProperty(property); in findTypedValueSerializer()
847 typeSer = typeSer.forProperty(property); in findTypedValueSerializer()
1027 public abstract Object includeFilterInstance(BeanPropertyDefinition forProperty, in includeFilterInstance() argument
DDeserializationContext.java439 BeanProperty forProperty, Object beanInstance) in findInjectableValue() argument
446 return _injectableValues.findInjectableValue(valueId, this, forProperty, beanInstance); in findInjectableValue()
600 typeDeser = typeDeser.forProperty(null); in findRootValueDeserializer()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DAsArrayTypeSerializer.java19 public AsArrayTypeSerializer forProperty(BeanProperty prop) { in forProperty() method in AsArrayTypeSerializer
DAsExistingPropertyTypeSerializer.java22 public AsExistingPropertyTypeSerializer forProperty(BeanProperty prop) { in forProperty() method in AsExistingPropertyTypeSerializer
DAsPropertyTypeSerializer.java27 public AsPropertyTypeSerializer forProperty(BeanProperty prop) { in forProperty() method in AsPropertyTypeSerializer
DAsExternalTypeDeserializer.java37 public TypeDeserializer forProperty(BeanProperty prop) { in forProperty() method in AsExternalTypeDeserializer
DAsWrapperTypeSerializer.java27 public AsWrapperTypeSerializer forProperty(BeanProperty prop) { in forProperty() method in AsWrapperTypeSerializer
DAsExternalTypeSerializer.java34 public AsExternalTypeSerializer forProperty(BeanProperty prop) { in forProperty() method in AsExternalTypeSerializer
DAsWrapperTypeDeserializer.java40 public TypeDeserializer forProperty(BeanProperty prop) { in forProperty() method in AsWrapperTypeDeserializer
DAsArrayTypeDeserializer.java40 public TypeDeserializer forProperty(BeanProperty prop) { in forProperty() method in AsArrayTypeDeserializer
DAsPropertyTypeDeserializer.java53 public TypeDeserializer forProperty(BeanProperty prop) { in forProperty() method in AsPropertyTypeDeserializer
DTypeDeserializerBase.java96 public abstract TypeDeserializer forProperty(BeanProperty prop); in forProperty() method in TypeDeserializerBase
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeDeserializer.java39 public abstract TypeDeserializer forProperty(BeanProperty prop); in forProperty() method in TypeDeserializer
DTypeSerializer.java42 public abstract TypeSerializer forProperty(BeanProperty prop); in forProperty() method in TypeSerializer
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DHandlerInstantiator.java179 BeanPropertyDefinition forProperty, Class<?> filterClass) { in includeFilterInstance() argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DDefaultSerializerProvider.java143 public Object includeFilterInstance(BeanPropertyDefinition forProperty, in includeFilterInstance() argument
150 … Object filter = (hi == null) ? null : hi.includeFilterInstance(_config, forProperty, filterClass); in includeFilterInstance()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DReferenceTypeDeserializer.java76 typeDeser = typeDeser.forProperty(property); in createContextual()
DMapEntryDeserializer.java145 vtd = vtd.forProperty(property); in createContextual()
DObjectArrayDeserializer.java150 elemTypeDeser = elemTypeDeser.forProperty(property); in createContextual()
DEnumMapDeserializer.java187 vtd = vtd.forProperty(property); in createContextual()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DAsArraySerializerBase.java171 typeSer = typeSer.forProperty(property); in createContextual()
DReferenceTypeSerializer.java203 typeSer = typeSer.forProperty(property); in createContextual()
DObjectArraySerializer.java131 vts = vts.forProperty(property); in createContextual()
DJsonValueSerializer.java355 public TypeSerializer forProperty(BeanProperty prop) { // should never get called in forProperty() method in JsonValueSerializer.TypeSerializerRerouter

12