org.joda.convert.factory
Class CharObjectArrayStringConverterFactory

java.lang.Object
  extended by org.joda.convert.factory.CharObjectArrayStringConverterFactory
All Implemented Interfaces:
StringConverterFactory

public final class CharObjectArrayStringConverterFactory
extends Object
implements StringConverterFactory

Factory for StringConverter providing support for Character object arrays as a string, using backslash as an escape.

Double backslash is a backslash. One backslash followed by a dash is null.

To use, simply register the instance with a StringConvert instance.

This class is immutable and thread-safe.

Since:
1.5

Field Summary
static StringConverterFactory INSTANCE
          Singleton instance.
 
Method Summary
 StringConverter<?> findConverter(Class<?> cls)
          Finds a converter by type.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final StringConverterFactory INSTANCE
Singleton instance.

Method Detail

findConverter

public StringConverter<?> findConverter(Class<?> cls)
Finds a converter by type.

Specified by:
findConverter in interface StringConverterFactory
Parameters:
cls - the type to lookup, not null
Returns:
the converter, null if not found
Throws:
RuntimeException - (or subclass) if source code is invalid

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010–2017 Joda.org. All rights reserved.