Uses of Interface
org.modelmapper.Converters.ChainableConverter
-
Packages that use Converters.ChainableConverter Package Description org.modelmapper ModelMapper is an intelligent object mapping library. -
-
Uses of Converters.ChainableConverter in org.modelmapper
Methods in org.modelmapper that return Converters.ChainableConverter Modifier and Type Method Description static <S> Converters.ChainableConverter<Collection<S>,S>
Converters.Collection. first()
Provides a helper method to create a collection converter that will get the first element of source collect and convert it.
-