|
Change Parameter Type representer : Representer to representer : Function<CamelContext,Representer> in method public setRepresenter(representer Function<CamelContext,Representer>) : void in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Parameter Type resolver : Resolver to resolver : Function<CamelContext,Resolver> in method public setResolver(resolver Function<CamelContext,Resolver>) : void in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Parameter Type dumperOptions : DumperOptions to dumperOptions : Function<CamelContext,DumperOptions> in method public setDumperOptions(dumperOptions Function<CamelContext,DumperOptions>) : void in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Parameter Type constructor : BaseConstructor to constructor : Function<CamelContext,BaseConstructor> in method public setConstructor(constructor Function<CamelContext,BaseConstructor>) : void in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Return Type Resolver to Function<CamelContext,Resolver> in method public getResolver() : Function<CamelContext,Resolver> in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Return Type DumperOptions to Function<CamelContext,DumperOptions> in method public getDumperOptions() : Function<CamelContext,DumperOptions> in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Return Type Representer to Function<CamelContext,Representer> in method public getRepresenter() : Function<CamelContext,Representer> in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |
|
Change Return Type BaseConstructor to Function<CamelContext,BaseConstructor> in method public getConstructor() : Function<CamelContext,BaseConstructor> in class org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat |
From |
To |