Uses of Interface
org.int4.dirk.spi.scope.CreationalContext
-
Packages that use CreationalContext Package Description org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.spi.scope Provides the interface for custom scope resolvers. -
-
Uses of CreationalContext in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return CreationalContext Modifier and Type Method Description CreationalContext<T>Instantiator. create(Resolver<Injectable<?>> resolver)Creates aCreationalContext.CreationalContext<?>ExtendedScopeResolver. find(java.lang.Object key)Methods in org.int4.dirk.core.definition with parameters of type CreationalContext Modifier and Type Method Description voidExtendedScopeResolver. put(java.lang.Object key, CreationalContext<?> creationalContext) -
Uses of CreationalContext in org.int4.dirk.spi.scope
Methods in org.int4.dirk.spi.scope that return CreationalContext Modifier and Type Method Description CreationalContext<?>AbstractScopeResolver. find(java.lang.Object key)CreationalContext<?>ScopeResolver. find(java.lang.Object key)Find an existingCreationalContextby key in the current active scope, or returnnullif no context was found in the given scope with the given key.Methods in org.int4.dirk.spi.scope with parameters of type CreationalContext Modifier and Type Method Description voidAbstractScopeResolver. put(java.lang.Object key, CreationalContext<?> creationalContext)voidScopeResolver. put(java.lang.Object key, CreationalContext<?> creationalContext)Adds aCreationalContextto this scope resolver under the given key.
-