Package io.vertx.up.uca.rs.mime
Interface Solve<T>
- Type Parameters:
T- Generic class
public interface Solve<T>
# 「Co」Zero Solve
This component will be called by specific `Resolver` internally.
- Author:
- Lang
-
Method Summary
-
Method Details
-
resolve
Resolving workflow in `Resolver`- Parameters:
content- The body content of Class format- Returns:
- The deserialization generic pojo class here
- Throws:
io.horizon.exception.WebException- exception of Web request
-