Interface SchemaAware

    • Method Detail

      • getSchema

        JsonNode getSchema​(SerializerProvider provider,
                           java.lang.reflect.Type typeHint,
                           boolean isOptional)
                    throws JsonMappingException
        Deprecated.
        Get the representation of the schema to which this serializer will conform.
        Parameters:
        provider - The serializer provider.
        isOptional - Is the type optional
        typeHint - A hint about the type.
        Returns:
        Json-schema for this serializer.
        Throws:
        JsonMappingException