All Superinterfaces:
JsonFormatVisitorWithSerializerProvider
All Known Implementing Classes:
JsonObjectFormatVisitor.Base

public interface JsonObjectFormatVisitor extends JsonFormatVisitorWithSerializerProvider
Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (like EnumMap).