com.fasterxml.jackson.databind.deser

Class ValueInstantiator.Base

    • Field Detail

      • _valueType

        protected final Class<?> _valueType
    • 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

Copyright © 2008–2023 FasterXML. All rights reserved.