Class AbstractArgumentResolverConfig

java.lang.Object
in.co.akshitbansal.springwebquery.resolver.spring.config.AbstractArgumentResolverConfig
Direct Known Subclasses:
PageableArgumentResolverConfig, SpecificationArgumentResolverConfig

public abstract class AbstractArgumentResolverConfig extends Object
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 Details

    • AbstractArgumentResolverConfig

      public AbstractArgumentResolverConfig()
  • Method Details