Package de.quantummaid.injectmaid
Class Scope
- java.lang.Object
-
- de.quantummaid.injectmaid.Scope
-
public final class Scope extends Object
-
-
Constructor Summary
Constructors Constructor Description Scope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopechildScope(de.quantummaid.reflectmaid.ResolvedType subScope)booleancontains(Scope other)booleancontainsElement(de.quantummaid.reflectmaid.ResolvedType type)Stringrender()static ScoperootScope()intsize()
-
-
-
Method Detail
-
rootScope
public static Scope rootScope()
-
childScope
public Scope childScope(de.quantummaid.reflectmaid.ResolvedType subScope)
-
render
public String render()
-
size
public int size()
-
containsElement
public boolean containsElement(de.quantummaid.reflectmaid.ResolvedType type)
-
contains
public boolean contains(Scope other)
-
-