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