Package in.co.akshitbansal.springwebquery.tupleconverter
@NullMarked
package in.co.akshitbansal.springwebquery.tupleconverter
Utilities for converting JPA
Tuple projections into DTO instances by
matching tuple shapes to constructors.-
ClassesClassDescriptionCached
PreferredConstructorDiscoverervariant that memoizes constructor matches by target DTO type and tuple shape.Locates a constructor that can materialize a DTO from a JPATuple.CreatesPreferredConstructorDiscovererinstances with optional shared constructor caching.Converts JPATupleresults into DTO instances by invoking a matching constructor discovered for the target DTO type.CreatesTupleConverterinstances backed by discoverers from a sharedPreferredConstructorDiscovererFactory.