Interface SelectionLoadingOptions
-
Method Summary
Modifier and TypeMethodDescription<T> TGets 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
nullif no context was set for this type.
-