Uses of Package
java.lang.reflect

Packages that use java.lang.reflect
Package Description
java.lang  
java.lang.annotation  
java.lang.reflect  
libcore.reflect  
libcore.util  
org.apache.commons.logging
Simple wrapper API around multiple logging APIs.
org.apache.commons.logging.impl
Concrete implementations of commons-logging wrapper APIs.
org.robovm.rt  
org.robovm.rt.bro  
org.robovm.rt.bro.ptr  
sun.misc  
  • Classes in java.lang.reflect used by java.lang
    Class Description
    AnnotatedElement
    This interface provides reflective access to annotation information.
    Constructor
    This class represents a constructor.
    Field
    This class represents a field.
    GenericDeclaration
    Common interface for language constructs that declare type parameters.
    Method
    This class represents a method.
    Type
    Common interface implemented by all Java types.
    TypeVariable
    This interface represents a type variables such as 'T' in 'public interface Comparable<T>', the bounded 'T' in 'public interface A<T extends Number>' or the multiple bounded 'T' in 'public interface B<T extends Number & Cloneable>'.
  • Classes in java.lang.reflect used by java.lang.annotation
    Class Description
    Method
    This class represents a method.
  • Classes in java.lang.reflect used by java.lang.reflect
    Class Description
    AccessibleObject
    AccessibleObject is the superclass of all member reflection classes (Field, Constructor, Method).
    AnnotatedElement
    This interface provides reflective access to annotation information.
    Constructor
    This class represents a constructor.
    Field
    This class represents a field.
    GenericDeclaration
    Common interface for language constructs that declare type parameters.
    InvocationHandler
    Implementors of this interface dispatch methods invoked on proxy instances.
    InvocationTargetException
    This class provides a wrapper for an exception thrown by a Method or Constructor invocation.
    Member
    Common interface providing access to reflective information on class members.
    Method
    This class represents a method.
    Type
    Common interface implemented by all Java types.
    TypeVariable
    This interface represents a type variables such as 'T' in 'public interface Comparable<T>', the bounded 'T' in 'public interface A<T extends Number>' or the multiple bounded 'T' in 'public interface B<T extends Number & Cloneable>'.
  • Classes in java.lang.reflect used by libcore.reflect
    Class Description
    GenericArrayType
    This interface represents an array type with a component type that is either a parameterized type or a type variable.
    GenericDeclaration
    Common interface for language constructs that declare type parameters.
    InvocationHandler
    Implementors of this interface dispatch methods invoked on proxy instances.
    MalformedParameterizedTypeException
    Indicates that a malformed parameterized type has been encountered by a reflective method.
    Method
    This class represents a method.
    ParameterizedType
    This interface represents a parameterized type such as 'Set&lt;String&gt;'.
    Type
    Common interface implemented by all Java types.
    TypeVariable
    This interface represents a type variables such as 'T' in 'public interface Comparable<T>', the bounded 'T' in 'public interface A<T extends Number>' or the multiple bounded 'T' in 'public interface B<T extends Number & Cloneable>'.
    WildcardType
    A pattern type, such as the upper bounded wildcard ? extends Closeable or the lower bounded wildcard ? super String.
  • Classes in java.lang.reflect used by libcore.util
    Class Description
    Type
    Common interface implemented by all Java types.
    TypeVariable
    This interface represents a type variables such as 'T' in 'public interface Comparable<T>', the bounded 'T' in 'public interface A<T extends Number>' or the multiple bounded 'T' in 'public interface B<T extends Number & Cloneable>'.
  • Classes in java.lang.reflect used by org.apache.commons.logging
    Class Description
    Constructor
    This class represents a constructor.
  • Classes in java.lang.reflect used by org.apache.commons.logging.impl
    Class Description
    Constructor
    This class represents a constructor.
    Method
    This class represents a method.
  • Classes in java.lang.reflect used by org.robovm.rt
    Class Description
    Constructor
    This class represents a constructor.
    Field
    This class represents a field.
    Method
    This class represents a method.
  • Classes in java.lang.reflect used by org.robovm.rt.bro
    Class Description
    Method
    This class represents a method.
  • Classes in java.lang.reflect used by org.robovm.rt.bro.ptr
    Class Description
    Method
    This class represents a method.
  • Classes in java.lang.reflect used by sun.misc
    Class Description
    Field
    This class represents a field.