Uses of Class
org.springframework.data.rest.webmvc.PersistentEntityResource
Packages that use PersistentEntityResource
Package
Description
-
Uses of PersistentEntityResource in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc that return PersistentEntityResourceModifier and TypeMethodDescriptionPersistentEntityResource.Builder.build()Finally creates thePersistentEntityResourceinstance.PersistentEntityResource.Builder.buildNested()PersistentEntityResource.Builder.forCreation()Finally creates thePersistentEntityResourceinstance to symbolize the contained entity is about to be created.PersistentEntityResourceAssembler.toFullResource(Object instance) Returns the full object asPersistentEntityResourceusing the underlyingProjector.Method parameters in org.springframework.data.rest.webmvc with type arguments of type PersistentEntityResourceModifier and TypeMethodDescriptionHttpHeadersPreparer.prepareHeaders(Optional<PersistentEntityResource> resource) Returns the default headers to be returned for the givenPersistentEntityResource. -
Uses of PersistentEntityResource in org.springframework.data.rest.webmvc.support
Methods in org.springframework.data.rest.webmvc.support that return PersistentEntityResourceModifier and TypeMethodDescriptionPersistentEntityResourceProcessor.process(PersistentEntityResource resource) Methods in org.springframework.data.rest.webmvc.support with parameters of type PersistentEntityResourceModifier and TypeMethodDescriptionstatic ETagETag.from(PersistentEntityResource resource) Creates a newETagfor the givenPersistentEntityResource.PersistentEntityResourceProcessor.process(PersistentEntityResource resource)