Uses of Interface
java.lang.reflect.Member
Package
Description
The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of Member in java.lang.invoke
Modifier and TypeMethodDescription<T extends Member>
TMethodHandleInfo.reflectAs
(Class<T> expected, MethodHandles.Lookup lookup) Reflects the underlying member as a method, constructor, or field object.static <T extends Member>
TMethodHandles.reflectAs
(Class<T> expected, MethodHandle target) Performs an unchecked "crack" of a direct method handle. -
Uses of Member in java.lang.reflect
Modifier and TypeClassDescriptionfinal class
Constructor<T>
Constructor
provides information about, and access to, a single constructor for a class.class
A shared superclass for the common functionality ofMethod
andConstructor
.final class
AField
provides information about, and dynamic access to, a single field of a class or an interface.final class
AMethod
provides information about, and access to, a single method on a class or interface.