Uses of Class
in.co.akshitbansal.springwebquery.tupleconverter.TupleConverter
Packages that use TupleConverter
Package
Description
Utilities for converting JPA
Tuple projections into DTO instances by
matching tuple shapes to constructors.-
Uses of TupleConverter in in.co.akshitbansal.springwebquery.tupleconverter
Methods in in.co.akshitbansal.springwebquery.tupleconverter that return TupleConverterModifier and TypeMethodDescription<T> TupleConverter<T>TupleConverterFactory.newConverter(@NonNull Class<T> clazz) Creates a converter for the supplied DTO type.