Uses of Class
org.jboss.as.server.deployment.annotation.CompositeIndex
-
Packages that use CompositeIndex Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.deployment.annotation org.jboss.as.server.moduleservice -
-
Uses of CompositeIndex in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type CompositeIndex Modifier and Type Field Description static AttachmentKey<Map<org.jboss.modules.ModuleIdentifier,CompositeIndex>>Attachments. ADDITIONAL_ANNOTATION_INDEXES_BY_MODULEstatic AttachmentKey<CompositeIndex>Attachments. COMPOSITE_ANNOTATION_INDEXThe composite annotation index for this deployment. -
Uses of CompositeIndex in org.jboss.as.server.deployment.annotation
Constructors in org.jboss.as.server.deployment.annotation with parameters of type CompositeIndex Constructor Description CompositeIndex(CompositeIndex... indexes) -
Uses of CompositeIndex in org.jboss.as.server.moduleservice
Methods in org.jboss.as.server.moduleservice that return CompositeIndex Modifier and Type Method Description static CompositeIndexModuleIndexBuilder. buildCompositeIndex(org.jboss.modules.Module module)
-