Uses of Class
org.springframework.data.rest.core.mapping.SearchResourceMappings
-
Uses of SearchResourceMappings in org.springframework.data.rest.core.mapping
Modifier and TypeMethodDescriptionPersistentEntitiesResourceMappings.getSearchResourceMappings
(Class<?> domainType) RepositoryResourceMappings.getSearchResourceMappings
(Class<?> domainType) ResourceMappings.getSearchResourceMappings
(Class<?> type) Returns theResourceMapping
s for the search resources of the given type.ResourceMetadata.getSearchResourceMappings()
Returns theSearchResourceMappings
, i.e. the mappings for the search resource exposed for the current resource. -
Uses of SearchResourceMappings in org.springframework.data.rest.webmvc