Class ValueInstantiators.Base

java.lang.Object
tools.jackson.databind.deser.ValueInstantiators.Base
All Implemented Interfaces:
ValueInstantiators
Direct Known Subclasses:
SimpleValueInstantiators
Enclosing interface:
ValueInstantiators

public static class ValueInstantiators.Base extends Object implements ValueInstantiators
Basic "NOP" implementation that can be used as the base class for custom implementations. Safer to extend (instead of implementing ValueInstantiators) in case later Jackson versions add new methods in base interface.