Uses of Class
net.sf.collections15.functors.transformer.InvokerTransformer

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
<I,O> InvokerTransformer<I,O>
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
<I,O> InvokerTransformer<I,O>
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.
 



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.