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

com.ftpix.sparknnotation.interfaces.BodyTransformer Maven / Gradle / Ivy

package com.ftpix.sparknnotation.interfaces;

@FunctionalInterface
public interface BodyTransformer {

     T transform(String s, Class clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy