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 generated Metaschema binding classes for module(s): Metaschema Binding Configuration.
Provides core functionality for reading and writing Metaschema instance data to and from bound Java objects.
Provides support for reading and writing Metaschema instance data in JSON format.
Provides support for reading and writing Metaschema instance data in XML format.
Supports reading and writing YAML instance data.
Provides an overlay of the Metaschema module model (dev.metaschema.core.model) using bound Java class annotations (dev.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.
Provides classes for model property information and data item handling.
Provides an implementation of the Module model (dev.metaschema.core.model) represented by a module-specific set of bound Java classes (dev.metaschema.databind.model.metaschema.binding).
Provides generated Metaschema binding classes for module(s): Metaschema Model.