类 JdkProxyHint.Builder
java.lang.Object
cn.taketoday.aot.hint.JdkProxyHint.Builder
- 封闭类:
- JdkProxyHint
Builder for
JdkProxyHint.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) JdkProxyHintbuild()Create aJdkProxyHintbased on the state of this builder.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.proxiedInterfaces(TypeReference... proxiedInterfaces) Add the specified interfaces that the proxy should implement.proxiedInterfaces(Class<?>... proxiedInterfaces) Add the specified interfaces that the proxy should implement.private static List<TypeReference>toTypeReferences(Class<?>... proxiedInterfaces)
-
字段详细资料
-
proxiedInterfaces
-
reachableType
-
-
构造器详细资料
-
Builder
Builder()
-
-
方法详细资料
-
proxiedInterfaces
Add the specified interfaces that the proxy should implement.- 参数:
proxiedInterfaces- the interfaces the proxy should implement- 返回:
this, to facilitate method chaining
-
proxiedInterfaces
Add the specified interfaces that the proxy should implement.- 参数:
proxiedInterfaces- the interfaces the proxy should implement- 返回:
this, to facilitate method chaining
-
onReachableType
Make this hint conditional on the fact that the specified type can be resolved.- 参数:
reachableType- the type that should be reachable for this hint to apply- 返回:
this, to facilitate method chaining
-
build
JdkProxyHint build()Create aJdkProxyHintbased on the state of this builder.- 返回:
- a JDK proxy hint
-
toTypeReferences
-