类 JdkProxyHint
java.lang.Object
cn.taketoday.aot.hint.JdkProxyHint
- 所有已实现的接口:
ConditionalHint
A hint that describes the need for a JDK interface-based
Proxy.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Brian Clozel
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanReturn the interfaces to be proxied.Return the type that should be reachable for this hint to apply, ornullif this hint should always been applied.inthashCode()static JdkProxyHint.Builderof(TypeReference... proxiedInterfaces) Initialize a builder with the proxied interfaces to use.static JdkProxyHint.BuilderInitialize a builder with the proxied interfaces to use.从接口继承的方法 cn.taketoday.aot.hint.ConditionalHint
conditionMatches
-
字段详细资料
-
proxiedInterfaces
-
reachableType
-
-
构造器详细资料
-
JdkProxyHint
-
-
方法详细资料
-
of
Initialize a builder with the proxied interfaces to use.- 参数:
proxiedInterfaces- the interfaces the proxy should implement- 返回:
- a builder for the hint
-
of
Initialize a builder with the proxied interfaces to use.- 参数:
proxiedInterfaces- the interfaces the proxy should implement- 返回:
- a builder for the hint
-
getProxiedInterfaces
Return the interfaces to be proxied.- 返回:
- the interfaces that the proxy should implement
-
getReachableType
从接口复制的说明:ConditionalHintReturn the type that should be reachable for this hint to apply, ornullif this hint should always been applied.- 指定者:
getReachableType在接口中ConditionalHint- 返回:
- the reachable type, if any
-
equals
-
hashCode
public int hashCode()
-