Class AnnotationMirrorImpl

  • All Implemented Interfaces:
    javax.lang.model.element.AnnotationMirror

    public class AnnotationMirrorImpl
    extends java.lang.Object
    implements javax.lang.model.element.AnnotationMirror
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.lang.model.type.DeclaredType declaredType  
      private java.util.Map<javax.lang.model.element.ExecutableElement,​javax.lang.model.element.AnnotationValue> elementValues  
      private java.util.Map<javax.lang.model.element.ExecutableElement,​javax.lang.model.element.AnnotationValue> elementValuesWithDefaults  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationMirrorImpl​(java.lang.annotation.Annotation annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      javax.lang.model.type.DeclaredType getAnnotationType()  
      java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValues()  
      java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValuesWithDefaults()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • elementValues

        private java.util.Map<javax.lang.model.element.ExecutableElement,​javax.lang.model.element.AnnotationValue> elementValues
      • elementValuesWithDefaults

        private java.util.Map<javax.lang.model.element.ExecutableElement,​javax.lang.model.element.AnnotationValue> elementValuesWithDefaults
      • declaredType

        private javax.lang.model.type.DeclaredType declaredType
    • Constructor Detail

      • AnnotationMirrorImpl

        public AnnotationMirrorImpl​(java.lang.annotation.Annotation annotation)
    • Method Detail

      • getAnnotationType

        public javax.lang.model.type.DeclaredType getAnnotationType()
        Specified by:
        getAnnotationType in interface javax.lang.model.element.AnnotationMirror
      • getElementValues

        public java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValues()
        Specified by:
        getElementValues in interface javax.lang.model.element.AnnotationMirror
      • getElementValuesWithDefaults

        public java.util.Map<? extends javax.lang.model.element.ExecutableElement,​? extends javax.lang.model.element.AnnotationValue> getElementValuesWithDefaults()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object