类 JavaSerializationHint.Builder
java.lang.Object
cn.taketoday.aot.hint.JavaSerializationHint.Builder
Builder for
JavaSerializationHint.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) JavaSerializationHintbuild()Create aJavaSerializationHintbased on the state of this builder.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.
-
字段详细资料
-
type
-
reachableType
-
-
构造器详细资料
-
Builder
Builder(TypeReference type)
-
-
方法详细资料
-
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
JavaSerializationHint build()Create aJavaSerializationHintbased on the state of this builder.- 返回:
- a java serialization hint
-