Interface IJsonParsingContext

All Superinterfaces:
IParsingContext<com.fasterxml.jackson.core.JsonParser,IJsonProblemHandler>
All Known Implementing Classes:
MetaschemaJsonReader

public interface IJsonParsingContext extends IParsingContext<com.fasterxml.jackson.core.JsonParser,IJsonProblemHandler>
Provides the parsing context for reading JSON-based Metaschema module instances.

This interface extends IParsingContext with JSON-specific reader and problem handler types.

See Also: