| Modifier and Type | Method and Description |
|---|---|
List<ColumnMapping> |
ServiceDefinitionModel.getColumnMappings() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ColumnMapping> |
ServiceResourceConverterImpl.columnMappingsByName(ServiceDefinitionModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceResourceConverterImpl.processInputParameters(List<ServiceInputParameter> inputParameters,
Map<String,ColumnMapping> columnMappingsByName) |
protected void |
ServiceResourceConverterImpl.processOutputParameters(List<ServiceOutputParameter> outputParameters,
Map<String,ColumnMapping> columnMappingsByName) |
| Modifier and Type | Method and Description |
|---|---|
protected DbColumnMapping |
DbServiceInvoker.asDbColumnMapping(ColumnMapping columnMapping) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseColumnMapping |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnMapping> |
BaseServiceDefinitionModel.columnMappings |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMapping> |
BaseServiceDefinitionModel.getColumnMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseServiceDefinitionModel.setColumnMappings(List<ColumnMapping> columnMappings) |
| Modifier and Type | Method and Description |
|---|---|
protected static ServiceInputParameter |
ServiceParameterUtil.columnMappingToInputParameter(ColumnMapping mapping) |
protected static ServiceOutputParameter |
ServiceParameterUtil.columnMappingToOutputParameter(ColumnMapping mapping) |