Creates a list-mapping Converter which performs two-way conversions between values of type List<L> and values of type List<R>
List<L>
List<R>
A map-mapping Converter which performs two-way conversions between values of type Map<LK, LV> and values of type Map<RK, RV>
Map<LK, LV>
Map<RK, RV>
A set-mapping Converter which performs two-way conversions between values of type Set<L> and values of type Set<R>
Set<L>
Set<R>