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 TypeInterfaceDescriptioninterfaceA custom resource mapping for collection resources.interfaceAResourceMappingthat is backed by aMethod.interfaceinterfaceInterface 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 theResourceMappingfor the givenPersistentPropertyor 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 StringProfileController.getPath(RepositoryRestConfiguration configuration, ResourceMapping mapping) Return the href for the profile link of a given baseUri and domain type mapping.