public static interface AbstractAssembleAnnotationHandler.StandardAnnotation
AbstractAssembleAnnotationHandler.StandardAnnotationAdapter| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getGroups()
The group to which the current operation belongs.
|
String |
getHandler()
The name of the handler to be used.
|
Class<?> |
getHandlerType()
The type of the handler to be used.
|
String |
getKey()
Key field name for query
|
Class<?>[] |
getMappingTemplates()
Mapping template classes.
|
Mapping[] |
getProps()
Attributes that need to be mapped
between the data source object and the current object.
|
int |
getSort()
Sort values.
|
String getKey()
int getSort()
Sort values. The lower the value, the higher the priority.
String getHandler()
Class<?> getHandlerType()
Class<?>[] getMappingTemplates()
Mapping template classes.
specify a class, if MappingTemplate exists on the class,
it will scan and add Mapping to getProps()。
Mapping[] getProps()
String[] getGroups()
Copyright © 2023. All rights reserved.