类 SerializationHintsPredicates
java.lang.Object
cn.taketoday.aot.hint.predicate.SerializationHintsPredicates
Generator of
SerializationHints predicates, testing whether the
given hints match the expected behavior for serialization.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明onType(TypeReference typeReference) Return a predicate that checks whether aserialization hintis registered for the given type reference.Return a predicate that checks whether aserialization hintis registered for the given type.
-
构造器详细资料
-
SerializationHintsPredicates
SerializationHintsPredicates()
-
-
方法详细资料
-
onType
Return a predicate that checks whether aserialization hintis registered for the given type.- 参数:
type- the type to check- 返回:
- the
RuntimeHintspredicate - 另请参阅:
-
onType
Return a predicate that checks whether aserialization hintis registered for the given type reference.- 参数:
typeReference- the type to check- 返回:
- the
RuntimeHintspredicate - 另请参阅:
-