Class VoidBundleLookup

  • All Implemented Interfaces:
    GuiceyBundleLookup

    public class VoidBundleLookup
    extends java.lang.Object
    implements GuiceyBundleLookup
    Dummy lookup implementation used to disable bundle lookups.
    Since:
    16.01.2016
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<GuiceyBundle> lookup()
      Called before guice injector creation to lookup additional bundles (in dropwizard run phase).
      • Methods inherited from class java.lang.Object

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

      • VoidBundleLookup

        public VoidBundleLookup()
    • Method Detail

      • lookup

        public java.util.List<GuiceyBundle> lookup()
        Description copied from interface: GuiceyBundleLookup
        Called before guice injector creation to lookup additional bundles (in dropwizard run phase).
        Specified by:
        lookup in interface GuiceyBundleLookup
        Returns:
        list of found bundles or empty list