org.apache.myfaces.orchestra.flow
Class NullFlowTypeConverter
java.lang.Object
org.apache.myfaces.orchestra.flow.NullFlowTypeConverter
- All Implemented Interfaces:
- Serializable, FlowTypeConverter
public class NullFlowTypeConverter
- extends Object
- implements FlowTypeConverter, Serializable
An implementation of the FlowTypeConverter interface that just passes the object
through unmodified. This can be used when a FlowTypeConverter object is required,
but no actual conversion needs to be done.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullFlowTypeConverter
public NullFlowTypeConverter()
convert
public Object convert(Object in)
- Specified by:
convert in interface FlowTypeConverter
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.