org.elasticsearch.util.inject.util
Interface Modules.OverriddenModuleBuilder

Enclosing class:
Modules

public static interface Modules.OverriddenModuleBuilder

See the EDSL example at override().


Method Summary
 Module with(java.lang.Iterable<? extends Module> overrides)
          See the EDSL example at override().
 Module with(Module... overrides)
          See the EDSL example at override().
 

Method Detail

with

Module with(Module... overrides)
See the EDSL example at override().


with

Module with(java.lang.Iterable<? extends Module> overrides)
See the EDSL example at override().