public class BeanMapperConverterAdapter extends Object implements org.springframework.core.convert.converter.GenericConverter
Constructor and Description |
---|
BeanMapperConverterAdapter(io.beanmapper.BeanMapper beanMapper)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
convert(Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> |
getConvertibleTypes() |
public BeanMapperConverterAdapter(io.beanmapper.BeanMapper beanMapper)
beanMapper
- the bean mapperpublic Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
getConvertibleTypes
in interface org.springframework.core.convert.converter.GenericConverter
Copyright © 2015–2017 42 BV. All rights reserved.