类 AnnotationsAnnotatedElementAdapter
java.lang.Object
cn.taketoday.util.AnnotationsAnnotatedElementAdapter
- 所有已实现的接口:
Serializable,AnnotatedElement
public class AnnotationsAnnotatedElementAdapter
extends Object
implements AnnotatedElement, Serializable
Adapter class for exposing annotations as an
AnnotatedElement- 作者:
- TODAY 2021/3/26 13:42
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) inthashCode()booleanisAnnotationPresent(Class<? extends Annotation> annotationClass) booleanisEmpty()从接口继承的方法 java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
构造器详细资料
-
AnnotationsAnnotatedElementAdapter
-
-
方法详细资料
-
isAnnotationPresent
- 指定者:
isAnnotationPresent在接口中AnnotatedElement
-
getAnnotation
- 指定者:
getAnnotation在接口中AnnotatedElement
-
getAnnotations
- 指定者:
getAnnotations在接口中AnnotatedElement
-
getDeclaredAnnotations
- 指定者:
getDeclaredAnnotations在接口中AnnotatedElement
-
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode()
-