Class DTOToEntityPathMapper.MappingResult

java.lang.Object
in.co.akshitbansal.springwebquery.pathmapper.DTOToEntityPathMapper.MappingResult
Enclosing class:
DTOToEntityPathMapper

public static class DTOToEntityPathMapper.MappingResult extends Object
Immutable outcome of mapping one DTO selector to an entity path.

This object keeps both the resolved entity path and the terminal DTO field because downstream query construction needs the entity path, while downstream validation still inspects annotations declared on the DTO contract.

  • Constructor Details

    • MappingResult

      public MappingResult()