Class ResolutionResult

java.lang.Object
in.co.akshitbansal.springwebquery.resolver.field.ResolutionResult

public class ResolutionResult extends Object
Value object returned by FieldResolver implementations after path resolution.

It carries the resolved entity-backed field path to use in downstream query construction together with the reflected terminal field that callers may validate for filtering or sorting rules.

  • Constructor Details

    • ResolutionResult

      public ResolutionResult()