Interface SingletonTypeConfigurator<T extends SingletonTypeConfigurator<T>>

  • All Known Subinterfaces:
    AbstractInjectorBuilder<T>
    All Known Implementing Classes:
    InjectMaidBuilder
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SingletonTypeConfigurator<T extends SingletonTypeConfigurator<T>>
    • Method Detail

      • usingDefaultSingletonType

        T usingDefaultSingletonType​(SingletonType singletonType)