| Package | Description |
|---|---|
| org.jboss.as.server.deployment.reflect |
| Modifier and Type | Method and Description |
|---|---|
ClassReflectionIndex |
DeploymentReflectionIndex.getClassIndex(Class clazz)
Get the (possibly cached) index for a given class.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Method> |
ClassReflectionIndexUtil.findAllMethods(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName,
int paramCount)
Finds and returns all methods corresponding to the passed method
name and method paramCount. |
static Collection<Method> |
ClassReflectionIndexUtil.findAllMethodsByName(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName)
Finds and returns all methods corresponding to the passed method
name. |
static Collection<Method> |
ClassReflectionIndexUtil.findMethods(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName,
String... paramTypes)
Finds and returns methods corresponding to the passed method
name and method paramTypes. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.