Class Introspection

  • Direct Known Subclasses:
    Accessors, Imports

    public abstract class Introspection
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.lang.model.util.Elements elements  
      protected javax.annotation.processing.ProcessingEnvironment environment  
      protected boolean inEclipseCompiler  
      protected javax.lang.model.util.Types types  
    • Constructor Summary

      Constructors 
      Constructor Description
      Introspection​(javax.annotation.processing.ProcessingEnvironment environment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String toName​(javax.lang.model.type.TypeMirror typeMirror)  
      protected java.lang.String toSimpleName​(javax.lang.model.type.TypeMirror typeMirror)  
      • Methods inherited from class java.lang.Object

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

      • environment

        protected final javax.annotation.processing.ProcessingEnvironment environment
      • elements

        protected final javax.lang.model.util.Elements elements
      • types

        protected final javax.lang.model.util.Types types
      • inEclipseCompiler

        protected final boolean inEclipseCompiler
    • Constructor Detail

      • Introspection

        Introspection​(javax.annotation.processing.ProcessingEnvironment environment)
    • Method Detail

      • toSimpleName

        protected java.lang.String toSimpleName​(javax.lang.model.type.TypeMirror typeMirror)
      • toName

        protected java.lang.String toName​(javax.lang.model.type.TypeMirror typeMirror)