Uses of Interface
org.int4.dirk.spi.scope.CreationalContext
-
Packages that use CreationalContext Package Description org.int4.dirk.spi.scope -
-
Uses of CreationalContext in org.int4.dirk.spi.scope
Methods in org.int4.dirk.spi.scope with parameters of type CreationalContext Modifier and Type Method Description <T> TAbstractScopeResolver. get(java.lang.Object key, CreationalContext<T> creationalContext)<T> TScopeResolver. get(java.lang.Object key, CreationalContext<T> creationalContext)Returns an existing instance associated with the given key, or uses the given context to create one.
-