net.coderazzi.filters.parser
Class Types.BooleanTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.parser.Types.BooleanTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- Types
public static class Types.BooleanTypeFormat
- extends Format
Factory to build boolean objects
- See Also:
- Serialized Form
Types.BooleanTypeFormat
public Types.BooleanTypeFormat()
parseObject
public Object parseObject(String text)
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