Package | Description |
---|---|
cn.hutool.core.annotation |
注解包,提供增强型注解和注解工具类
|
Modifier and Type | Method and Description |
---|---|
protected RelationType[] |
AliasLinkAnnotationPostProcessor.processTypes()
|
protected abstract RelationType[] |
AbstractLinkAnnotationPostProcessor.processTypes()
当属性上存在
Link 注解时,仅当Link.type() 在本方法返回值内存在时才进行处理 |
protected RelationType[] |
MirrorLinkAnnotationPostProcessor.processTypes()
该处理器只处理
Link.type() 类型为MIRROR_FOR 的注解属性 |
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Link |
AbstractLinkAnnotationPostProcessor.getLinkAnnotation(AnnotationAttribute attribute,
RelationType... relationTypes)
从注解属性上获取指定类型的
Link 注解 |
Copyright © 2024. All rights reserved.