Class Finder
- java.lang.Object
-
- javax.lang.model.util.AbstractElementVisitor6<R,P>
-
- javax.lang.model.util.ElementScanner6<R,State>
-
- com.google.web.bindery.requestfactory.apt.ScannerBase<java.lang.Void>
-
- com.google.web.bindery.requestfactory.apt.Finder
-
- All Implemented Interfaces:
javax.lang.model.element.ElementVisitor<java.lang.Void,State>
class Finder extends ScannerBase<java.lang.Void>
Looks for all types assignable toRequestFactory
and adds them to the output state. This is necessary to support factory types declared as inner classes.
-
-
Constructor Summary
Constructors Constructor Description Finder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
visitType(javax.lang.model.element.TypeElement x, State state)
-
Methods inherited from class com.google.web.bindery.requestfactory.apt.ScannerBase
isGetter, isSetter, poisonIfAnnotationPresent, scan, scanAllInheritedMethods, shouldIgnore, viewIn
-
Methods inherited from class javax.lang.model.util.ElementScanner6
scan, scan, visitExecutable, visitPackage, visitTypeParameter, visitVariable
-
-