Class DtoInstantiatingConverter

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

public class DtoInstantiatingConverter extends Object implements org.springframework.core.convert.converter.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
  • Constructor Details

  • Method Details

    • convert

      @NonNull public Object convert(Object source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Object,Object>