Class SerializationHintsPredicates
java.lang.Object
org.springframework.aot.hint.predicate.SerializationHintsPredicates
Generator of 
SerializationHints predicates, testing whether the
given hints match the expected behavior for serialization.- Since:
- 6.0
- Author:
- Stephane Nicoll
- 
Method SummaryModifier and TypeMethodDescriptionReturn a predicate that checks whether aserialization hintis registered for the given type.onType(TypeReference typeReference) Return a predicate that checks whether aserialization hintis registered for the given type reference.
- 
Method Details- 
onTypeReturn a predicate that checks whether aserialization hintis registered for the given type.- Parameters:
- type- the type to check
- Returns:
- the RuntimeHintspredicate
- See Also:
 
- 
onTypeReturn a predicate that checks whether aserialization hintis registered for the given type reference.- Parameters:
- typeReference- the type to check
- Returns:
- the RuntimeHintspredicate
- See Also:
 
 
-