All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.taccisum.up.PayloadFormatter Maven / Gradle / Ivy

package com.github.taccisum.up;

/**
 * @author taccisum - [email protected]
 * @since 2021-04-15
 */
public interface PayloadFormatter {
    /**
     * @param origin origin object
     * @return target object
     */
    Object format(Object origin);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy