Class AbstractArgumentResolverConfig
java.lang.Object
in.co.akshitbansal.springwebquery.resolver.spring.config.AbstractArgumentResolverConfig
- Direct Known Subclasses:
PageableArgumentResolverConfig,SpecificationArgumentResolverConfig
Shared base configuration for effective
WebQuery metadata resolved
from a supported controller method.
This type captures the contract information common to pageable and specification resolver flows, including the backing entity type, the optional DTO-facing query contract, and any declared entity-aware field aliases.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractArgumentResolverConfig
public AbstractArgumentResolverConfig()
-