org.constretto.internal.converter
Class ValueConverterRegistry
java.lang.Object
org.constretto.internal.converter.ValueConverterRegistry
public class ValueConverterRegistry
- extends java.lang.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(java.lang.Class<?> converterFor,
ValueConverter<?> converter)
convert
public static <T> T convert(java.lang.Class<T> clazz,
java.lang.String value)
throws ConstrettoException
- Throws:
ConstrettoException
convertArray
public static <T> java.util.List<T> convertArray(java.lang.Class<T> clazz,
java.lang.String value)
throws ConstrettoException
- Throws:
ConstrettoException
Copyright © 2008-2011. All Rights Reserved.