Uses of Class
gov.nist.secauto.metaschema.databind.io.BindingException
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
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.-
Uses of BindingException in gov.nist.secauto.metaschema.databind
Modifier and TypeMethodDescription<CLASS extends IBoundObject>
CLASSDefaultBindingContext.deepCopy
(CLASS other, IBoundObject parentInstance) <CLASS extends IBoundObject>
CLASSIBindingContext.deepCopy
(CLASS other, IBoundObject parentInstance) Create a deep copy of the provided bound object. -
Uses of BindingException in gov.nist.secauto.metaschema.databind.model
Modifier and TypeMethodDescriptiondefault void
IBoundDefinitionModelComplex.callAfterDeserialize
(IBoundObject targetObject, IBoundObject parentObject) Calls the method named "afterDeserialize" on each class in the object's hierarchy if the method exists.default void
IBoundInstanceModelAssembly.callAfterDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundInstanceModelFieldComplex.callAfterDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundInstanceModelGroupedNamed.callAfterDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundDefinitionModelComplex.callBeforeDeserialize
(IBoundObject targetObject, IBoundObject parentObject) Calls the method named "beforeDeserialize" on each class in the object's hierarchy if the method exists on the class.default void
IBoundInstanceModelAssembly.callBeforeDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundInstanceModelFieldComplex.callBeforeDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundInstanceModelGroupedNamed.callBeforeDeserialize
(IBoundObject targetObject, IBoundObject parentObject) default void
IBoundFieldValue.deepCopy
(IBoundObject fromInstance, IBoundObject toInstance) default void
IBoundInstanceFlag.deepCopy
(IBoundObject fromInstance, IBoundObject toInstance) void
IBoundProperty.deepCopy
(IBoundObject fromInstance, IBoundObject toInstance) Copy this instance from one parent object to another.default IBoundObject
IBoundInstanceModelAssembly.deepCopyItem
(IBoundObject item, IBoundObject parentInstance) default IBoundObject
IBoundInstanceModelChoiceGroup.deepCopyItem
(IBoundObject item, IBoundObject parentInstance) default IBoundObject
IBoundInstanceModelFieldComplex.deepCopyItem
(IBoundObject item, IBoundObject parentInstance) default IBoundObject
IBoundInstanceModelGroupedNamed.deepCopyItem
(IBoundObject item, IBoundObject parentInstance) -
Uses of BindingException in gov.nist.secauto.metaschema.databind.model.info
Modifier and TypeMethodDescriptionvoid
IFeatureComplexItemValueHandler.callAfterDeserialize
(IBoundObject targetObject, IBoundObject parentObject) void
IFeatureComplexItemValueHandler.callBeforeDeserialize
(IBoundObject targetObject, IBoundObject parentObject) IFeatureComplexItemValueHandler.deepCopyItem
(IBoundObject item, IBoundObject parentInstance) default Object
IFeatureScalarItemValueHandler.deepCopyItem
(Object source, IBoundObject parentInstance) IItemValueHandler.deepCopyItem
(TYPE item, IBoundObject parentInstance) Create and return a deep copy of the provided item.IModelInstanceCollectionInfo.deepCopyItems
(IBoundObject fromObject, IBoundObject toObject)