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- 
getTypeReturn thetypethat needs to be serialized using Java serialization at runtime.- Returns:
- a Serializabletype
 
- 
getReachableTypeDescription 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 interface- ConditionalHint
- Returns:
- the reachable type, if any
 
- 
equals
- 
hashCodepublic int hashCode()
 
-