Class DTOToEntityPathMapper.MappingResult
java.lang.Object
in.co.akshitbansal.springwebquery.pathmapper.DTOToEntityPathMapper.MappingResult
- Enclosing class:
- DTOToEntityPathMapper
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MappingResult
public MappingResult()
-