Interface SelectionLoadingOptions


@Incubating public interface SelectionLoadingOptions
  • Method Details

    • context

      <T> T context(Class<T> contextType)
      Gets context previously passed to SelectionLoadingOptionsStep.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.