Class JDKValueInstantiators
java.lang.Object
tools.jackson.databind.deser.jdk.JDKValueInstantiators
Container for a set of
ValueInstantiators used for certain critical
JDK value types, either as performance optimization for initialization time observed
by profiling, or due to difficulty in otherwise finding constructors.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static class(package private) static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueInstantiatorfindStdValueInstantiator(DeserializationConfig config, Class<?> raw)
-
Constructor Details
-
JDKValueInstantiators
public JDKValueInstantiators()
-
-
Method Details
-
findStdValueInstantiator
public static ValueInstantiator findStdValueInstantiator(DeserializationConfig config, Class<?> raw)
-