Uses of Annotation Interface
in.co.akshitbansal.springwebquery.annotation.WebQuery
Packages that use WebQuery
Package
Description
Spring MVC argument resolvers that bind filtering and pagination inputs from
@WebQuery-annotated controller methods.-
Uses of WebQuery in in.co.akshitbansal.springwebquery.resolver.spring
Methods in in.co.akshitbansal.springwebquery.resolver.spring that return WebQueryModifier and TypeMethodDescriptionprotected WebQueryAbstractWebQueryResolver.getWebQueryAnnotation(@NonNull org.springframework.core.MethodParameter parameter) Returns theWebQueryannotation declared on the supplied method parameter's controller method.