Package | Description |
---|---|
org.springframework.data.rest.webmvc.support |
Modifier and Type | Field and Description |
---|---|
static ETag |
ETag.NO_ETAG |
Modifier and Type | Method and Description |
---|---|
static ETag |
ETag.from(PersistentEntity<?,?> entity,
Object bean)
Creates a new
ETag from the given PersistentEntity and target bean. |
static ETag |
ETag.from(PersistentEntityResource resource)
Creates a new
ETag for the given PersistentEntityResource . |
static ETag |
ETag.from(String value)
|
ETag |
ETagDoesntMatchException.getExpectedETag()
Returns the
ETag the bean was expected to match. |
ETag |
ETagArgumentResolver.resolveArgument(MethodParameter parameter,
ModelAndViewContainer mavContainer,
NativeWebRequest webRequest,
WebDataBinderFactory binderFactory) |
Constructor and Description |
---|
ETagDoesntMatchException(Object bean,
ETag expected)
Creates a new
ETagDoesntMatchException for the given bean as well as the ETag it was expected to
match. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.