Package com.github.dozermapper.core.util
Utility methods used by the mapper
-
Interface Summary Interface Description DozerClassLoader Service Provider Interface for control of Dozer Class and Resource loading behavior.DozerProxyResolver Proxy resolution strategy for mappings. -
Class Summary Class Description BridgedMethodFinder Utility class to find methods that are bridged by other methods (bridge methods)CollectionUtils Internal class that contains various Collection utilities specific to Dozer requirements.DeepHierarchyUtils DefaultClassLoader DefaultProxyResolver Default implementation.DozerConstants Internal constants file containing a variety of constants used throughout the code base.HibernateProxyResolver Hibernate specific implementation.IteratorUtils JavassistProxyResolver LogMsgFactory Internal class used to build various types of log messages.MappingUtils Internal class that provides various mapping utilities used throughout the code base.MappingValidator Internal class used to perform various validations.NoProxyResolver No Proxy behavior strategy.ReflectionUtils Internal class that provides a various reflection utilities(specific to Dozer requirements) used throughout the code base.ResourceLoader Internal class that loads resources from the classpath.RuntimeUtils Utility class to provide various information about runtime in which Dozer is executed.TypeResolver Utility class to map from a Java 5 Type to the Class that is represented by this Type at runtime. -
Annotation Types Summary Annotation Type Description MappingOptions Override mapping options at class level.