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