Class ValueInstantiator.Base

java.lang.Object
tools.jackson.databind.deser.ValueInstantiator
tools.jackson.databind.deser.ValueInstantiator.Base
Direct Known Subclasses:
TokenStreamLocationInstantiator
Enclosing class:
ValueInstantiator

public static class ValueInstantiator.Base extends ValueInstantiator
Partial ValueInstantiator implementation that is strongly recommended to be used instead of directly extending ValueInstantiator itself.
  • Field Details

    • _valueType

      protected final Class<?> _valueType
  • Constructor Details

    • Base

      public Base(Class<?> type)
    • Base

      public Base(JavaType type)
  • Method Details