Uses of Class
com.rits.cloning.ICloningStrategy.Strategy
-
Packages that use ICloningStrategy.Strategy Package Description com.rits.cloning -
-
Uses of ICloningStrategy.Strategy in com.rits.cloning
Methods in com.rits.cloning that return ICloningStrategy.Strategy Modifier and Type Method Description ICloningStrategy.Strategy
ICloningStrategy. strategyFor(Object toBeCloned, Field field)
static ICloningStrategy.Strategy
ICloningStrategy.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ICloningStrategy.Strategy[]
ICloningStrategy.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rits.cloning with parameters of type ICloningStrategy.Strategy Modifier and Type Method Description static ICloningStrategy
CloningStrategyFactory. annotatedField(Class<? extends Annotation> annotationClass, ICloningStrategy.Strategy strategy)
-