net.coderazzi.filters.parser
Class Types.StringTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.parser.Types.StringTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- Types
public static class Types.StringTypeFormat
- extends Format
Factory to build string objects
- See Also:
- Serialized Form
Types.StringTypeFormat
public Types.StringTypeFormat()
parseObject
public Object parseObject(String source)
format
public StringBuffer format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
- Specified by:
format
in class Format
parseObject
public Object parseObject(String source,
ParsePosition pos)
- Specified by:
parseObject
in class Format