类的使用
cn.taketoday.aot.hint.JdkProxyHint.Builder
使用JdkProxyHint.Builder的程序包
程序包
说明
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
cn.taketoday.aot.hint中JdkProxyHint.Builder的使用
修饰符和类型方法说明static JdkProxyHint.BuilderJdkProxyHint.of(TypeReference... proxiedInterfaces) Initialize a builder with the proxied interfaces to use.static JdkProxyHint.BuilderInitialize a builder with the proxied interfaces to use.JdkProxyHint.Builder.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.JdkProxyHint.Builder.proxiedInterfaces(TypeReference... proxiedInterfaces) Add the specified interfaces that the proxy should implement.JdkProxyHint.Builder.proxiedInterfaces(Class<?>... proxiedInterfaces) Add the specified interfaces that the proxy should implement.类型变量类型为JdkProxyHint.Builder的cn.taketoday.aot.hint中的方法参数修饰符和类型方法说明ProxyHints.registerJdkProxy(Consumer<JdkProxyHint.Builder> jdkProxyHint) Register aJdkProxyHint.参数类型为JdkProxyHint.Builder的cn.taketoday.aot.hint中的构造器