Class JavaInfo
java.lang.Object
org.springframework.boot.info.JavaInfo
Information about the Java environment the application is running in.
- Since:
- 2.6.0
- Author:
- Jonatan Ivanov, Stephane Nicoll
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classInformation about the Java Runtime Environment the application is running in.static classInformation about the Java Vendor of the Java Runtime the application is running in.static classInformation about the Java Virtual Machine the application is running in.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JavaInfopublic JavaInfo()
 
- 
- 
Method Details- 
getVersion
- 
getVendor
- 
getRuntime
- 
getJvm
 
-