Package org.keycloak.models.map.client
Class MapProtocolMapperEntityCloner
java.lang.Object
org.keycloak.models.map.client.MapProtocolMapperEntityCloner
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapProtocolMapperEntityCloner
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MapProtocolMapperEntity
deepClone
(MapProtocolMapperEntity original, MapProtocolMapperEntity target) static MapProtocolMapperEntity
deepCloneNoId
(MapProtocolMapperEntity original, MapProtocolMapperEntity target)
-
Constructor Details
-
MapProtocolMapperEntityCloner
public MapProtocolMapperEntityCloner()
-
-
Method Details
-
deepClone
public static MapProtocolMapperEntity deepClone(MapProtocolMapperEntity original, MapProtocolMapperEntity target) -
deepCloneNoId
public static MapProtocolMapperEntity deepCloneNoId(MapProtocolMapperEntity original, MapProtocolMapperEntity target)
-