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 Summary
Modifier and TypeMethodDescriptionThe current model, the same instance that was passed toprepareViewForConnection.
-
Method Details
-
connectionConfig
ConnectionConfig connectionConfig()The current model, the same instance that was passed toprepareViewForConnection. You may save a reference to this model in your bean and mutate it in-place.- Returns:
- The current model.
-