Uses of Interface
dev.metaschema.core.model.IAnyInstance
Packages that use IAnyInstance
Package
Description
Core Metaschema model interfaces and implementations.
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 IAnyInstance in dev.metaschema.core.model
Methods in dev.metaschema.core.model that return IAnyInstanceModifier and TypeMethodDescriptionDefaultAssemblyModelBuilder.getAnyInstance()Get theanyinstance.default IAnyInstanceIContainerModelAssembly.getAnyInstance()Get theanyinstance for this container, if one is defined.default IAnyInstanceIContainerModelAssemblySupport.getAnyInstance()Get theanyinstance for this container, if one is defined.default IAnyInstanceIFeatureContainerModelAssembly.getAnyInstance()Methods in dev.metaschema.core.model with parameters of type IAnyInstanceModifier and TypeMethodDescriptionvoidDefaultAssemblyModelBuilder.setAnyInstance(IAnyInstance anyInstance) Set theanyinstance for this model.AbstractModelElementVisitor.visitAny(IAnyInstance item, CONTEXT context) IModelElementVisitor.visitAny(IAnyInstance item, CONTEXT context) This callback is called when anIAnyInstanceis visited. -
Uses of IAnyInstance in dev.metaschema.databind.model
Subinterfaces of IAnyInstance in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents ananyinstance bound to a Java field annotated with@BoundAny.