Uses of Class
org.springframework.data.rest.core.Path
Packages that use Path
Package
Description
-
Uses of Path in org.springframework.data.rest.core
Methods in org.springframework.data.rest.core that return PathModifier and TypeMethodDescriptionMethods in org.springframework.data.rest.core with parameters of type Path -
Uses of Path in org.springframework.data.rest.core.mapping
Methods in org.springframework.data.rest.core.mapping that return Path -
Uses of Path in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc with parameters of type Path -
Uses of Path in org.springframework.data.rest.webmvc.mapping
Methods in org.springframework.data.rest.webmvc.mapping with parameters of type PathModifier and TypeMethodDescriptionList<org.springframework.hateoas.Link>
Associations.getLinksFor
(Association<? extends PersistentProperty<?>> association, Path path) Returns the links to render for the givenAssociation
.