Class CompositeFormat

java.lang.Object
java.text.Format
org.apache.commons.text.CompositeFormat
All Implemented Interfaces:
Serializable, Cloneable

public class CompositeFormat
extends Format
Formats using one formatter and parses using a different formatter. An example of use for this would be a webapp where data is taken in one way and stored in a database another way.
Since:
1.0
See Also:
Serialized Form