Class ValueInstantiator.Base

    • Constructor Detail

      • Base

        public Base​(Class<?> type)
    • Method Detail

      • getValueClass

        public Class<?> getValueClass()
        Description copied from class: ValueInstantiator
        Accessor for raw (type-erased) type of instances to create.

        NOTE: since this method has not existed since beginning of Jackson 2.0 series, default implementation will just return Object.class; implementations are expected to override it with real value.

        Overrides:
        getValueClass in class ValueInstantiator