|
Change Parameter Type arguments : List<Argument> to arguments : List<ApiMethodArg> in method protected ApiMethodModel(uniqueName String, name String, resultType Class<?>, arguments List<ApiMethodArg>, method Method) in class org.apache.camel.util.component.ApiMethodParser.ApiMethodModel |
From |
To |
|
Change Parameter Type argument : ApiMethodParser.Argument to argument : ApiMethodArg in method public getCanonicalName(argument ApiMethodArg) : String in class org.apache.camel.maven.AbstractApiMethodGeneratorMojo |
From |
To |
|
Change Parameter Type args : Object... to args : ApiMethodArg... in method public ApiMethodImpl(proxyType Class<?>, resultType Class<?>, name String, args ApiMethodArg...) in class org.apache.camel.util.component.ApiMethodImpl |
From |
To |
|
Change Parameter Type arguments : List<Argument> to arguments : List<ApiMethodArg> in method protected ApiMethodModel(name String, resultType Class<?>, arguments List<ApiMethodArg>, method Method) in class org.apache.camel.util.component.ApiMethodParser.ApiMethodModel |
From |
To |
|
Change Parameter Type args : Object... to args : ApiMethodArg... in method package TestMethod(resultType Class<?>, name String, args ApiMethodArg...) in class org.apache.camel.util.component.ApiMethodHelperTest.TestMethod |
From |
To |
|
Change Variable Type argument : Argument to argument : ApiMethodArg in method public processResults(parseResult List<ApiMethodModel>) : List<ApiMethodModel> in class org.apache.camel.util.component.ArgumentSubstitutionParser |
From |
To |
|
Change Variable Type updatedArguments : List<Argument> to updatedArguments : List<ApiMethodArg> in method public processResults(parseResult List<ApiMethodModel>) : List<ApiMethodModel> in class org.apache.camel.util.component.ArgumentSubstitutionParser |
From |
To |
|
Change Variable Type parameters : Map<String,ApiMethodParser.Argument> to parameters : Map<String,ApiMethodArg> in method private getEndpointContext(models List<ApiMethodParser.ApiMethodModel>) : VelocityContext in class org.apache.camel.maven.AbstractApiMethodGeneratorMojo |
From |
To |
|
Change Variable Type argument : ApiMethodParser.Argument to argument : ApiMethodArg in method private getEndpointContext(models List<ApiMethodParser.ApiMethodModel>) : VelocityContext in class org.apache.camel.maven.AbstractApiMethodGeneratorMojo |
From |
To |
|
Change Variable Type argument : Argument to argument : ApiMethodArg in method public parse() : List<ApiMethodModel> in class org.apache.camel.util.component.ApiMethodParser |
From |
To |
|
Change Variable Type arguments : List<Argument> to arguments : List<ApiMethodArg> in method public parse() : List<ApiMethodModel> in class org.apache.camel.util.component.ApiMethodParser |
From |
To |
|
Change Variable Type argument : Argument to argument : ApiMethodArg in method public toString() : String in class org.apache.camel.util.component.ApiMethodParser.ApiMethodModel |
From |
To |