Package org.springframework.boot.info
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 Summary
Modifier and TypeClassDescriptionstatic class
Information about the Java Runtime Environment the application is running in.static class
Information about the Java Vendor of the Java Runtime the application is running in.static class
Information about the Java Virtual Machine the application is running in. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
JavaInfo
public JavaInfo()
-
-
Method Details
-
getVersion
-
getVendor
-
getRuntime
-
getJvm
-