- choose(K, V, V) - 枚举 中的方法cn.crane4j.annotation.DuplicateStrategy
-
Choose to return one of the old and new values.
- cn.crane4j.annotation - 程序包 cn.crane4j.annotation
-
- cn.crane4j.annotation.condition - 程序包 cn.crane4j.annotation.condition
-
- ConditionOnContainer - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when the specified container exists.
- ConditionOnContainer.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionOnExpression - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when the result of the expression evaluation is true.
- ConditionOnExpression.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionOnProperty - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when the specified property exists and its value matches the expected value.
- ConditionOnProperty.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionOnPropertyNotEmpty - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when the specified property exists and its value not empty.
- ConditionOnPropertyNotEmpty.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionOnPropertyNotNull - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when the specified property exists and its value not null.
- ConditionOnPropertyNotNull.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionOnTargetType - cn.crane4j.annotation.condition中的注释类型
-
A condition what apply the operation only when
the target which to be operated is assignable from the specified type.
- ConditionOnTargetType.List - cn.crane4j.annotation.condition中的注释类型
-
- ConditionType - cn.crane4j.annotation.condition中的枚举
-
The type of multi conditions.
- ContainerCache - cn.crane4j.annotation中的注释类型
-
An annotation to mark a container as cacheable.
- ContainerConstant - cn.crane4j.annotation中的注释类型
-
Indicates that member variables in a class can be used as containers.
- ContainerConstant.Exclude - cn.crane4j.annotation中的注释类型
-
Does not contain specific properties.
- ContainerConstant.Include - cn.crane4j.annotation中的注释类型
-
Include specific properties.
- ContainerConstant.Name - cn.crane4j.annotation中的注释类型
-
Specify the key name for the attribute.
- ContainerEnum - cn.crane4j.annotation中的注释类型
-
The enumeration representing the annotation can be converted to an enumeration container of the specified type.
- ContainerMethod - cn.crane4j.annotation中的注释类型
-
Indicates that the annotation or the method pointed to by the annotation
can be converted to a method container of the specified type.
- ContainerMethod.List - cn.crane4j.annotation中的注释类型
-
Batch operation.
- ContainerParam - cn.crane4j.annotation中的注释类型
-
Marker a parameter as dynamic container in execution.