See: Description
Class | Description |
---|---|
ConstructorClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing the signature of a constructor.
|
FieldClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing a Field instance.
|
MemberBIClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing a specific interface.
|
MemberBSClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing the method signature.
|
MemberClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing the information of a specific method.
|
MethodClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing a Method instance.
|
PropertyClass<T> |
Generates and stores the classes that perform a dynamic invocation, providing the information of a specific field.
|
ProxyFactory |
The ProxyFactory is a factory method that allows using the invokedynamic opcode included in JVM 1.7.
|