Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundDefinitionModelField
Packages that use 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
Subinterfaces of IBoundDefinitionModelField in gov.nist.secauto.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents a field definition bound to a Java class.interfaceMethods in gov.nist.secauto.metaschema.databind.model that return IBoundDefinitionModelFieldModifier and TypeMethodDescriptionIBoundInstanceModelField.getDefinition()default IBoundDefinitionModelField<Object>IBoundInstanceModelFieldScalar.getDefinition()AbstractBoundModule.getFieldDefinitionByName(Integer name) IBoundModule.getFieldDefinitionByName(Integer name) Methods in gov.nist.secauto.metaschema.databind.model that return types with arguments of type IBoundDefinitionModelFieldModifier and TypeMethodDescriptionprotected Map<Integer,IBoundDefinitionModelField<?>> AbstractBoundModule.getFieldDefinitionMap()Get the mapping of field definition effective name to definition.AbstractBoundModule.getFieldDefinitions()IBoundModule.getFieldDefinitions()