- Type Parameters:
CTX- The type of the context to be used.
- All Known Subinterfaces:
ContextAccessor.ContextProperty<CTX>
- All Known Implementing Classes:
ConfigureException,ConfigureException.ConfigureRuntimeException
public interface ContextAccessor<CTX>
Provides an accessor for a context property for e.g. a service or a
component.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a context property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a context property for e.g. a service or a component.static interfaceProvides a context property for e.g. a service or a component. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the context from the context property.
-
Method Details
-
getContext
CTX getContext()Retrieves the context from the context property.- Returns:
- The context stored by the context property.
-