Index
All Classes|All Packages
G
- getCanonicalClassName(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the Canonical Class Name of the given Element.
- getExistingFile(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the file (as a
FileObject
) specified by the filename/path. - getFileReader(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the existing file specified using
getExistingFile(java.lang.String)
and then opens aReader
for it and returns it. - getFileWriter(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Creates a new file using
createFile(java.lang.String)
and then opens aWriter
for it and returns it. - getSupportedAnnotationTypes() - Method in class com.github.tadukoo.annotation.processor.AbstractAnnotationProcessor
-
Returns the Annotation type this is for, by grabbing the name off the stored Annotation class.
- getType(Class<?>) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs a
TypeMirror
representing the givenClass
. - getType(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the
TypeMirror
of the givenElement
, if it can be converted to a TypeMirror (may return null). - getType(TypeElement) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the
TypeMirror
of the givenTypeElement
. - getTypeElement(CharSequence) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the
TypeElement
represented by the given canonical class name. - getTypeElement(Class<?>) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs a
TypeElement
representing the givenClass
. - getTypeElement(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Casts the given
Element
as aTypeElement
if it is an instance of one.
All Classes|All Packages