Searched refs:createFromObjectWith (Results 1 – 6 of 6) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | ValueInstantiator.java | 260 …public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) throws IOException { in createFromObjectWith() method in ValueInstantiator 284 public Object createFromObjectWith(DeserializationContext ctxt, in createFromObjectWith() method in ValueInstantiator 288 return createFromObjectWith(ctxt, buffer.getParameters(props)); in createFromObjectWith() 572 …public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) throws IOException { in createFromObjectWith() method in ValueInstantiator.Delegating 573 return delegate().createFromObjectWith(ctxt, args); in createFromObjectWith() 577 public Object createFromObjectWith(DeserializationContext ctxt, in createFromObjectWith() method in ValueInstantiator.Delegating 580 return delegate().createFromObjectWith(ctxt, props, buffer); in createFromObjectWith()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestValueInstantiator.java | 127 public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) { in createFromObjectWith() method in TestValueInstantiator.PolymorphicBeanInstantiator 157 public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) { in createFromObjectWith() method in TestValueInstantiator.CreatorMapInstantiator 437 public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) { in testPropertyBasedBeanInstantiator()
|
D | TestCustomValueInstDefaults.java | 122 public Object createFromObjectWith( in createFromObjectWith() method in TestCustomValueInstDefaults.BucketInstantiator 156 public Object createFromObjectWith( in createFromObjectWith() method in TestCustomValueInstDefaults.BigBucketInstantiator 340 …public Object createFromObjectWith(DeserializationContext ctxt, SettableBeanProperty[] props, Prop… in createFromObjectWith() method in TestCustomValueInstDefaults.VerifyingValueInstantiator 344 return super.createFromObjectWith(ctxt, props, buffer); in createFromObjectWith()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
D | JsonLocationInstantiator.java | 49 public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) { in createFromObjectWith() method in JsonLocationInstantiator
|
D | StdValueInstantiator.java | 285 … public Object createFromObjectWith(DeserializationContext ctxt, Object[] args) throws IOException in createFromObjectWith() method in StdValueInstantiator 288 return super.createFromObjectWith(ctxt, args); in createFromObjectWith()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyBasedCreator.java | 202 Object bean = _valueInstantiator.createFromObjectWith(ctxt, in build()
|