public final class BooleanObjectArrayStringConverterFactory extends Object implements StringConverterFactory
StringConverter providing support for Boolean object array
as a sequence of 'T', 'F' and '-' for null.
This is intended as a human readable format, not a compact format.
To use, simply register the instance with a StringConvert instance.
This class is immutable and thread-safe.
| Modifier and Type | Field and Description |
|---|---|
static StringConverterFactory |
INSTANCE
Singleton instance.
|
public static final StringConverterFactory INSTANCE
public StringConverter<?> findConverter(Class<?> cls)
findConverter in interface StringConverterFactorycls - the type to lookup, not nullRuntimeException - (or subclass) if source code is invalidCopyright © 2010–2015 Joda.org. All rights reserved.