|
Change Return Type ImmutableMap<String,ImmutableMap<String,String>> to Map<String,Map<String,String>> in method public getViewRendererConfiguration() : Map<String,Map<String,String>> in class com.example.helloworld.HelloWorldConfiguration |
From |
To |
|
Change Return Type ImmutableMap<String,ImmutableMap<String,String>> to Map<String,Map<String,String>> in method public getViewRendererConfiguration() : Map<String,Map<String,String>> in class io.dropwizard.views.ViewBundleTest.MyConfiguration |
From |
To |
|
Change Return Type ImmutableMap<String,ImmutableMap<String,String>> to Map<String,Map<String,String>> in method public getViewConfiguration(configuration T) : Map<String,Map<String,String>> in class io.dropwizard.views.ViewConfigurable |
From |
To |
|
Change Variable Type viewOptions : ImmutableMap<String,String> to viewOptions : Map<String,String> in method public run(configuration T, environment Environment) : void in class io.dropwizard.views.ViewBundle |
From |
To |
|
Change Variable Type options : ImmutableMap<String,ImmutableMap<String,String>> to options : Map<String,Map<String,String>> in method public run(configuration T, environment Environment) : void in class io.dropwizard.views.ViewBundle |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<String,ImmutableMap<String,String>> to builder : ImmutableMap.Builder<String,Map<String,String>> in method public setViewRendererConfiguration(viewRendererConfiguration Map<String,Map<String,String>>) : void in class io.dropwizard.views.ViewBundleTest.MyConfiguration |
From |
To |
|
Change Variable Type options : ImmutableMap<String,String> to options : Map<String,String> in method public addsTheViewMessageBodyWriterWithSingleViewRendererToTheEnvironment() : void in class io.dropwizard.views.ViewBundleTest |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<String,ImmutableMap<String,String>> to builder : ImmutableMap.Builder<String,Map<String,String>> in method public setViewRendererConfiguration(viewRendererConfiguration Map<String,Map<String,String>>) : void in class com.example.helloworld.HelloWorldConfiguration |
From |
To |