Uses of Class
in.co.akshitbansal.springwebquery.tupleconverter.PreferredConstructorDiscoverer
Packages that use PreferredConstructorDiscoverer
Package
Description
Utilities for converting JPA
Tuple projections into DTO instances by
matching tuple shapes to constructors.-
Uses of PreferredConstructorDiscoverer in in.co.akshitbansal.springwebquery.tupleconverter
Modifier and TypeClassDescriptionclassCachedPreferredConstructorDiscoverervariant that memoizes constructor matches by target DTO type and tuple shape.Methods in in.co.akshitbansal.springwebquery.tupleconverter that return PreferredConstructorDiscovererModifier and TypeMethodDescriptionPreferredConstructorDiscovererFactory.newDiscoverer(@NonNull Class<T> clazz) Creates a discoverer for the supplied DTO type.