Uses of Interface
gov.nist.secauto.metaschema.databind.model.IGroupAs
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.Provides a set of annotations for associating Module information with a Java
class.
-
Uses of IGroupAs in gov.nist.secauto.metaschema.databind.model
-
Uses of IGroupAs in gov.nist.secauto.metaschema.databind.model.annotations
Modifier and TypeMethodDescriptionstatic IGroupAs
ModelUtil.resolveDefaultGroupAs
(GroupAs groupAs, IModule module) Resolves aGroupAs
annotation determining if an actual value is provided or if the value is the default, which indicates that no actual GroupAs was provided.