|
Change Parameter Type endpointProperty : List<RestPropertyDefinition> to endpointProperty : Map<String,Object> in method public setEndpointProperty(endpointProperty Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Parameter Type dataFormatProperty : List<RestPropertyDefinition> to dataFormatProperty : Map<String,Object> in method public setDataFormatProperty(dataFormatProperty Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Parameter Type componentProperty : List<RestPropertyDefinition> to componentProperty : Map<String,Object> in method public setComponentProperty(componentProperty Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Parameter Type consumerProperty : List<RestPropertyDefinition> to consumerProperty : Map<String,Object> in method public setConsumerProperty(consumerProperty Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Parameter Type apiProperty : List<RestPropertyDefinition> to apiProperty : Map<String,Object> in method public setApiProperty(apiProperty Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Parameter Type corsHeaders : List<RestPropertyDefinition> to corsHeaders : Map<String,Object> in method public setCorsHeaders(corsHeaders Map<String,Object>) : void in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getDataFormatProperty() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getCorsHeaders() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getApiProperty() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getComponentProperty() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getEndpointProperty() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Return Type List<RestPropertyDefinition> to Map<String,Object> in method public getConsumerProperty() : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type corsHeaders : List<RestPropertyDefinition> to corsHeaders : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type apiProperty : List<RestPropertyDefinition> to apiProperty : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type componentProperty : List<RestPropertyDefinition> to componentProperty : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type consumerProperty : List<RestPropertyDefinition> to consumerProperty : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type dataFormatProperty : List<RestPropertyDefinition> to dataFormatProperty : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |
|
Change Attribute Type endpointProperty : List<RestPropertyDefinition> to endpointProperty : Map<String,Object> in class org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties |
From |
To |