Uses of Class
de.quantummaid.injectmaid.Scope
-
Packages that use Scope Package Description de.quantummaid.injectmaid de.quantummaid.injectmaid.statemachine de.quantummaid.injectmaid.statemachine.states -
-
Uses of Scope in de.quantummaid.injectmaid
Methods in de.quantummaid.injectmaid that return Scope Modifier and Type Method Description ScopeScope. childScope(de.quantummaid.reflectmaid.ResolvedType subScope)static ScopeScope. rootScope()ScopeDefinition. scope()Methods in de.quantummaid.injectmaid that return types with arguments of type Scope Modifier and Type Method Description List<Scope>Definitions. allScopes()List<Scope>Scopes. asList()Methods in de.quantummaid.injectmaid with parameters of type Scope Modifier and Type Method Description voidScopes. add(Scope scope)booleanScope. contains(Scope other)booleanScopes. contains(Scope scope)booleanSingletonStore. contains(de.quantummaid.reflectmaid.ResolvedType type, Scope scope)static DefinitionDefinition. definition(de.quantummaid.reflectmaid.ResolvedType type, Scope scope, Instantiator instantiator, ReusePolicy reusePolicy)DefinitionDefinitions. definitionFor(de.quantummaid.reflectmaid.ResolvedType type, Scope scope)List<Definition>Definitions. definitionsOnScope(Scope scope)ObjectSingletonStore. get(de.quantummaid.reflectmaid.ResolvedType type, Scope scope)booleanDefinitions. hasDefinitionFor(de.quantummaid.reflectmaid.ResolvedType type, Scope scope)voidSingletonStore. put(de.quantummaid.reflectmaid.ResolvedType type, Scope scope, Object object)voidScopes. validateElementNotUsedSomewhereElse(de.quantummaid.reflectmaid.ResolvedType element, Scope currentScope)Method parameters in de.quantummaid.injectmaid with type arguments of type Scope Modifier and Type Method Description static DefinitionsDefinitions. definitions(List<Scope> scopes, Map<de.quantummaid.reflectmaid.ResolvedType,List<Definition>> definitions) -
Uses of Scope in de.quantummaid.injectmaid.statemachine
Methods in de.quantummaid.injectmaid.statemachine that return Scope Modifier and Type Method Description ScopeContext. scope()Methods in de.quantummaid.injectmaid.statemachine with parameters of type Scope Modifier and Type Method Description static ContextContext. context(de.quantummaid.reflectmaid.ResolvedType type, Scope scope, States states, ReusePolicy reusePolicy) -
Uses of Scope in de.quantummaid.injectmaid.statemachine.states
Methods in de.quantummaid.injectmaid.statemachine.states with parameters of type Scope Modifier and Type Method Description default booleanState. matches(de.quantummaid.reflectmaid.ResolvedType otherType, Scope otherScope)
-