public class OperationMappingUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
OperationMappingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disambiguateRepeatedOperations(List<? extends Operation> operations)
Renames the operations that have names that repeat appending a numbered suffix:
- GET_STREET -> GET_STREET_1
- GET_STREET -> GET_STREET_2
- GET_STREET -> GET_STREET_3
etc.
|
Copyright © 2020. All rights reserved.