Example usage for org.springframework.data.rest.webmvc.support ETagArgumentResolver ETagArgumentResolver

List of usage examples for org.springframework.data.rest.webmvc.support ETagArgumentResolver ETagArgumentResolver

Introduction

In this page you can find the example usage for org.springframework.data.rest.webmvc.support ETagArgumentResolver ETagArgumentResolver.

Prototype

ETagArgumentResolver

Source Link

Usage

From source file:org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration.java

@Bean
public ETagArgumentResolver eTagArgumentResolver() {
    return new ETagArgumentResolver();
}