Example usage for org.springframework.data.rest.webmvc.config RepositoryRestConfigurer interface-usage

List of usage examples for org.springframework.data.rest.webmvc.config RepositoryRestConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.rest.webmvc.config RepositoryRestConfigurer interface-usage.

Usage

From source file org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerAdapter.java

/**
 * Convenience adapter for {@link RepositoryRestConfigurer} to allow selective override of configuration methods.
 * 
 * @author Oliver Gierke
 * @since 2.4
 * @soundtrack Florian Reichelt & Max Ender - Abschlusskonzert (https://www.youtube.com/watch?v=5WP0P-ndinY)

From source file org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerDelegate.java

/**
 * Delegating implementation of {@link RepositoryRestConfigurer} that will forward all calls to configuration methods to
 * all registered {@link RepositoryRestConfigurer}.
 * 
 * @author Oliver Gierke
 * @soundtrack Florian Reichelt & Max Ender - Abschlusskonzert (https://www.youtube.com/watch?v=5WP0P-ndinY)