Class RepositoryRestHandlerAdapter

All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, ApplicationContextAware, Ordered, ServletContextAware, HandlerAdapter

public class RepositoryRestHandlerAdapter extends RequestMappingHandlerAdapter
RequestMappingHandlerAdapter implementation that adds a couple argument resolvers for controller method parameters used in the REST exporter controller. Also only looks for handler methods in the Spring Data REST provided controller classes to help isolate this handler adapter from other handler adapters the user might have configured in their Spring MVC context.
Author:
Jon Brisbin, Oliver Gierke