Uses of Enum Class
cloud.opencode.base.core.bean.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in cloud.opencode.base.core.bean
Subclasses with type arguments of type ChangeType in cloud.opencode.base.core.beanModifier and TypeClassDescriptionenumChange Type Enum - Describes the type of change between two object properties 变更类型枚举 - 描述两个对象属性之间的变更类型Methods in cloud.opencode.base.core.bean that return ChangeTypeModifier and TypeMethodDescriptionDiff.changeType()Returns the value of thechangeTyperecord component.static ChangeTypeReturns the enum constant of this class with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.core.bean with parameters of type ChangeTypeModifierConstructorDescriptionDiff(String fieldName, T oldValue, T newValue, ChangeType changeType) Creates a Diff instance with validation 创建 Diff 实例(带验证)