Class AssignableObjectValueTypeConverter
java.lang.Object
com.broadleafcommerce.common.extension.mapping.AssignableObjectValueTypeConverter
- All Implemented Interfaces:
org.modelmapper.Converter<Object,
,Object> org.modelmapper.spi.ConditionalConverter<Object,
Object>
public class AssignableObjectValueTypeConverter
extends Object
implements org.modelmapper.spi.ConditionalConverter<Object,Object>
Converts destination objects that are assignable from the source objects. This converter is
required if the deep copy is enabled for the
ModelMapper
and the mapped object has the
fields with the Object
type.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.modelmapper.spi.ConditionalConverter
org.modelmapper.spi.ConditionalConverter.MatchResult
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AssignableObjectValueTypeConverter
public AssignableObjectValueTypeConverter()
-
-
Method Details