Constructor and Description |
---|
SelectAccessor(java.lang.Class<T> target,
Accessor<T,R>[] accessors) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getTarget()
Get the type of the returned object as far as it is known.
|
T |
getValue(R r)
get the value from the target object
|
java.lang.String |
toString() |
public java.lang.Class<T> getTarget()
Targetted
public T getValue(R r)
Accessor
public java.lang.String toString()
toString
in class java.lang.Object