Uses of Interface
dev.metaschema.databind.io.json.IJsonParsingContext
Packages that use IJsonParsingContext
Package
Description
Provides support for reading and writing Metaschema instance data in JSON
format.
-
Uses of IJsonParsingContext in dev.metaschema.databind.io.json
Classes in dev.metaschema.databind.io.json that implement IJsonParsingContextModifier and TypeClassDescriptionclassSupports reading JSON-based Metaschema module instances.Methods in dev.metaschema.databind.io.json with parameters of type IJsonParsingContextModifier and TypeMethodDescriptionbooleanDefaultJsonProblemHandler.handleUnknownProperty(IBoundDefinitionModelComplex classBinding, IBoundObject targetObject, String fieldName, IJsonParsingContext parsingContext) booleanIJsonProblemHandler.handleUnknownProperty(IBoundDefinitionModelComplex definition, IBoundObject parentItem, String fieldName, IJsonParsingContext parsingContext) Callback used to handle a JSON property that is unknown to the model being parsed.