Uses of Interface
org.modelmapper.spi.ConditionalConverter
-
Packages that use ConditionalConverter Package Description org.modelmapper.config Configuration typesorg.modelmapper.spi Service Provider Interface -
-
Uses of ConditionalConverter in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ConditionalConverter Modifier and Type Method Description List<ConditionalConverter<?,?>>
Configuration. getConverters()
Gets the ordered list of internal conditional converters that are used to perform type conversion. -
Uses of ConditionalConverter in org.modelmapper.spi
Classes in org.modelmapper.spi that implement ConditionalConverter Modifier and Type Class Description class
StrongTypeConditionalConverter<S,D>
Methods in org.modelmapper.spi that return ConditionalConverter Modifier and Type Method Description static <S,D>
ConditionalConverter<S,D>StrongTypeConditionalConverter. wrap(Class<S> sourceType, Class<D> destinationType, Converter<S,D> converter)
-