Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundInstanceModelFieldScalar
Packages that use IBoundInstanceModelFieldScalar
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 IBoundInstanceModelFieldScalar in gov.nist.secauto.metaschema.databind.io.json
Methods in gov.nist.secauto.metaschema.databind.io.json with parameters of type IBoundInstanceModelFieldScalarModifier and TypeMethodDescriptionMetaschemaJsonReader.readItemField
(IBoundObject parentItem, IBoundInstanceModelFieldScalar instance) void
MetaschemaJsonWriter.writeItemField
(Object item, IBoundInstanceModelFieldScalar instance) -
Uses of IBoundInstanceModelFieldScalar in gov.nist.secauto.metaschema.databind.model
Methods in gov.nist.secauto.metaschema.databind.model that return IBoundInstanceModelFieldScalarModifier and TypeMethodDescriptiondefault IBoundInstanceModelFieldScalar
IBoundInstanceModelFieldScalar.getInlineInstance()
-
Uses of IBoundInstanceModelFieldScalar in gov.nist.secauto.metaschema.databind.model.info
Methods in gov.nist.secauto.metaschema.databind.model.info with parameters of type IBoundInstanceModelFieldScalarModifier and TypeMethodDescriptionIItemReadHandler.readItemField
(IBoundObject parent, IBoundInstanceModelFieldScalar instance) Parse and return an item.void
IItemWriteHandler.writeItemField
(Object item, IBoundInstanceModelFieldScalar instance) Write an item.