public interface SchemaAware
Modifier and Type | Method and Description |
---|---|
JsonNode |
getSchema(SerializerProvider provider,
Type typeHint)
Get the representation of the schema to which this serializer will conform.
|
JsonNode getSchema(SerializerProvider provider, Type typeHint) throws JsonMappingException
provider
- The serializer provider.typeHint
- A hint about the type.JsonMappingException