com.github.fge.jsonschema.core.util
Interface AsJson

All Known Subinterfaces:
JsonTree, SchemaTree, SimpleTree
All Known Implementing Classes:
BaseJsonTree, BaseSchemaTree, CanonicalSchemaTree, InlineSchemaTree, ListProcessingReport, ProcessingMessage, SimpleJsonTree

public interface AsJson

Interface implemented by classes having a JSON representation

This representation needs not be complete. For instance, SchemaTree implements it to provide an object with the summary of its main characteristics (loading URI, current pointer).


Method Summary
 JsonNode asJson()
          Return a JSON representation of this object
 

Method Detail

asJson

JsonNode asJson()
Return a JSON representation of this object

Returns:
a JsonNode