Avoid defensive checks against Java 8 API (java.util.Optional etc)
This commit also fixes broken javadoc links and code references. Issue: SPR-13188
This commit is contained in:
@@ -1290,7 +1290,7 @@ a better feel for its functionality
|
||||
|
||||
Concrete implementations for the main media (mime) types are provided in the framework
|
||||
and are registered by default with the `RestTemplate` on the client-side and with
|
||||
`AnnotationMethodHandlerAdapter` on the server-side.
|
||||
`RequestMethodHandlerAdapter` on the server-side.
|
||||
|
||||
The implementations of ``HttpMessageConverter``s are described in the following sections.
|
||||
For all converters a default media type is used but can be overridden by setting the
|
||||
|
||||
@@ -2132,7 +2132,7 @@ controller-specific tweaking of the binding rules.
|
||||
|
||||
To externalize data binding initialization, you can provide a custom implementation of
|
||||
the `WebBindingInitializer` interface, which you then enable by supplying a custom bean
|
||||
configuration for an `AnnotationMethodHandlerAdapter`, thus overriding the default
|
||||
configuration for an `RequestMappingHandlerAdapter`, thus overriding the default
|
||||
configuration.
|
||||
|
||||
The following example from the PetClinic application shows a configuration using a
|
||||
|
||||
Reference in New Issue
Block a user