Interface ScopeConfigurators<T extends ScopeConfigurators<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 ScopeConfigurators<T extends ScopeConfigurators<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TwithScope(de.quantummaid.reflectmaid.GenericType<?> scopeType, InjectorConfiguration configuration)TwithScope(de.quantummaid.reflectmaid.ResolvedType scopeType, InjectorConfiguration configuration)default TwithScope(Class<?> scopeType, InjectorConfiguration configuration)
-
-
-
Method Detail
-
withScope
default T withScope(Class<?> scopeType, InjectorConfiguration configuration)
-
withScope
default T withScope(de.quantummaid.reflectmaid.GenericType<?> scopeType, InjectorConfiguration configuration)
-
withScope
T withScope(de.quantummaid.reflectmaid.ResolvedType scopeType, InjectorConfiguration configuration)
-
-