Class State.ForTesting
java.lang.Object
com.google.web.bindery.requestfactory.apt.State
com.google.web.bindery.requestfactory.apt.State.ForTesting
- Enclosing class:
State
Slightly tweaked implementation used when running tests.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.web.bindery.requestfactory.apt.State
State.ForTesting
-
Field Summary
Fields inherited from class com.google.web.bindery.requestfactory.apt.State
baseProxyType, elements, entityProxyIdType, entityProxyType, extraTypesAnnotation, filer, instanceRequestType, locatorType, objectType, requestContextType, requestFactoryType, requestType, seen, serviceLocatorType, types, valueProxyType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) boolean
This switch allows the RfValidatorTest code to be worked on in the IDE without causing compilation failures.Methods inherited from class com.google.web.bindery.requestfactory.apt.State
addMapping, addMapping, checkExtraTypes, debug, executeJobs, findType, getClientToDomainMap, isClientOnly, isMappingRequired, isPoisoned, isTransportableType, maybeScanContext, maybeScanFactory, maybeScanProxy, mustResolveAllAnnotations, poison, requireMapping, setClientOnly, setMustResolveAllMappings, viewAs, warn
-
Constructor Details
-
ForTesting
-
-
Method Details
-
respectAnnotations
boolean respectAnnotations()Description copied from class:State
This switch allows the RfValidatorTest code to be worked on in the IDE without causing compilation failures.- Overrides:
respectAnnotations
in classState
-