org.fizmo.dropwizard.guice
Class GuiceBundle.Builder

java.lang.Object
  extended by org.fizmo.dropwizard.guice.GuiceBundle.Builder
Enclosing class:
GuiceBundle<T>

public static class GuiceBundle.Builder
extends Object


Constructor Summary
GuiceBundle.Builder()
           
 
Method Summary
protected  com.google.common.base.Optional<com.google.inject.Injector> injector()
           
protected  GuiceBundle.Builder self()
           
 GuiceBundle.ParentedBuilder withParent(com.google.inject.Injector parentInjector)
           
 GuiceBundle.StagedBuilder withStage(com.google.inject.Stage stage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceBundle.Builder

public GuiceBundle.Builder()
Method Detail

self

protected GuiceBundle.Builder self()

withParent

public GuiceBundle.ParentedBuilder withParent(com.google.inject.Injector parentInjector)

withStage

public GuiceBundle.StagedBuilder withStage(com.google.inject.Stage stage)

injector

protected com.google.common.base.Optional<com.google.inject.Injector> injector()


Copyright © 2013. All rights reserved.