Class CustomTypedValueSerializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable, Constants

    public class CustomTypedValueSerializer
    extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedValue>
    implements Constants
    See Also:
    Serialized Form
    • Field Detail

      • QUALIFIED_NAME_XSD_STRING

        public static final QualifiedName QUALIFIED_NAME_XSD_STRING
    • Constructor Detail

      • CustomTypedValueSerializer

        protected CustomTypedValueSerializer()
      • CustomTypedValueSerializer

        protected CustomTypedValueSerializer​(Class<TypedValue> t)
    • Method Detail

      • serialize

        public void serialize​(TypedValue attr,
                              com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                              com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
                       throws IOException
        Specified by:
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedValue>
        Throws:
        IOException