Uses of Interface
dev.metaschema.databind.model.info.IFeatureComplexItemValueHandler
Packages that use IFeatureComplexItemValueHandler
Package
Description
Provides core functionality for reading and writing Metaschema instance data
to and from bound Java objects.
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 IFeatureComplexItemValueHandler in dev.metaschema.databind.io
Classes in dev.metaschema.databind.io with type parameters of type IFeatureComplexItemValueHandlerModifier and TypeInterfaceDescriptionstatic interfaceA functional interface for writing object properties. -
Uses of IFeatureComplexItemValueHandler in dev.metaschema.databind.model
Subinterfaces of IFeatureComplexItemValueHandler in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly definition bound to a Java class.interfaceRepresents a field or assembly instance bound to Java class.interfaceRepresents a field definition bound to a Java class.interfaceRepresents an assembly instance bound to Java field.interfaceRepresents a bound field instance that contains complex (non-scalar) data, such as an object with flags and a 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.