Class MapScopeEntityCloner
- java.lang.Object
- 
- org.keycloak.models.map.authorization.entity.MapScopeEntityCloner
 
- 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapScopeEntityCloner extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MapScopeEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapScopeEntitydeepClone(MapScopeEntity original, MapScopeEntity target)static MapScopeEntitydeepCloneNoId(MapScopeEntity original, MapScopeEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapScopeEntity deepClone(MapScopeEntity original, MapScopeEntity target) 
 - 
deepCloneNoIdpublic static MapScopeEntity deepCloneNoId(MapScopeEntity original, MapScopeEntity target) 
 
- 
 
-