CTX - The type of the context to be used.ContextAccessor.ContextProperty<CTX>ConfigureExceptionpublic interface ContextAccessor<CTX>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ContextAccessor.ContextBuilder<CTX,B extends ContextAccessor.ContextBuilder<CTX,B>> |
Provides a builder method for a context property returning the builder
for applying multiple build operations.
|
static interface |
ContextAccessor.ContextMutator<CTX> |
Provides a mutator for a context property for e.g. a service or a
component.
|
static interface |
ContextAccessor.ContextProperty<CTX> |
Provides a context property for e.g. a service or a component.
|
| Modifier and Type | Method | Description |
|---|---|---|
CTX |
getContext() |
Retrieves the context from the context property.
|
CTX getContext()
Copyright © 2018. All rights reserved.