Package network.oxalis.ng.commons.tag
Class TagModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- network.oxalis.ng.commons.guice.OxalisModule
-
- network.oxalis.ng.commons.tag.TagModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class TagModule extends OxalisModule
- Since:
- 4.0.2
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description TagModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected TagGeneratorgetTagGenerator(com.google.inject.Injector injector, Settings<TagConf> settings)-
Methods inherited from class network.oxalis.ng.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
-
getTagGenerator
@Provides protected TagGenerator getTagGenerator(com.google.inject.Injector injector, Settings<TagConf> settings)
-
-