Uses of Interface
dev.metaschema.databind.model.IBoundFieldValue
Packages that use IBoundFieldValue
Package
Description
Provides support for reading and writing Metaschema instance data in JSON
format.
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 classes for model property information and data item handling.
-
Uses of IBoundFieldValue in dev.metaschema.databind.io.json
Methods in dev.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 dev.metaschema.databind.model
Methods in dev.metaschema.databind.model that return IBoundFieldValueModifier and TypeMethodDescriptionIBoundDefinitionModelFieldComplex.getFieldValue()Get the bound field value associated with this field. -
Uses of IBoundFieldValue in dev.metaschema.databind.model.info
Methods in dev.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.