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