|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvokerTransformer | |
---|---|
net.sf.collections15.functors.transformer |
This package provides implementations and a utility library for the
Transformer interface. |
Uses of InvokerTransformer in net.sf.collections15.functors.transformer |
---|
Methods in net.sf.collections15.functors.transformer that return InvokerTransformer | ||
---|---|---|
static
|
InvokerTransformer.getInstance(java.lang.String methodName)
Returns an instance that transforms an input object by invoking a method of the specified name and no arguments via reflection, and returning the return value as the output object. |
|
static
|
InvokerTransformer.getInstance(java.lang.String methodName,
java.lang.Class[] parameterTypes,
java.lang.Object[] arguments)
Returns an instance that transforms an input object by invoking a method of the specified signature with the specified arguments via reflection, and returning the return value as the output object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |