Java org.apache.commons.collections4 TransformerUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 TransformerUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 TransformerUtils.

The text is from its open source code.

Method

TransformerconstantTransformer(final O constantToReturn)
Creates a Transformer that will return the same object each time the transformer is used.
TransformerinvokerTransformer(final String methodName)
Gets a Transformer that invokes a method on the input object.
TransformernullTransformer()
Gets a transformer that always returns null.
TransformerstringValueTransformer()
Gets a transformer that returns a java.lang.String representation of the input object.