Searched refs:handleIgnoredProperty (Results 1 – 3 of 3) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | BuilderBasedDeserializer.java | 418 handleIgnoredProperty(p, ctxt, handledType(), propName); in _deserializeUsingPropertyBased() 621 handleIgnoredProperty(p, ctxt, bean, propName); in deserializeWithUnwrapped() 687 handleIgnoredProperty(p, ctxt, handledType(), propName); in deserializeUsingPropertyBasedWithUnwrapped() 732 handleIgnoredProperty(p, ctxt, builder, propName); in deserializeWithUnwrapped() 792 handleIgnoredProperty(p, ctxt, bean, propName); in deserializeWithExternalTypeId()
|
D | BeanDeserializer.java | 498 handleIgnoredProperty(p, ctxt, handledType(), propName); in _deserializeUsingPropertyBased() 728 handleIgnoredProperty(p, ctxt, bean, propName); in deserializeWithUnwrapped() 785 handleIgnoredProperty(p, ctxt, bean, propName); in deserializeWithUnwrapped() 884 handleIgnoredProperty(p, ctxt, handledType(), propName); in deserializeUsingPropertyBasedWithUnwrapped() 976 handleIgnoredProperty(p, ctxt, bean, propName); in deserializeWithExternalTypeId() 1067 handleIgnoredProperty(p, ctxt, handledType(), propName); in deserializeUsingPropertyBasedWithExternalTypeId()
|
D | BeanDeserializerBase.java | 1655 handleIgnoredProperty(p, ctxt, beanOrBuilder, propName); in handleUnknownVanilla() 1683 handleIgnoredProperty(p, ctxt, beanOrClass, propName); in handleUnknownProperty() 1696 protected void handleIgnoredProperty(JsonParser p, DeserializationContext ctxt, in handleIgnoredProperty() method in BeanDeserializerBase
|