Uses of Class
com.github.dozermapper.core.events.EventTypes
-
Packages that use EventTypes Package Description com.github.dozermapper.core.events Event management fired internally by the mapper which can be listened to and acted upon -
-
Uses of EventTypes in com.github.dozermapper.core.events
Methods in com.github.dozermapper.core.events that return EventTypes Modifier and Type Method Description EventTypesDefaultEvent. getType()Returns the type of eventEventTypesEvent. getType()Returns the type of eventstatic EventTypesEventTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypes[]EventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.dozermapper.core.events with parameters of type EventTypes Constructor Description DefaultEvent(EventTypes type, ClassMap classMap, FieldMap fieldMap, Object sourceObject, Object destinationObject, Object destinationValue)Event details
-