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