Interface ValueReadHandle<T>
- Type Parameters:
T- The value type.
- All Known Implementing Classes:
FieldValueReadHandle,MethodHandleValueReadHandle,MethodValueReadHandle
public interface ValueReadHandle<T>
A handle giving read access to a value from an object instance:
field, no-argument method, ...
-
Method Summary
-
Method Details
-
get
-
equals
- Overrides:
equalsin classObject- Returns:
trueifobjis aValueReadHandlereferencing the exact same value accessor: same API (java.lang.invoke or java.lang.reflect), same element (same field or method), ...
-
hashCode
int hashCode()
-