Uses of Interface
gov.nist.secauto.metaschema.databind.io.IProblemHandler
Package
Description
Provides core functionality for reading and writing instance data to and from
bound objects.
Supports reading and writing JSON instance data.
Supports reading and writing XML instance data.
-
Uses of IProblemHandler in gov.nist.secauto.metaschema.databind.io
Modifier and TypeInterfaceDescriptioninterface
IParsingContext<READER,
PROBLEM_HANDLER extends IProblemHandler> Provides objects used for parsing data associated with a specific format. -
Uses of IProblemHandler in gov.nist.secauto.metaschema.databind.io.json
-
Uses of IProblemHandler in gov.nist.secauto.metaschema.databind.io.xml
Modifier and TypeClassDescriptionclass
Handles problems identified in the parsed XML.