类 ProblemDetailRuntimeHints

java.lang.Object
cn.taketoday.http.converter.json.ProblemDetailRuntimeHints
所有已实现的接口:
cn.taketoday.aot.hint.RuntimeHintsRegistrar

class ProblemDetailRuntimeHints extends Object implements cn.taketoday.aot.hint.RuntimeHintsRegistrar
RuntimeHintsRegistrar implementation that registers binding reflection entries for ProblemDetail serialization support with Jackson.
从以下版本开始:
4.0
作者:
Brian Clozel, Harry Yang
  • 构造器详细资料

    • ProblemDetailRuntimeHints

      ProblemDetailRuntimeHints()
  • 方法详细资料

    • registerHints

      public void registerHints(cn.taketoday.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      指定者:
      registerHints 在接口中 cn.taketoday.aot.hint.RuntimeHintsRegistrar