Package org.keycloak.models.map.common
Class AutogeneratedCloners
- java.lang.Object
-
- org.keycloak.models.map.common.AutogeneratedCloners
-
public final class AutogeneratedCloners extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Class<?>,DeepCloner.Cloner<?>>CLONERS_WITH_IDstatic Map<Class<?>,DeepCloner.Cloner<?>>CLONERS_WITHOUT_IDstatic Map<Class<?>,DeepCloner.DelegateCreator<?>>DELEGATE_CREATORSstatic Map<Class<?>,Object>EMPTY_INSTANCESstatic Map<Class<?>,DeepCloner.EntityFieldDelegateCreator<?>>ENTITY_FIELD_DELEGATE_CREATORS
-
Constructor Summary
Constructors Constructor Description AutogeneratedCloners()
-
-
-
Field Detail
-
CLONERS_WITH_ID
public static final Map<Class<?>,DeepCloner.Cloner<?>> CLONERS_WITH_ID
-
CLONERS_WITHOUT_ID
public static final Map<Class<?>,DeepCloner.Cloner<?>> CLONERS_WITHOUT_ID
-
DELEGATE_CREATORS
public static final Map<Class<?>,DeepCloner.DelegateCreator<?>> DELEGATE_CREATORS
-
ENTITY_FIELD_DELEGATE_CREATORS
public static final Map<Class<?>,DeepCloner.EntityFieldDelegateCreator<?>> ENTITY_FIELD_DELEGATE_CREATORS
-
-