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 SummaryConstructors Constructor Description MapLockEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapLockEntitydeepClone(MapLockEntity original, MapLockEntity target)static MapLockEntitydeepCloneNoId(MapLockEntity original, MapLockEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapLockEntity deepClone(MapLockEntity original, MapLockEntity target) 
 - 
deepCloneNoIdpublic static MapLockEntity deepCloneNoId(MapLockEntity original, MapLockEntity target) 
 
- 
 
-