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

    Modifier and Type
    Method
    Description
    resolve(String content)
    Resolving workflow in `Resolver`
  • Method Details

    • resolve

      T resolve(String content)
      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