Uses of Class
org.springframework.data.rest.webmvc.support.ETag
Packages that use ETag
-
Uses of ETag in org.springframework.data.rest.webmvc.support
Fields in org.springframework.data.rest.webmvc.support declared as ETagMethods in org.springframework.data.rest.webmvc.support that return ETagModifier and TypeMethodDescriptionstatic ETagstatic ETagstatic ETagETag.from(PersistentEntity<?, ? extends PersistentProperty<?>> entity, Object bean) Creates a newETagfrom the givenPersistentEntityand target bean.static ETagETag.from(PersistentEntityResource resource) Creates a newETagfor the givenPersistentEntityResource.ETagDoesntMatchException.getExpectedETag()Returns theETagthe bean was expected to match.ETagArgumentResolver.resolveArgument(MethodParameter parameter, ModelAndViewContainer mavContainer, NativeWebRequest webRequest, WebDataBinderFactory binderFactory) Constructors in org.springframework.data.rest.webmvc.support with parameters of type ETagModifierConstructorDescriptionETagDoesntMatchException(Object bean, ETag expected) Creates a newETagDoesntMatchExceptionfor the given bean as well as theETagit was expected to match.