Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundDefinitionModelField
Package
Description
Provides an overlay of the Metaschema module model
(
gov.nist.secauto.metaschema.core.model
) using bound Java class
annotations (gov.nist.secauto.metaschema.databind.model.annotations
)
to represent module constructs annotated on Java classes.-
Uses of IBoundDefinitionModelField in gov.nist.secauto.metaschema.databind.model
Modifier and TypeInterfaceDescriptioninterface
Represents a field definition bound to a Java class.interface
Modifier and TypeMethodDescriptionIBoundInstanceModelField.getDefinition()
default IBoundDefinitionModelField<Object>
IBoundInstanceModelFieldScalar.getDefinition()
AbstractBoundModule.getFieldDefinitionByName
(QName name) IBoundModule.getFieldDefinitionByName
(QName name) Modifier and TypeMethodDescriptionprotected Map<QName,
IBoundDefinitionModelField<?>> AbstractBoundModule.getFieldDefinitionMap()
Get the mapping of field definition effective name to definition.AbstractBoundModule.getFieldDefinitions()
IBoundModule.getFieldDefinitions()