List of usage examples for org.springframework.web.reactive.result.view ViewResolverSupport DEFAULT_CONTENT_TYPE
MediaType DEFAULT_CONTENT_TYPE
To view the source code for org.springframework.web.reactive.result.view ViewResolverSupport DEFAULT_CONTENT_TYPE.
Click Source Link
From source file:org.springframework.web.reactive.result.view.AbstractView.java
public AbstractView(ReactiveAdapterRegistry registry) { this.mediaTypes.add(ViewResolverSupport.DEFAULT_CONTENT_TYPE); this.adapterRegistry = registry; }