Uses of Interface
org.modelmapper.spi.ConditionalConverter
Packages that use ConditionalConverter
Package
Description
Configuration types
Service Provider Interface
-
Uses of ConditionalConverter in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ConditionalConverterModifier and TypeMethodDescriptionList<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 ConditionalConverterMethods in org.modelmapper.spi that return ConditionalConverterModifier and TypeMethodDescriptionstatic <S,
D> ConditionalConverter<S, D> StrongTypeConditionalConverter.wrap
(Class<S> sourceType, Class<D> destinationType, Converter<S, D> converter)