org.constretto.internal.converter
Class ValueConverterRegistry
java.lang.Object
org.constretto.internal.converter.ValueConverterRegistry
public class ValueConverterRegistry
- extends Object
- Author:
- Kaare Nilsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueConverterRegistry
public ValueConverterRegistry()
registerCustomConverter
public static void registerCustomConverter(Class<?> converterFor,
ValueConverter<?> converter)
convert
public static <T> T convert(Class<T> clazz,
String value)
throws ConstrettoException
- Throws:
ConstrettoException
Copyright © 2008-2011. All Rights Reserved.