Package org.keycloak.models.map.events
Class MapAuthEventEntityCloner
- java.lang.Object
-
- org.keycloak.models.map.events.MapAuthEventEntityCloner
-
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthEventEntityCloner extends Object
-
-
Constructor Summary
Constructors Constructor Description MapAuthEventEntityCloner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapAuthEventEntity
deepClone(MapAuthEventEntity original, MapAuthEventEntity target)
static MapAuthEventEntity
deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target)
-
-
-
Method Detail
-
deepClone
public static MapAuthEventEntity deepClone(MapAuthEventEntity original, MapAuthEventEntity target)
-
deepCloneNoId
public static MapAuthEventEntity deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target)
-
-