Uses of Interface
org.int4.dirk.spi.scope.CreationalContext
-
Packages that use CreationalContext Package Description org.int4.dirk.spi.scope Provides the interface for custom scope resolvers. -
-
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.
-