Uses of Class
org.smooks.engine.injector.Scope
-
Packages that use Scope Package Description org.smooks.engine.injector org.smooks.engine.lifecycle -
-
Uses of Scope in org.smooks.engine.injector
Methods in org.smooks.engine.injector with parameters of type Scope Modifier and Type Method Description protected void
AbstractInjector. inject(javax.inject.Named namedAnnotation, M member, Object instance, Scope scope)
Constructors in org.smooks.engine.injector with parameters of type Scope Constructor Description FieldInjector(Object instance, Scope scope)
MethodInjector(Object instance, Scope scope)
-
Uses of Scope in org.smooks.engine.lifecycle
Constructors in org.smooks.engine.lifecycle with parameters of type Scope Constructor Description PostConstructLifecyclePhase(Scope scope)
-