类 TodayPropertiesRuntimeHints
java.lang.Object
cn.taketoday.aot.hint.support.TodayPropertiesRuntimeHints
- 所有已实现的接口:
RuntimeHintsRegistrar
RuntimeHintsRegistrar to register hints for TodayStrategies.- 从以下版本开始:
- 4.0
- 作者:
- Brian Clozel, Harry Yang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidregisterHints(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
-
构造器详细资料
-
TodayPropertiesRuntimeHints
TodayPropertiesRuntimeHints()
-
-
方法详细资料
-
registerHints
从接口复制的说明:RuntimeHintsRegistrarContribute hints to the givenRuntimeHintsinstance.- 指定者:
registerHints在接口中RuntimeHintsRegistrar- 参数:
hints- the hints contributed so far for the deployment unitclassLoader- the classloader, ornullif even the system ClassLoader isn't accessible
-