Package com.github.dozermapper.core.util
Class LogMsgFactory
- java.lang.Object
-
- com.github.dozermapper.core.util.LogMsgFactory
-
public final class LogMsgFactory extends Object
Internal class used to build various types of log messages. Only intended for internal use.
-
-
Constructor Summary
Constructors Constructor Description LogMsgFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateFieldMappingErrorMsg(Object srcObj, FieldMap fieldMapping, Object srcFieldValue, Object destObj)StringcreateFieldMappingSuccessMsg(Class<?> srcClass, Class<?> destClass, String srcFieldName, String destFieldName, Object srcFieldValue, Object destFieldValue, String classMapId)
-