Interface ViewsRendererLocator

All Known Implementing Classes:
DefaultViewsRendererLocator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @DefaultImplementation(DefaultViewsRendererLocator.class) public interface ViewsRendererLocator
Helps resolve a ViewsRenderer for a particular view, media type and response class.
Since:
3.0.0
Author:
Sergio del Amo