Example usage for org.springframework.data.rest.webmvc.config RepositoryRestConfigurerAdapter subclass-usage

List of usage examples for org.springframework.data.rest.webmvc.config RepositoryRestConfigurerAdapter subclass-usage

Introduction

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

Usage

From source file com.orange.clara.tool.config.RepositoryRestConfig.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file example.springdata.rest.uris.SpringDataRestCustomization.java

/**
 * Spring Data {@link RepositoryRestConfiguration} to customize the identifier mapping for {@link User}s.
 * 
 * @author Oliver Gierke
 */
@Component

From source file org.moserp.RestConfiguration.java

@Configuration
@EnableEntityLinks
@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)
@ComponentScan(basePackageClasses = { ObjectMapperCustomizer.class, ModuleRegistry.class })
public class RestConfiguration extends RepositoryRestConfigurerAdapter {