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

A

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:
 
 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.
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中的注释类型
Declare the return value or parameter of the method(if the method is annotated by ArgAutoOperate) need process.

C

cn.crane4j.annotation - 程序包 cn.crane4j.annotation
 
ContainerCache - cn.crane4j.annotation中的注释类型
If a method has been annotated by ContainerMethod, upgrade it to a cacheable container.
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.

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

Operator - cn.crane4j.annotation中的注释类型
Marker an interface as an operator.

V

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

Copyright © 2023. All rights reserved.