public interface StringConverterFactory
StringConverter that allows converters to be
created dynamically or easily initialised.
Implementations must be immutable and thread-safe.
| Modifier and Type | Method and Description |
|---|---|
StringConverter<?> |
findConverter(Class<?> cls)
Finds a converter by type.
|
StringConverter<?> findConverter(Class<?> cls)
cls - the type to lookup, not nullRuntimeException - (or subclass) if source code is invalidCopyright © 2010–2015 Joda.org. All rights reserved.