Package org.keycloak.models.map.common
Interface DeepCloner.Cloner<V>
- Type Parameters:
V- Object class
- Enclosing class:
- DeepCloner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function that clones properties from
original object to a target object and returns
the cloned object (usually the same as the target).-
Method Summary
-
Method Details
-
clone
Function that clones properties fromoriginalobject to atargetobject and returns the cloned object (usually the same as thetarget).
-