Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundFieldValue
Package
Description
Supports reading and writing JSON 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.-
Uses of IBoundFieldValue in gov.nist.secauto.metaschema.databind.io.json
Modifier and TypeMethodDescriptionMetaschemaJsonReader.readItemFieldValue
(IBoundObject parentItem, IBoundFieldValue fieldValue) void
MetaschemaJsonWriter.writeItemFieldValue
(Object item, IBoundFieldValue fieldValue) -
Uses of IBoundFieldValue in gov.nist.secauto.metaschema.databind.model
Modifier and TypeMethodDescriptionIBoundDefinitionModelFieldComplex.getFieldValue()
Get the bound field value associated with this field. -
Uses of IBoundFieldValue in gov.nist.secauto.metaschema.databind.model.info
Modifier and TypeMethodDescriptionIItemReadHandler.readItemFieldValue
(IBoundObject parent, IBoundFieldValue fieldValue) Parse and return an item.void
IItemWriteHandler.writeItemFieldValue
(Object item, IBoundFieldValue fieldValue) Write an item.