Searched refs:createFromLong (Results 1 – 5 of 5) sorted by relevance
328 public Object createFromLong(DeserializationContext ctxt, long value) throws IOException { in createFromLong() method in ValueInstantiator604 public Object createFromLong(DeserializationContext ctxt, long value) throws IOException { in createFromLong() method in ValueInstantiator.Delegating605 return delegate().createFromLong(ctxt, value); in createFromLong()
1440 return _valueInstantiator.createFromLong(ctxt, p.getLongValue()); in deserializeFromNumber()
380 public Object createFromLong(DeserializationContext ctxt, long value) throws IOException in createFromLong() method in StdValueInstantiator405 return super.createFromLong(ctxt, value); in createFromLong()
295 return (T) inst.createFromLong(ctxt, _parseLongPrimitive(ctxt, value)); in _deserializeFromString()
508 public Object createFromLong(DeserializationContext ctxt, long value) { in testBeanFromLong()