All Packages

Package Summary
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
Support for generating "plain old Java objects" (POJOs) based on a Module.
Support for customizing how Java code is generated for one or more specific Module modules.
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 a set of annotations for associating Module information with a Java class.
A Metaschema module represented as a set of Metaschema module bindings.
 
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.binding.metaschema).