Interface JsonNodeVisitor<T>

All Known Implementing Classes:
DocumentUnmarshaller, DocumentUnmarshaller, JsonNodeToAttributeValueMapConverter

public interface JsonNodeVisitor<T>
Converter from a JsonNode to a new type. This is usually invoked via JsonNode.visit(JsonNodeVisitor).