Uses of Interface
dev.metaschema.databind.model.IBoundInstanceModelField
Packages that use IBoundInstanceModelField
Package
Description
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.-
Uses of IBoundInstanceModelField in dev.metaschema.databind.model
Subinterfaces of IBoundInstanceModelField in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents a bound field instance that contains complex (non-scalar) data, such as an object with flags and a value.interfaceRepresents a bound field instance that contains scalar (simple) data, such as a string or number value.Methods in dev.metaschema.databind.model that return IBoundInstanceModelFieldModifier and TypeMethodDescriptiondefault IBoundInstanceModelField<ITEM>IBoundDefinitionModelField.getInlineInstance()static IBoundInstanceModelField<?>IBoundInstanceModelField.newInstance(Field field, IBoundDefinitionModelAssembly containingDefinition) Create a new bound field instance.