类 ProxyHintsWriter
java.lang.Object
cn.taketoday.aot.nativex.ProxyHintsWriter
Write
JdkProxyHints contained in a ProxyHints to the JSON
output expected by the GraalVM native-image compiler, typically named
proxy-config.json.- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Stephane Nicoll, Brian Clozel
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static voidhandleCondition(Map<String, Object> attributes, JdkProxyHint hint) toAttributes(JdkProxyHint hint) static voidwrite(BasicJsonWriter writer, ProxyHints hints)
-
构造器详细资料
-
ProxyHintsWriter
ProxyHintsWriter()
-
-
方法详细资料
-
write
-
toAttributes
-
handleCondition
-