Package org.forgerock.am.health
Class HealthGuiceModule
- java.lang.Object
-
- com.google.inject.PrivateModule
-
- org.forgerock.am.health.HealthGuiceModule
-
- All Implemented Interfaces:
com.google.inject.Module
public final class HealthGuiceModule extends com.google.inject.PrivateModule
Guice module for binding together AM health services and endpoints.- Since:
- 7.1.0
-
-
Constructor Summary
Constructors Constructor Description HealthGuiceModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
-
Methods inherited from class com.google.inject.PrivateModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-