Package de.quantummaid.injectmaid.api
Interface AbstractInjectorBuilder<T extends AbstractInjectorBuilder<T>>
-
- All Superinterfaces:
ConfigurationConfigurators<T>,CustomTypeConfigurators<T>,FactoryConfigurators<T>,ImplementationConfigurators<T>,ScopeConfigurators<T>,SingletonTypeConfigurator<T>,TypeConfigurators<T>
- All Known Implementing Classes:
InjectMaidBuilder
public interface AbstractInjectorBuilder<T extends AbstractInjectorBuilder<T>> extends FactoryConfigurators<T>, ScopeConfigurators<T>, ImplementationConfigurators<T>, TypeConfigurators<T>, CustomTypeConfigurators<T>, SingletonTypeConfigurator<T>, ConfigurationConfigurators<T>
-
-
Method Summary
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.ConfigurationConfigurators
withConfiguration
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.CustomTypeConfigurators
withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withCustomType, withInstance, withInstance, withInstance
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.FactoryConfigurators
withFactory, withFactory, withFactory, withFactory, withFactory
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.ImplementationConfigurators
withImplementation, withImplementation, withImplementation, withImplementation, withImplementation
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.ScopeConfigurators
withScope, withScope, withScope
-
Methods inherited from interface de.quantummaid.injectmaid.api.builder.SingletonTypeConfigurator
usingDefaultSingletonType
-
-