Class Introspection
- java.lang.Object
-
- org.immutables.generator.processor.Introspection
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.lang.model.util.Elementselementsprotected javax.annotation.processing.ProcessingEnvironmentenvironmentprotected booleaninEclipseCompilerprotected javax.lang.model.util.Typestypes
-
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.StringtoName(javax.lang.model.type.TypeMirror typeMirror)protected java.lang.StringtoSimpleName(javax.lang.model.type.TypeMirror typeMirror)
-