类 AnnotationCacheKey

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.lang.Class<? extends java.lang.annotation.Annotation> annotationType  
      private java.lang.reflect.AnnotatedElement element  
    • 构造器概要

      构造器 
      构造器 说明
      AnnotationCacheKey​(java.lang.reflect.AnnotatedElement element, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)  
    • 字段详细资料

      • element

        private final java.lang.reflect.AnnotatedElement element
      • annotationType

        private final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType
    • 构造器详细资料

      • AnnotationCacheKey

        public 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