Class DefaultDataToModelConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(VersionPayloadDescriptor payloadDescriptor)
      Uses the source S object and produces an new instance of T.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultDataToModelConverter

        public DefaultDataToModelConverter()
    • Method Detail

      • convert

        public java.lang.Object convert​(VersionPayloadDescriptor payloadDescriptor)
        Description copied from interface: Converter
        Uses the source S object and produces an new instance of T.
        Specified by:
        convert in interface Converter<VersionPayloadDescriptor,​java.lang.Object>
        Parameters:
        payloadDescriptor - the input to be converted.
        Returns:
        an instance of T, converted from the input source.