| Interface | Description |
|---|---|
| Reflect.Proxied |
Can provide proxied implementation.
|
| SerializableFunction<F,T> |
Aggregate
Serializable to make anonymous serializable definitions possible. |
| SerializableInvocationHandler |
Aggregate
Serializable to make anonymous serializable definitions possible. |
| Class | Description |
|---|---|
| FixedValueInvocationHandler |
Always return a fixed value for every method calls.
|
| ForwardingInvocationHandler |
Forward invocations to an implementation.
|
| GuardedSerializableReturnValue |
Invocation handler container ensuring guarded return value.
|
| GuardedSingleArgument |
Invocation handler container ensuring guarded return value.
|
| Reflect |
Reflection based utilities for the descriptors package.
|
| ReturnValueTransformingInvocationHandler |
Invocation handler transforming return value.
|
| SingleArgumentTransformingInvocationHandler |
Forward single argument invocation to a function.
|
| SingleMethodForwardingInvocationHandler |
Forward methods to an implementation.
|
| Annotation Type | Description |
|---|---|
| Reflect.MetricFactory |
Name of metric factory method to use.
|