类 AnnotationCacheKey
- java.lang.Object
-
- com.github.xiaoymin.knife4j.core.model.AnnotationCacheKey
-
- 所有已实现的接口:
java.lang.Comparable<AnnotationCacheKey>
public class AnnotationCacheKey extends java.lang.Object implements java.lang.Comparable<AnnotationCacheKey>
- 作者:
- xiaoymin@foxmail.com 2019/06/12 22:26
-
-
字段概要
字段 修饰符和类型 字段 说明 private java.lang.Class<? extends java.lang.annotation.Annotation>annotationTypeprivate java.lang.reflect.AnnotatedElementelement
-
构造器概要
构造器 构造器 说明 AnnotationCacheKey(java.lang.reflect.AnnotatedElement element, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
-
-
方法详细资料
-
equals
public boolean equals(java.lang.Object other)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
compareTo
public int compareTo(AnnotationCacheKey other)
- 指定者:
compareTo在接口中java.lang.Comparable<AnnotationCacheKey>
-
-