Class BootstrapProxyFactory


  • public final class BootstrapProxyFactory
    extends java.lang.Object
    Bootstrap proxy delegates all calls directly to bootstrap object, except bundle addition. Instead, bundle addition is replaced with guicey bundle registration so disable and deduplication rules could be applied for transitive dropwizard bundles.
    Since:
    07.05.2019
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.dropwizard.setup.Bootstrap create​(io.dropwizard.setup.Bootstrap bootstrap, ConfigurationContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static io.dropwizard.setup.Bootstrap create​(io.dropwizard.setup.Bootstrap bootstrap,
                                                           ConfigurationContext context)
        Parameters:
        bootstrap - dropwizard bootstrap object
        context - guicey configuration context
        Returns:
        dropwizard bootstrap proxy object