Uses of Class
in.co.akshitbansal.springwebquery.resolver.spring.AbstractWebQueryResolver.QueryConfiguration
Packages that use AbstractWebQueryResolver.QueryConfiguration
Package
Description
Spring MVC argument resolvers that bind filtering and pagination inputs from
@WebQuery-annotated controller methods.-
Uses of AbstractWebQueryResolver.QueryConfiguration in in.co.akshitbansal.springwebquery.resolver.spring
Methods in in.co.akshitbansal.springwebquery.resolver.spring that return AbstractWebQueryResolver.QueryConfigurationModifier and TypeMethodDescriptionAbstractWebQueryResolver.getQueryConfiguration(@NonNull WebQuery webQueryAnnotation) Resolves the effective query configuration by combining method-levelWebQuerysettings with the configured global fallbacks.Methods in in.co.akshitbansal.springwebquery.resolver.spring with parameters of type AbstractWebQueryResolver.QueryConfigurationModifier and TypeMethodDescriptionprotected abstract org.springframework.data.domain.PageableAbstractWebQueryPageableArgumentResolver.resolvePageable(org.springframework.data.domain.Pageable pageable, AbstractWebQueryResolver.QueryConfiguration queryConfig) Validates and remaps pageable sorting according to the effective query configuration.protected org.springframework.data.domain.PageableWebQueryDTOAwarePageableArgumentResolver.resolvePageable(org.springframework.data.domain.Pageable pageable, AbstractWebQueryResolver.QueryConfiguration queryConfig) Validates DTO-facing sort properties and maps them to entity paths.protected org.springframework.data.domain.PageableWebQueryEntityAwarePageableArgumentResolver.resolvePageable(org.springframework.data.domain.Pageable pageable, AbstractWebQueryResolver.QueryConfiguration queryConfig) Validates and remaps entity-facing sort properties on the supplied pageable.protected abstract org.springframework.data.jpa.domain.Specification<?>AbstractWebQuerySpecificationArgumentResolver.resolveSpecification(@NonNull AbstractWebQueryResolver.QueryConfiguration queryConfig, @NonNull String filter) Resolves a validated specification for the supplied raw filter value and effective query configuration.protected org.springframework.data.jpa.domain.Specification<?>WebQueryDTOAwareSpecificationArgumentResolver.resolveSpecification(@NonNull AbstractWebQueryResolver.QueryConfiguration queryConfig, @NonNull String filter) Parses, validates, and converts a DTO-oriented RSQL filter into a JPASpecification.protected org.springframework.data.jpa.domain.Specification<?>WebQueryEntityAwareSpecificationArgumentResolver.resolveSpecification(@NonNull AbstractWebQueryResolver.QueryConfiguration queryConfig, @NonNull String filter) Parses, validates, and converts an entity-oriented RSQL filter into a JPASpecification.