Class DtoInstantiatingConverter

java.lang.Object
org.springframework.data.convert.DtoInstantiatingConverter
All Implemented Interfaces:
Converter<Object,Object>

public class DtoInstantiatingConverter extends Object implements Converter<Object,Object>
Spring Converter to create instances of the given DTO type from the source value handed into the conversion.
Since:
2.7
Author:
Mark Paluch, Oliver Drotbohm