Uses of Class
org.springframework.data.rest.webmvc.support.ETag
-
Uses of ETag in org.springframework.data.rest.webmvc.support
Modifier and TypeMethodDescriptionstatic ETag
static ETag
static ETag
ETag.from
(PersistentEntity<?, ? extends PersistentProperty<?>> entity, Object bean) Creates a newETag
from the givenPersistentEntity
and target bean.static ETag
ETag.from
(PersistentEntityResource resource) Creates a newETag
for the givenPersistentEntityResource
.ETagDoesntMatchException.getExpectedETag()
Returns theETag
the bean was expected to match.ETagArgumentResolver.resolveArgument
(MethodParameter parameter, ModelAndViewContainer mavContainer, NativeWebRequest webRequest, WebDataBinderFactory binderFactory) ModifierConstructorDescriptionETagDoesntMatchException
(Object bean, ETag expected) Creates a newETagDoesntMatchException
for the given bean as well as theETag
it was expected to match.