Uses of Enum Class
cloud.opencode.base.deepclone.strategy.FieldCloneStrategy
Packages that use FieldCloneStrategy
-
Uses of FieldCloneStrategy in cloud.opencode.base.deepclone.strategy
Subclasses with type arguments of type FieldCloneStrategy in cloud.opencode.base.deepclone.strategyModifier and TypeClassDescriptionenumEnumeration of field cloning strategies 字段克隆策略枚举Methods in cloud.opencode.base.deepclone.strategy that return FieldCloneStrategyModifier and TypeMethodDescriptionstatic FieldCloneStrategyFieldCloneStrategy.fromAnnotations(Field field) Determines the clone strategy from field annotations 从字段注解确定克隆策略static FieldCloneStrategyReturns the enum constant of this class with the specified name.static FieldCloneStrategy[]FieldCloneStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.