Uses of Interface
org.springframework.data.rest.webmvc.support.PagingAndSortingTemplateVariables
Packages that use PagingAndSortingTemplateVariables
-
Uses of PagingAndSortingTemplateVariables in org.springframework.data.rest.webmvc.support
Constructors in org.springframework.data.rest.webmvc.support with parameters of type PagingAndSortingTemplateVariablesModifierConstructorDescriptionRepositoryEntityLinks
(Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, PagingAndSortingTemplateVariables templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters) Constructor parameters in org.springframework.data.rest.webmvc.support with type arguments of type PagingAndSortingTemplateVariablesModifierConstructorDescriptionRepositoryEntityLinks
(Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, Lazy<PagingAndSortingTemplateVariables> templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters)