Package org.springframework.aot.hint
Class JavaSerializationHint
java.lang.Object
org.springframework.aot.hint.JavaSerializationHint
- All Implemented Interfaces:
 ConditionalHint
A hint that describes the need for Java serialization at runtime.
- Since:
 - 6.0
 - Author:
 - Brian Clozel
 
- 
Method Details
- 
getType
Return thetypethat needs to be serialized using Java serialization at runtime.- Returns:
 - a 
Serializabletype 
 - 
getReachableType
Description copied from interface:ConditionalHintReturn the type that should be reachable for this hint to apply, ornullif this hint should always been applied.- Specified by:
 getReachableTypein interfaceConditionalHint- Returns:
 - the reachable type, if any
 
 - 
equals
 - 
hashCode
public int hashCode() 
 -