Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.lang.reflect

Classes in java.lang.reflect used by java.lang.reflect
AccessibleObject
          This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
AnnotatedElement
           Represents an element that can be annotated.
GenericDeclaration
          Represents an entity that declares one or more type parameters.
InvocationHandler
          This interface defines an invocation handler.
InvocationTargetException
          InvocationTargetException is sort of a way to "wrap" whatever exception comes up when a method or constructor is called via Reflection.
Member
          Member is an interface that represents any member of a class (field or method) or a constructor.
Method
          The Method class represents a member method of a class.
Proxy.ProxyData
          A flat representation of all data needed to generate bytecode/instantiate a proxy class.
Proxy.ProxySignature
          Helper class which allows hashing of a method name and signature without worrying about return type, declaring class, or throws clause, and which reduces the maximally common throws clause between two methods
Proxy.ProxyType
          Helper class for mapping unique ClassLoader and interface combinations to proxy classes.
Type
          Represents any Type within the Java programming language.
TypeVariable
           This is a common interface for all type variables provided by the Java language.