Class Meta<E extends AnnotatedElement>

    • Constructor Detail

      • Meta

        protected Meta​(E host,
                       ElementType elementType)
    • Method Detail

      • getHost

        public E getHost()
      • getType

        public abstract Type getType()
      • getDeclaringClass

        public abstract Class<?> getDeclaringClass()
      • getAnnotatedType

        public abstract AnnotatedType getAnnotatedType()
      • getName

        public abstract String getName()
      • getParent

        public abstract Meta<?> getParent()
      • describeHost

        public String describeHost()