Uses of Enum Class
cloud.opencode.base.deepclone.ClonePolicy
Packages that use ClonePolicy
-
Uses of ClonePolicy in cloud.opencode.base.deepclone
Subclasses with type arguments of type ClonePolicy in cloud.opencode.base.deepcloneModifier and TypeClassDescriptionenumClone policy enum defining the cloning behavior 克隆策略枚举,定义克隆行为Methods in cloud.opencode.base.deepclone that return ClonePolicyModifier and TypeMethodDescriptionCloneContext.getPolicy()Gets the clone policy 获取克隆策略static ClonePolicyReturns the enum constant of this class with the specified name.static ClonePolicy[]ClonePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.deepclone with parameters of type ClonePolicyModifier and TypeMethodDescriptionstatic <T> TOpenClone.cloneWith(T original, ClonePolicy policy) Deep clones with a specific clone policy 使用指定策略进行深度克隆static CloneContextCloneContext.create(int maxDepth, ClonePolicy policy) Creates a new CloneContext with max depth and policy 创建指定最大深度和策略的CloneContextClonerBuilder.policy(ClonePolicy policy) Sets the clone policy 设置克隆策略 -
Uses of ClonePolicy in cloud.opencode.base.deepclone.cloner
Fields in cloud.opencode.base.deepclone.cloner declared as ClonePolicyMethods in cloud.opencode.base.deepclone.cloner with parameters of type ClonePolicyModifier and TypeMethodDescriptionvoidAbstractCloner.setPolicy(ClonePolicy policy) Sets the clone policy 设置克隆策略