public interface CloneStrategy extends CloneImplementor
CloneImplementor
that is intended for plugging into a Cloner
.
CloneStrategies must be capable of working with all available classes, whereas standard
CloneImplementor
s are typically written for cloning a specific class type.Modifier and Type | Method and Description |
---|---|
void |
initialiseFor(Class<?>... classes) |
canClone, clone, newInstance
void initialiseFor(Class<?>... classes)
classes
- Classes to initialise forCopyright © 2010–2018 Jadira Systems. All rights reserved.