Interface Converter

    • Method Detail

      • addSource

        Converter addSource​(Object source)
        Adds a source object
        Parameters:
        source - Source Object
      • convert

        Converter convert​(ViewDTO viewDTO)
        Converts the values of sources into the target object.
        Parameters:
        viewDTO - The target object.