public interface ContextProvider
ContextResolver.
This abstraction allows decoupling the creation or resolution of context objects from their consumers, enabling better modularity and testability.
| Modifier and Type | Method and Description |
|---|---|
ContextResolver |
getContext()
Returns the
ContextResolver instance associated with this provider. |
ContextResolver getContext()
ContextResolver instance associated with this provider.ContextResolver, never null