Uses of Class
com.google.web.bindery.requestfactory.apt.ScannerBase
Packages that use ScannerBase
-
Uses of ScannerBase in com.google.web.bindery.requestfactory.apt
Subclasses of ScannerBase in com.google.web.bindery.requestfactory.aptModifier and TypeClassDescription(package private) class
Visits a RequestFactory to create its associated DeobfuscatorBuilder, a self-configuring subtype ofDeobfuscator.Builder
which provides the ServiceLayer with type- and method-mapping information.(package private) class
Checks client to domain mappings.(package private) static class
Attempt to find the most specific method that conforms to a given signature.(package private) class
Looks forExtraTypes
annotations and callsExtraTypesScanner.scanExtraType(TypeElement)
.(package private) class
Looks for all types assignable toRequestFactory
and adds them to the output state.(package private) class
Examines the methods declared in a proxy interface.(package private) class
Given a RequestFactory interface, return all RequestContext and proxy types transitively referenced.(package private) class
Scans a RequestContext declaration.(package private) class
Scans a RequestFactory declaration for errors.