Searched refs:StdValueInstantiator (Results 1 – 4 of 4) sorted by relevance
12 import com.fasterxml.jackson.databind.deser.std.StdValueInstantiator;114 static class BucketInstantiator extends StdValueInstantiator116 BucketInstantiator(StdValueInstantiator src) in BucketInstantiator()148 static class BigBucketInstantiator extends StdValueInstantiator150 BigBucketInstantiator(StdValueInstantiator src) in BigBucketInstantiator()248 if (defaultInstantiator instanceof StdValueInstantiator) { in findValueInstantiator()251 (StdValueInstantiator) defaultInstantiator); in findValueInstantiator()255 (StdValueInstantiator) defaultInstantiator); in findValueInstantiator()334 static class VerifyingValueInstantiator extends StdValueInstantiator {335 protected VerifyingValueInstantiator(StdValueInstantiator src) { in VerifyingValueInstantiator()[all …]
20 public class StdValueInstantiator class82 public StdValueInstantiator(DeserializationConfig config, Class<?> valueType) { in StdValueInstantiator() method in StdValueInstantiator87 public StdValueInstantiator(DeserializationConfig config, JavaType valueType) { in StdValueInstantiator() method in StdValueInstantiator96 protected StdValueInstantiator(StdValueInstantiator src) in StdValueInstantiator() method in StdValueInstantiator
10 import com.fasterxml.jackson.databind.deser.std.StdValueInstantiator;95 StdValueInstantiator inst = new StdValueInstantiator(config, type); in constructValueInstantiator()
31 #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`1090 #432: `StdValueInstantiator` unwraps exceptions, losing context