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