Class UnsupportedTypeSerializer

    • Field Detail

      • _message

        protected final java.lang.String _message
    • Constructor Detail

      • UnsupportedTypeSerializer

        public UnsupportedTypeSerializer​(JavaType t,
                                         java.lang.String msg)
    • Method Detail

      • serialize

        public void serialize​(java.lang.Object value,
                              com.fasterxml.jackson.core.JsonGenerator g,
                              SerializerProvider ctxt)
                       throws java.io.IOException
        Description copied from class: JsonSerializer
        Method that can be called to ask implementation to serialize values of type this serializer handles.
        Specified by:
        serialize in class StdSerializer<java.lang.Object>
        Parameters:
        value - Value to serialize; can not be null.
        g - Generator used to output resulting Json content
        ctxt - Provider that can be used to get serializers for serializing Objects value contains, if any.
        Throws:
        java.io.IOException