java.lang.Object | +--org.apache.commons.collections.functors.InstantiateTransformerAll Implemented Interfaces:
static Transformer | Singleton instance that uses the no arg constructor |
InstantiateTransformer(Class[] paramTypes, Object[] args) Constructor that performs no validation. |
static Transformer | getInstance(Class[] paramTypes, Object[] args) Transformer method that performs validation. |
Object | transform(Object input) Return the result of instantiating the input Class object. |
public static final Transformer NO_ARG_INSTANCE
public InstantiateTransformer(Class[] paramTypes, Object[] args)
getInstance
if you want that.
public static Transformer getInstance(Class[] paramTypes, Object[] args)
public Object transform(Object input)