Class RuntimeHints
java.lang.Object
org.springframework.aot.hint.RuntimeHints
Gather hints that can be used to optimize the application runtime.
Use of reflection can be recorded for individual members of a type, as well as broader member categories. Access to resources can be specified using patterns or the base name of a resource bundle.
Hints that require the need for Java serialization of proxies can be recorded as well.
- Since:
- 6.0
- Author:
- Stephane Nicoll, Janne Valkealahti
- 
Constructor Details- 
RuntimeHintspublic RuntimeHints()
 
- 
- 
Method Details- 
reflectionProvide access to reflection-based hints.- Returns:
- reflection hints
 
- 
resources
- 
serializationProvide access to serialization-based hints.- Returns:
- serialization hints
 
- 
proxies
- 
jni
 
-