Package network.oxalis.commons.error
Class ErrorModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- network.oxalis.commons.guice.OxalisModule
-
- network.oxalis.commons.error.ErrorModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class ErrorModule extends OxalisModule
- Since:
- 4.0.2
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description ErrorModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected ErrorTrackergetErrorTracker(com.google.inject.Injector injector, Settings<ErrorConf> settings)-
Methods inherited from class network.oxalis.commons.guice.OxalisModule
bindSettings, bindTyped, bindTyped
-
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, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
getErrorTracker
@Provides protected ErrorTracker getErrorTracker(com.google.inject.Injector injector, Settings<ErrorConf> settings)
-
-