Class TupleConverterFactory
java.lang.Object
in.co.akshitbansal.springwebquery.tupleconverter.TupleConverterFactory
Creates
TupleConverter instances backed by discoverers from a shared
PreferredConstructorDiscovererFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TupleConverter<T>newConverter(@NonNull Class<T> clazz) Creates a converter for the supplied DTO type.
-
Constructor Details
-
TupleConverterFactory
public TupleConverterFactory()
-
-
Method Details
-
newConverter
Creates a converter for the supplied DTO type.- Type Parameters:
T- target DTO type- Parameters:
clazz- DTO type to instantiate from tuples- Returns:
- tuple converter backed by a discoverer from this factory
-