Uses of Interface
dev.metaschema.databind.model.info.IItemValueHandler
Packages that use IItemValueHandler
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.Provides classes for model property information and data item handling.
-
Uses of IItemValueHandler in dev.metaschema.databind.model
Subinterfaces of IItemValueHandler in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents a flag definition/instance bound to Java field.interfaceIBoundDefinitionModel<ITEM>Represents a field or assembly instance bound to Java data.interfaceRepresents an assembly definition bound to a Java class.interfaceRepresents a field or assembly instance bound to Java class.interfaceRepresents a field definition bound to Java data.interfaceRepresents a field definition bound to a Java class.interfaceRepresents the bound value of a field definition.interfaceIBoundInstance<ITEM>Represents a Metaschema module instance bound to Java data.interfaceRepresents a flag instance bound to Java data.interfaceIBoundInstanceModel<ITEM>Represents an assembly or field instance bound to Java data.interfaceRepresents an assembly instance bound to Java field.interfaceRepresents a choice group instance bound to Java field.interfaceIBoundInstanceModelField<ITEM>Represents a field instance bound to a Java field.interfaceRepresents 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.interfaceRepresents an assembly model instance that is a member of a choice group instance.interfaceRepresents a field model instance that is a member of a choice group instance.interfaceRepresents a model instance that is a member of a choice group instance.interfaceIBoundInstanceModelNamed<ITEM>Represents a bound model instance that is named and can be addressed by that name in the Metaschema model.interfaceIBoundModelObject<ITEM>Represents a binding of Java data to a Metaschema module construct, i.e.interfaceIBoundProperty<ITEM>Represents a bound property on a Metaschema definition. -
Uses of IItemValueHandler in dev.metaschema.databind.model.info
Subinterfaces of IItemValueHandler in dev.metaschema.databind.model.infoModifier and TypeInterfaceDescriptioninterfaceA feature interface for handling complex item values during binding operations.interfaceA feature interface for handling scalar item values during binding operations.