Interface IRetrieveConnectionModelParams<ConnectionConfig>

Type Parameters:
ConnectionConfig - Type of the configuration object that is used to store the connection's properties.
All Known Implementing Classes:
DefaultRetrieveConnectionModelParams.Builder

public interface IRetrieveConnectionModelParams<ConnectionConfig>
Parameters for prepareViewForConnection.
  • Method Details

    • connectionConfig

      ConnectionConfig connectionConfig()
      The current model, the same instance that was passed to prepareViewForConnection. You may save a reference to this model in your bean and mutate it in-place.
      Returns:
      The current model.