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 aReaderfor 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 aWriterfor 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
TypeMirrorrepresenting the givenClass. - getType(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the
TypeMirrorof 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
TypeMirrorof the givenTypeElement. - getTypeElement(CharSequence) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs the
TypeElementrepresented by the given canonical class name. - getTypeElement(Class<?>) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Grabs a
TypeElementrepresenting the givenClass. - getTypeElement(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
-
Casts the given
Elementas aTypeElementif it is an instance of one.
All Classes|All Packages