Class DeploymentReflectionIndex

java.lang.Object
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex

public final class DeploymentReflectionIndex extends Object
A reflection index for a deployment.
Author:
David M. Lloyd
  • Method Details

    • create

      public static DeploymentReflectionIndex create()
      Construct a new instance.
      Returns:
      the new instance
    • getClassIndex

      public ClassReflectionIndex getClassIndex(Class clazz)
      Get the (possibly cached) index for a given class.
      Parameters:
      clazz - the class
      Returns:
      the index