Uses of Class
org.springframework.data.rest.webmvc.PersistentEntityResource
Package
Description
-
Uses of PersistentEntityResource in org.springframework.data.rest.webmvc
Modifier and TypeMethodDescriptionPersistentEntityResource.Builder.build()
Finally creates thePersistentEntityResource
instance.PersistentEntityResource.Builder.buildNested()
PersistentEntityResource.Builder.forCreation()
Finally creates thePersistentEntityResource
instance to symbolize the contained entity is about to be created.PersistentEntityResourceAssembler.toFullResource
(Object instance) Returns the full object asPersistentEntityResource
using the underlyingProjector
.Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeaders
HttpHeadersPreparer.prepareHeaders
(Optional<PersistentEntityResource> resource) Returns the default headers to be returned for the givenPersistentEntityResource
. -
Uses of PersistentEntityResource in org.springframework.data.rest.webmvc.support
Modifier and TypeMethodDescriptionPersistentEntityResourceProcessor.process
(PersistentEntityResource resource) Modifier and TypeMethodDescriptionstatic ETag
ETag.from
(PersistentEntityResource resource) Creates a newETag
for the givenPersistentEntityResource
.PersistentEntityResourceProcessor.process
(PersistentEntityResource resource)