Uses of Interface
de.quantummaid.injectmaid.api.Injector
-
Packages that use Injector Package Description de.quantummaid.injectmaid de.quantummaid.injectmaid.api de.quantummaid.injectmaid.api.interception.overwrite -
-
Uses of Injector in de.quantummaid.injectmaid
Classes in de.quantummaid.injectmaid that implement Injector Modifier and Type Class Description classInjectMaidMethods in de.quantummaid.injectmaid that return Injector Modifier and Type Method Description InjectorInjectMaid. enterScope(de.quantummaid.reflectmaid.ResolvedType resolvedType, Object scopeObject)Methods in de.quantummaid.injectmaid that return types with arguments of type Injector Modifier and Type Method Description Optional<Injector>InjectMaid. enterScopeIfExists(de.quantummaid.reflectmaid.ResolvedType resolvedType, Object scopeObject)Methods in de.quantummaid.injectmaid with parameters of type Injector Modifier and Type Method Description voidInjectMaid. overwriteWith(Injector injector) -
Uses of Injector in de.quantummaid.injectmaid.api
Methods in de.quantummaid.injectmaid.api that return Injector Modifier and Type Method Description default <T> InjectorInjector. enterScope(de.quantummaid.reflectmaid.GenericType<T> scopeType, T scopeObject)InjectorInjector. enterScope(de.quantummaid.reflectmaid.ResolvedType resolvedType, Object scopeObject)default <T> InjectorInjector. enterScope(Class<T> scopeType, T scopeObject)default InjectorInjector. enterScope(Object scopeObject)Methods in de.quantummaid.injectmaid.api that return types with arguments of type Injector Modifier and Type Method Description default <T> Optional<Injector>Injector. enterScopeIfExists(de.quantummaid.reflectmaid.GenericType<T> scopeType, T scopeObject)Optional<Injector>Injector. enterScopeIfExists(de.quantummaid.reflectmaid.ResolvedType resolvedType, Object scopeObject)default <T> Optional<Injector>Injector. enterScopeIfExists(Class<T> scopeType, T scopeObject)default Optional<Injector>Injector. enterScopeIfExists(Object scopeObject)Methods in de.quantummaid.injectmaid.api with parameters of type Injector Modifier and Type Method Description voidInjector. overwriteWith(Injector injector) -
Uses of Injector in de.quantummaid.injectmaid.api.interception.overwrite
Methods in de.quantummaid.injectmaid.api.interception.overwrite with parameters of type Injector Modifier and Type Method Description static OverwritingInterceptorOverwritingInterceptor. overwritingInterceptor(Injector injector)
-