
io.vertx.up.uca.rs.mime.Solve Maven / Gradle / Ivy
package io.vertx.up.uca.rs.mime;
import io.vertx.up.exception.WebException;
/**
* # 「Co」Zero Solve
*
* This component will be called by specific `Resolver` internally.
*
* @param Generic class
*
* @author Lang
*/
public interface Solve {
/**
* Resolving workflow in `Resolver`
*
* @param content The body content of Class format
*
* @return The deserialization generic pojo class here
* @throws WebException exception of Web request
*/
T resolve(String content);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy