类 CodecConfigurerRuntimeHints
java.lang.Object
cn.taketoday.http.codec.CodecConfigurerRuntimeHints
- 所有已实现的接口:
cn.taketoday.aot.hint.RuntimeHintsRegistrar
class CodecConfigurerRuntimeHints
extends Object
implements cn.taketoday.aot.hint.RuntimeHintsRegistrar
RuntimeHintsRegistrar implementation that registers runtime hints for
implementations listed in CodecConfigurer.properties.- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Stephane Nicoll, Harry Yang
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
CodecConfigurerRuntimeHints
CodecConfigurerRuntimeHints()
-
-
方法详细资料
-
registerHints
public void registerHints(cn.taketoday.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader) - 指定者:
registerHints在接口中cn.taketoday.aot.hint.RuntimeHintsRegistrar
-