com.fasterxml.jackson.databind.deser.std

Class StdScalarDeserializer<T>

    • Constructor Detail

      • StdScalarDeserializer

        protected StdScalarDeserializer(Class<?> vc)
      • StdScalarDeserializer

        protected StdScalarDeserializer(JavaType valueType)
    • Method Detail

      • deserializeWithType

        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser jp,
                                 DeserializationContext ctxt,
                                 TypeDeserializer typeDeserializer)
                                   throws IOException,
                                          com.fasterxml.jackson.core.JsonProcessingException
        Description copied from class: StdDeserializer
        Base implementation that does not assume specific type inclusion mechanism. Sub-classes are expected to override this method if they are to handle type information.
        Overrides:
        deserializeWithType in class StdDeserializer<T>
        typeDeserializer - Deserializer to use for handling type information
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException

Copyright © 2012-2013 FasterXML. All Rights Reserved.