public class Converter extends Object
Converter()
Converter(ConverterFactory converterFactory)
<S,T> List<T>
convert(List<S> source, Class<T> targetType)
<T> T
convert(Map<String,Object> map, Class<T> target)
<S,T> T
convert(S source, Class<T> targetType)
convert(S source, T target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Converter()
public Converter(ConverterFactory converterFactory)
public <S,T> T convert(S source, Class<T> targetType)
public <S,T> T convert(S source, T target)
public <S,T> List<T> convert(List<S> source, Class<T> targetType)
public <T> T convert(Map<String,Object> map, Class<T> target)
Copyright © 2023. All rights reserved.