public final class DeploymentReflectionIndex extends Object
Modifier and Type | Method and Description |
---|---|
static DeploymentReflectionIndex |
create()
Construct a new instance.
|
<T> ClassReflectionIndex<T> |
getClassIndex(Class<T> clazz)
Get the (possibly cached) index for a given class.
|
public static DeploymentReflectionIndex create()
public <T> ClassReflectionIndex<T> getClassIndex(Class<T> clazz)
clazz
- the classCopyright © 2015 JBoss by Red Hat. All rights reserved.