Package org.refcodes.component
Interface ContextAccessor.ContextProperty<CTX>
-
- Type Parameters:
CTX
- The type of the context property.
- All Superinterfaces:
ContextAccessor<CTX>
,ContextAccessor.ContextMutator<CTX>
- Enclosing interface:
- ContextAccessor<CTX>
public static interface ContextAccessor.ContextProperty<CTX> extends ContextAccessor<CTX>, ContextAccessor.ContextMutator<CTX>
Provides a context property for e.g. a service or a component.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.ContextAccessor
ContextAccessor.ContextBuilder<CTX,B extends ContextAccessor.ContextBuilder<CTX,B>>, ContextAccessor.ContextMutator<CTX>, ContextAccessor.ContextProperty<CTX>
-
-
Method Summary
-
Methods inherited from interface org.refcodes.component.ContextAccessor
getContext
-
Methods inherited from interface org.refcodes.component.ContextAccessor.ContextMutator
setContext
-
-