public class BeanConvertMappers extends Object
BeanConvertMappers()
static void
config(MapperConfig mapperConfig)
static <T> T
convert(Object source, Class<T> targetClass)
convert(Object source, T target)
static <S,T,M> M
getMapper(Class<S> sourceClass, Class<T> targetClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanConvertMappers()
public static void config(MapperConfig mapperConfig)
public static <S,T,M> M getMapper(Class<S> sourceClass, Class<T> targetClass)
public static <T> T convert(Object source, Class<T> targetClass)
public static <T> T convert(Object source, T target)
Copyright © 2021. All rights reserved.