Class State.ForTesting
- java.lang.Object
-
- com.google.web.bindery.requestfactory.apt.State
-
- com.google.web.bindery.requestfactory.apt.State.ForTesting
-
-
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
Constructors Constructor Description ForTesting(javax.annotation.processing.ProcessingEnvironment processingEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
respectAnnotations()
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
-
-
-
-
Method Detail
-
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
-
-