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 <T> InjectorInjectMaid. enterScope(de.quantummaid.reflectmaid.GenericType<T> type, T scopeObject)InjectorInjectMaid. enterScope(de.quantummaid.reflectmaid.resolvedtype.ResolvedType resolvedType, Object scopeObject)InjectorInjectMaid. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier typeIdentifier, Object scopeObject)Methods in de.quantummaid.injectmaid that return types with arguments of type Injector Modifier and Type Method Description <T> Optional<Injector>InjectMaid. enterScopeIfExists(de.quantummaid.reflectmaid.GenericType<T> type, T scopeObject)Optional<Injector>InjectMaid. enterScopeIfExists(de.quantummaid.reflectmaid.resolvedtype.ResolvedType resolvedType, Object scopeObject)Optional<Injector>InjectMaid. enterScopeIfExists(de.quantummaid.reflectmaid.typescanner.TypeIdentifier typeIdentifier, 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 <T> InjectorInjector. enterScope(de.quantummaid.reflectmaid.GenericType<T> scopeType, T scopeObject)default InjectorInjector. enterScope(de.quantummaid.reflectmaid.resolvedtype.ResolvedType scopeType, Object scopeObject)InjectorInjector. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, 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 <T> Optional<Injector>Injector. enterScopeIfExists(de.quantummaid.reflectmaid.GenericType<T> scopeType, T scopeObject)Optional<Injector>Injector. enterScopeIfExists(de.quantummaid.reflectmaid.resolvedtype.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)
-