Uses of Interface
org.springframework.data.rest.core.mapping.ResourceMapping
Packages that use ResourceMapping
-
Uses of ResourceMapping in org.springframework.data.rest.core.mapping
Subinterfaces of ResourceMapping in org.springframework.data.rest.core.mappingModifier and TypeInterfaceDescriptioninterface
A custom resource mapping for collection resources.interface
AResourceMapping
that is backed by aMethod
.interface
interface
Interface for metadata of resources exposed through the system.Classes in org.springframework.data.rest.core.mapping that implement ResourceMappingMethods in org.springframework.data.rest.core.mapping that return ResourceMappingModifier and TypeMethodDescriptionPersistentEntitiesResourceMappings.getMappingFor
(PersistentProperty<?> property) ResourceMetadata.getMappingFor
(PersistentProperty<?> property) Returns theResourceMapping
for the givenPersistentProperty
or null if not managed. -
Uses of ResourceMapping in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc with parameters of type ResourceMappingModifier and TypeMethodDescriptionstatic String
ProfileController.getPath
(RepositoryRestConfiguration configuration, ResourceMapping mapping) Return the href for the profile link of a given baseUri and domain type mapping.