Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundFieldValue
Packages that use 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
Methods in gov.nist.secauto.metaschema.databind.io.json with parameters of type IBoundFieldValueModifier and TypeMethodDescriptionMetaschemaJsonReader.readItemFieldValue(IBoundObject parentItem, IBoundFieldValue fieldValue) voidMetaschemaJsonWriter.writeItemFieldValue(Object item, IBoundFieldValue fieldValue) -
Uses of IBoundFieldValue in gov.nist.secauto.metaschema.databind.model
Methods in gov.nist.secauto.metaschema.databind.model that return IBoundFieldValueModifier and TypeMethodDescriptionIBoundDefinitionModelFieldComplex.getFieldValue()Get the bound field value associated with this field. -
Uses of IBoundFieldValue in gov.nist.secauto.metaschema.databind.model.info
Methods in gov.nist.secauto.metaschema.databind.model.info with parameters of type IBoundFieldValueModifier and TypeMethodDescriptionIItemReadHandler.readItemFieldValue(IBoundObject parent, IBoundFieldValue fieldValue) Parse and return an item.voidIItemWriteHandler.writeItemFieldValue(Object item, IBoundFieldValue fieldValue) Write an item.