Package org.springframework.aot.hint
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
 
- 
resourcesProvide access to resource-based hints.- Returns:
- resource hints
 
- 
serializationProvide access to serialization-based hints.- Returns:
- serialization hints
 
- 
proxiesProvide access to proxy-based hints.- Returns:
- proxy hints
 
- 
jniProvide access to jni-based hints.- Returns:
- jni hints
 
 
-