Uses of Enum
com.rits.cloning.ICloningStrategy.Strategy
Packages that use ICloningStrategy.Strategy
-
Uses of ICloningStrategy.Strategy in com.rits.cloning
Subclasses with type arguments of type ICloningStrategy.Strategy in com.rits.cloningMethods in com.rits.cloning that return ICloningStrategy.StrategyModifier and TypeMethodDescriptionICloningStrategy.strategyFor(Object toBeCloned, Field field) static ICloningStrategy.StrategyReturns 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.StrategyModifier and TypeMethodDescriptionstatic ICloningStrategyCloningStrategyFactory.annotatedField(Class<? extends Annotation> annotationClass, ICloningStrategy.Strategy strategy)