Uses of Package
gov.nist.secauto.metaschema.databind.io
Packages that use gov.nist.secauto.metaschema.databind.io
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
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.
Supports reading and writing YAML instance data.
Provides an overlay of the Metaschema module model
(
gov.nist.secauto.metaschema.core.model
) using bound Java class
annotations (gov.nist.secauto.metaschema.databind.model.annotations
)
to represent module constructs annotated on Java classes.Provides an implementation of the Module model
(
gov.nist.secauto.metaschema.core.model
) represented by a
module-specific set of bound Java classes
(gov.nist.secauto.metaschema.databind.model.metaschema.binding
).-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databindClassDescriptionUsed to report exceptional conditions related to processing bound objects.Selections of serialization formats.A common interface for loading Module based instance resources.Implementations of this interface are able to read structured data into a bound object instance of the parameterized type.Implementations of this interface are able to write data in a bound object instance of the parameterized type to a structured data format.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.ioClassDescriptionSelections of serialization formats.A common interface for loading Module based instance resources.Implementations of this interface are able to read structured data into a bound object instance of the parameterized type.Implementations support handling common parsing issues.Implementations of this interface are able to write data in a bound object instance of the parameterized type to a structured data format.Describes the result of detecting which model a resource is described by.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.io.jsonClassDescriptionThe base class of all format-specific deserializers.The base class of all format-specific serializers.Implementations of this interface are able to read structured data into a bound object instance of the parameterized type.Provides objects used for parsing data associated with a specific format.Implementations support handling common parsing issues.Implementations of this interface are able to write data in a bound object instance of the parameterized type to a structured data format.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.io.xmlClassDescriptionThe base class of all format-specific deserializers.The base class of all format-specific serializers.Implementations of this interface are able to read structured data into a bound object instance of the parameterized type.Provides objects used for parsing data associated with a specific format.Implementations support handling common parsing issues.Implementations of this interface are able to write data in a bound object instance of the parameterized type to a structured data format.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.io.yamlClassDescriptionThe base class of all format-specific deserializers.The base class of all format-specific serializers.Implementations of this interface are able to read structured data into a bound object instance of the parameterized type.Implementations of this interface are able to write data in a bound object instance of the parameterized type to a structured data format.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.modelClassDescriptionUsed to report exceptional conditions related to processing bound objects.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.model.infoClassDescriptionUsed to report exceptional conditions related to processing bound objects.
-
Classes in gov.nist.secauto.metaschema.databind.io used by gov.nist.secauto.metaschema.databind.model.metaschemaClassDescriptionA common interface for loading Module based instance resources.