Uses of Class
de.quantummaid.injectmaid.api.SingletonType
-
Packages that use SingletonType Package Description de.quantummaid.injectmaid de.quantummaid.injectmaid.api de.quantummaid.injectmaid.api.builder -
-
Uses of SingletonType in de.quantummaid.injectmaid
Methods in de.quantummaid.injectmaid with parameters of type SingletonType Modifier and Type Method Description booleanDefinition. isEagerSingleton(SingletonType defaultSingletonType)InjectMaidBuilderInjectMaidBuilder. usingDefaultSingletonType(SingletonType singletonType) -
Uses of SingletonType in de.quantummaid.injectmaid.api
Methods in de.quantummaid.injectmaid.api that return SingletonType Modifier and Type Method Description static SingletonTypeSingletonType. valueOf(String name)Returns the enum constant of this type with the specified name.static SingletonType[]SingletonType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SingletonType in de.quantummaid.injectmaid.api.builder
Methods in de.quantummaid.injectmaid.api.builder with parameters of type SingletonType Modifier and Type Method Description TSingletonTypeConfigurator. usingDefaultSingletonType(SingletonType singletonType)
-