Interface SelectionLoadingOptions
-
Method Summary
Modifier and TypeMethodDescription<T> T
Gets context previously passed toSelectionLoadingOptionsStep.context(Class, Object)
.
-
Method Details
-
context
Gets context previously passed toSelectionLoadingOptionsStep.context(Class, Object)
.- Type Parameters:
T
- The context type.- Parameters:
contextType
- The context type.- Returns:
- The context, i.e. an instance of the given type, or
null
if no context was set for this type.
-