public class ModelMapperUtils extends Object
ModelMapperUtils()
static <T,E> T
loose(E source, Class<T> type)
standard(E source, Class<T> type)
strict(E source, Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ModelMapperUtils()
public static <T,E> T loose(E source, Class<T> type)
public static <T,E> T standard(E source, Class<T> type)
public static <T,E> T strict(E source, Class<T> type)
Copyright © 2021. All rights reserved.