Package org.keycloak.models.map.events
Class MapAuthEventEntityCloner
- java.lang.Object
- 
- org.keycloak.models.map.events.MapAuthEventEntityCloner
 
- 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthEventEntityCloner extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MapAuthEventEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapAuthEventEntitydeepClone(MapAuthEventEntity original, MapAuthEventEntity target)static MapAuthEventEntitydeepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapAuthEventEntity deepClone(MapAuthEventEntity original, MapAuthEventEntity target) 
 - 
deepCloneNoIdpublic static MapAuthEventEntity deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target) 
 
- 
 
-