Package | Description |
---|---|
org.jadira.reflection.cloning | |
org.jadira.reflection.cloning.implementor | |
org.jadira.reflection.cloning.orika |
Constructor and Description |
---|
BasicCloner(CloneStrategy cloneStrategy)
Creates a new instance with the given
CloneStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCloneStrategy
A Base
CloneStrategy implementation providing functionality which is
common across class and field access mechanisms. |
class |
AsmCloneStrategy
A CloneStrategy that uses ASM
|
class |
InvokeDynamicCloneStrategy
A CloneStrategy that uses invokedynamic via DynaLang and ASM
|
class |
PortableCloneStrategy
A CloneStrategy that uses reflection
|
class |
UnsafeCloneStrategy
A CloneStrategy that uses sun.misc.Unsafe
|
Constructor and Description |
---|
ClonerConverter(CloneStrategy cloneStrategy,
Type... types)
Constructs a new ClonerConverter configured to handle the provided list of types by
cloning.
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.