public static interface AbstractStandardAssembleAnnotationHandler.StandardAssembleAnnotation<A extends Annotation> extends AbstractStandardOperationAnnotationHandler.StandardAnnotation<A>
AbstractStandardAssembleAnnotationHandler.StandardAssembleAnnotationAdapter| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHandler()
The name of the handler to be used.
|
Class<?> |
getHandlerType()
The type of the handler to be used.
|
@Nullable String |
getKeyDesc()
Some description of the key which
helps
KeyResolver to resolve the key. |
@Nullable Class<?> |
getKeyResolver()
The name of
KeyResolver to be used. |
Class<?> |
getKeyType()
Get a key property type.
|
Class<?>[] |
getMappingTemplates()
Mapping template classes.
|
String[] |
getProp()
Attributes that need to be mapped
between the data source object and the current object.
|
String |
getPropertyMappingStrategy()
The name of property mapping strategy.
|
Mapping[] |
getProps()
Attributes that need to be mapped
between the data source object and the current object.
|
getAnnotatedElement, getAnnotation, getGroups, getId, getKey, getSortClass<?> getKeyType()
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[] getProp()
String getPropertyMappingStrategy()
@Nullable Class<?> getKeyResolver()
KeyResolver to be used.@Nullable String getKeyDesc()
KeyResolver to resolve the key.Copyright © 2024. All rights reserved.