Interface ImplementationConfigurators<T extends ImplementationConfigurators<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 ImplementationConfigurators<T extends ImplementationConfigurators<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <X> TwithImplementation(de.quantummaid.reflectmaid.GenericType<X> type, de.quantummaid.reflectmaid.GenericType<? extends X> implementation)default <X> TwithImplementation(de.quantummaid.reflectmaid.GenericType<X> type, de.quantummaid.reflectmaid.GenericType<? extends X> implementation, ReusePolicy reusePolicy)TwithImplementation(de.quantummaid.reflectmaid.ResolvedType type, de.quantummaid.reflectmaid.ResolvedType implementation, ReusePolicy reusePolicy)default <X> TwithImplementation(Class<X> type, Class<? extends X> implementation)default <X> TwithImplementation(Class<X> type, Class<? extends X> implementation, ReusePolicy reusePolicy)
-
-
-
Method Detail
-
withImplementation
default <X> T withImplementation(Class<X> type, Class<? extends X> implementation)
-
withImplementation
default <X> T withImplementation(de.quantummaid.reflectmaid.GenericType<X> type, de.quantummaid.reflectmaid.GenericType<? extends X> implementation)
-
withImplementation
default <X> T withImplementation(Class<X> type, Class<? extends X> implementation, ReusePolicy reusePolicy)
-
withImplementation
default <X> T withImplementation(de.quantummaid.reflectmaid.GenericType<X> type, de.quantummaid.reflectmaid.GenericType<? extends X> implementation, ReusePolicy reusePolicy)
-
withImplementation
T withImplementation(de.quantummaid.reflectmaid.ResolvedType type, de.quantummaid.reflectmaid.ResolvedType implementation, ReusePolicy reusePolicy)
-
-