public class ConverterService extends Object
static ConverterService
DEFAULT
ConverterService()
<T> T
convert(Object obj, Class<T> targetClass)
void
register(Class clazz, Converter converter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final ConverterService DEFAULT
public ConverterService()
public void register(Class clazz, Converter converter)
public <T> T convert(Object obj, Class<T> targetClass)
Copyright © 2020. All rights reserved.