Uses of Class
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex
Packages that use DeploymentReflectionIndex
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of DeploymentReflectionIndex in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type DeploymentReflectionIndexModifier and TypeFieldDescriptionstatic final AttachmentKey<DeploymentReflectionIndex>Attachments.REFLECTION_INDEXThe reflection index for the deployment. -
Uses of DeploymentReflectionIndex in org.jboss.as.server.deployment.reflect
Methods in org.jboss.as.server.deployment.reflect that return DeploymentReflectionIndexModifier and TypeMethodDescriptionstatic DeploymentReflectionIndexDeploymentReflectionIndex.create()Construct a new instance.Methods in org.jboss.as.server.deployment.reflect with parameters of type DeploymentReflectionIndexModifier and TypeMethodDescriptionstatic Collection<Method>ClassReflectionIndexUtil.findAllMethods(DeploymentReflectionIndex deploymentReflectionIndex, ClassReflectionIndex classReflectionIndex, String methodName, int paramCount) Finds and returns all methods corresponding to the passed methodnameand methodparamCount.static Collection<Method>ClassReflectionIndexUtil.findAllMethodsByName(DeploymentReflectionIndex deploymentReflectionIndex, ClassReflectionIndex classReflectionIndex, String methodName) Finds and returns all methods corresponding to the passed methodname.static MethodClassReflectionIndexUtil.findMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, Method method) Finds and returns a method corresponding to the passedmethod, which may be declared in the super class of the passedclassReflectionIndex.static MethodClassReflectionIndexUtil.findMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, org.jboss.invocation.proxy.MethodIdentifier methodIdentifier) Finds and returns a method corresponding to the passedmethodIdentifier.static Collection<Method>ClassReflectionIndexUtil.findMethods(DeploymentReflectionIndex deploymentReflectionIndex, ClassReflectionIndex classReflectionIndex, String methodName, String... paramTypes) Finds and returns methods corresponding to the passed methodnameand methodparamTypes.static MethodClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, Method method) Finds and returns a method corresponding to the passedmethod, which may be declared in the super class of the passedclassReflectionIndex.static MethodClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, org.jboss.invocation.proxy.MethodIdentifier methodIdentifier) Finds and returns a method corresponding to the passedmethodIdentifier.Constructors in org.jboss.as.server.deployment.reflect with parameters of type DeploymentReflectionIndex