Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.lang.reflect Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
AccessibleObjectThe AccessibleObject class is the base class for Field, Method and Constructor objects.Classjava.lang.reflectJava SE
ArrayThe Array class provides static methods to dynamically create and access Java arrays.Classjava.lang.reflectJava SE
AnnotatedArrayTypeAnnotatedArrayType represents the potentially annotated use of an array type, whose component type may itself represent the annotated use of aInterfacejava.lang.reflectJava SE
AnnotatedElementRepresents an annotated element of the program currently running in this VM.Interfacejava.lang.reflectJava SE
AnnotatedParameterizedTypeAnnotatedParameterizedType represents the potentially annotated use of a parameterized type, whose type arguments may themselves representInterfacejava.lang.reflectJava SE
AnnotatedTypeAnnotatedType represents the potentially annotated use of a type in the program currently running in this VM.Interfacejava.lang.reflectJava SE
AnnotatedTypeVariableAnnotatedTypeVariable represents the potentially annotated use of a type variable, whose declaration may have bounds which themselves representInterfacejava.lang.reflectJava SE
AnnotatedWildcardTypeAnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves representInterfacejava.lang.reflectJava SE
ConstructorConstructor provides information about, and access to, a single constructor for a class.Classjava.lang.reflectJava SE
ExecutableClassjava.lang.reflectJava SE
FieldA Field provides information about, and dynamic access to, a single field of a class or an interface.Classjava.lang.reflectJava SE
GenericSignatureFormatErrorThrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret theClassjava.lang.reflectJava SE
GenericArrayTypeGenericArrayType represents an array type whose component type is either a parameterized type or a type variable.Interfacejava.lang.reflectJava SE
GenericDeclarationA common interface for all entities that declare type variables.Interfacejava.lang.reflectJava SE
InvocationTargetExceptionInvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.Classjava.lang.reflectJava SE
InvocationHandlerInvocationHandler is the interface implemented by the invocation handler of a proxy instance.Interfacejava.lang.reflectJava SE
MalformedParameterizedTypeExceptionThrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.Classjava.lang.reflectJava SE
MalformedParametersException java.Classjava.lang.reflectJava SE
MethodA Method provides information about, and access to, a single method on a class or interface.Classjava.lang.reflectJava SE
ModifierThe Modifier class provides static methods and constants to decode class and member access modifiers.Classjava.lang.reflectJava SE
MemberMember is an interface that reflects identifying information about a single member (a field or a method) or a constructor.Interfacejava.lang.reflectJava SE
ParameterInformation about method parameters.Classjava.lang.reflectJava SE
ProxyProxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of allClassjava.lang.reflectJava SE
ParameterizedTypeParameterizedType represents a parameterized type such as Collection.Interfacejava.lang.reflectJava SE
ReflectiveOperationExceptionCommon superclass of exceptions thrown by reflective operations inSince:1.Classjava.langJava SE
ReflectPermissionThe Permission class for reflective operations.Classjava.lang.reflectJava SE
TypeType is the common superinterface for all types in the Java programming language.Interfacejava.lang.reflectJava SE
TypeVariableTypeVariable is the common superinterface for type variables of kinds.Interfacejava.lang.reflectJava SE
UndeclaredThrowableExceptionThrown by a method invocation on a proxy instance if its invocation handler's invoke method throws aClassjava.lang.reflectJava SE
WildcardTypeWildcardType represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer.Interfacejava.lang.reflectJava SE