跳过导航链接
A B C D M O S V 

A

afterOperationsCompletion() - 接口 中的方法cn.crane4j.annotation.OperationAwareBean
Do something after all operations completed.
ArgAutoOperate - cn.crane4j.annotation中的注释类型
Declaration requires automatic processing of method input parameters, for example:
 @ArgAutoOperate({
     @AutoOperate(value = "list", type = A.class),
     @AutoOperate(value = "b", type = B.class)
 })
 public void doSomething(List list, B b) {
     // do something
 }
 
 or:
 
 @ArgAutoOperate
 public void doSomething(
     @AutoOperate(value = "list", type = A.class) List list,
     @AutoOperate(value = "b", type = B.class) B b) {
     // do something
 }
 
 NOTE:The annotation configuration on the parameter
 takes precedence over the annotation configuration on the method.
Assemble - cn.crane4j.annotation中的注释类型
Declare an operation of assemble。
Assemble.List - cn.crane4j.annotation中的注释类型
Batch operation.
AssembleEnum - cn.crane4j.annotation中的注释类型
Declare an operation of assemble based on enum container.
AssembleEnum.List - cn.crane4j.annotation中的注释类型
Batch operation.
AssembleMethod - cn.crane4j.annotation中的注释类型
Declare an operation of assemble based on method container.
AssembleMethod.List - cn.crane4j.annotation中的注释类型
Batch operation.
AssembleMp - cn.crane4j.annotation中的注释类型
Declare an operation of assemble using the mybatis plus default interface method as the data source.
AssembleMp.List - cn.crane4j.annotation中的注释类型
Batch operation.
AutoOperate - cn.crane4j.annotation中的注释类型
Mark a AnnotatedElement to indicate that after a specific step, the instance corresponding to the element will automatically complete the filling operation.

B

beforeAssembleOperation() - 接口 中的方法cn.crane4j.annotation.OperationAwareBean
Do something before the assembly operations begin.

C

choose(K, V, V) - 枚举 中的方法cn.crane4j.annotation.DuplicateStrategy
Choose to return one of the old and new values.
cn.crane4j.annotation - 程序包 cn.crane4j.annotation
 
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.

D

Disassemble - cn.crane4j.annotation中的注释类型
Declare a disassembly operation.
Disassemble.List - cn.crane4j.annotation中的注释类型
Batch operation.
DuplicateStrategy - cn.crane4j.annotation中的枚举
An enumeration that defines the strategy for handling duplicate keys.

M

Mapping - cn.crane4j.annotation中的注释类型
Field mapping configuration, which describes which data object attributes are mapped to which target object attributes.
MappingTemplate - cn.crane4j.annotation中的注释类型
Annotations are used to declare a set of field mapping configurations on the class, and are introduced in Assemble.propTemplates() by specifying the annotated class.
MappingType - cn.crane4j.annotation中的枚举
The mapping relationship between the object returned by the method and the target object.

O

OperationAwareBean - cn.crane4j.annotation中的接口
An interface that make the target object aware of the operation.
Operator - cn.crane4j.annotation中的注释类型
Marker an interface as an operator.

S

supportOperation(String) - 接口 中的方法cn.crane4j.annotation.OperationAwareBean
Whether the target object supports the specified operation.

V

valueOf(String) - 枚举 中的静态方法cn.crane4j.annotation.DuplicateStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.crane4j.annotation.MappingType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.crane4j.annotation.DuplicateStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.crane4j.annotation.MappingType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D M O S V 
跳过导航链接

Copyright © 2024. All rights reserved.