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