Package com.google.gerrit.server.config
Class RestCacheAdminModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.google.gerrit.extensions.config.FactoryModule
-
- com.google.gerrit.extensions.restapi.RestApiModule
-
- com.google.gerrit.server.config.RestCacheAdminModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class RestCacheAdminModule extends RestApiModule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.extensions.restapi.RestApiModule
RestApiModule.ChildCollectionBinder<P extends RestResource>, RestApiModule.ModifyViewBinder<P extends RestResource>, RestApiModule.ReadViewBinder<P extends RestResource>
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.extensions.restapi.RestApiModule
DELETE, GET, POST, PUT
-
-
Constructor Summary
Constructors Constructor Description RestCacheAdminModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
-
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiModule
child, delete, delete, get, get, post, post, put, put, view
-
Methods inherited from class com.google.gerrit.extensions.config.FactoryModule
factory
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-