
io.gridgo.utils.format.FormatTransformer Maven / Gradle / Ivy
package io.gridgo.utils.format;
@FunctionalInterface
public interface FormatTransformer {
/**
* Transform an object to another object
*
* @param source object to be transformed
* @return transformed object
*/
Object transform(Object source);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy