Uses of Interface
gov.nist.secauto.metaschema.databind.io.json.IJsonParsingContext
Packages that use IJsonParsingContext
Package
Description
Supports reading and writing JSON instance data.
-
Uses of IJsonParsingContext in gov.nist.secauto.metaschema.databind.io.json
Classes in gov.nist.secauto.metaschema.databind.io.json that implement IJsonParsingContextModifier and TypeClassDescriptionclassSupports reading JSON-based Metaschema module instances.Methods in gov.nist.secauto.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.