com.fasterxml.jackson.databind.util

Class JSONPObject

    • Field Detail

      • _function

        protected final String _function
        JSONP function name to use for serialization
      • _value

        protected final Object _value
        Value to be serialized as JSONP padded; can be null.
      • _serializationType

        protected final JavaType _serializationType
        Optional static type to use for serialization; if null, runtime type is used. Can be used to specify declared type which defines serializer to use, as well as aspects of extra type information to include (if any).

Copyright © 2014 FasterXML. All Rights Reserved.