public interface JsonFormatVisitable
JsonSerializer
implements
to allow for visiting type hierarchy.Modifier and Type | Method and Description |
---|---|
void |
acceptJsonFormatVisitor(JsonFormatVisitorWrapper visitor,
JavaType typeHint)
Get the representation of the schema to which this serializer will conform.
|
void acceptJsonFormatVisitor(JsonFormatVisitorWrapper visitor, JavaType typeHint) throws JsonMappingException
typeHint
- Type of element (entity like property) being visitedJsonMappingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.