org.springframework.boot.info

Class JavaInfo.JavaVendorInfo

  • java.lang.Object
    • org.springframework.boot.info.JavaInfo.JavaVendorInfo
  • Enclosing class:
    JavaInfo


    public static class JavaInfo.JavaVendorInfo
    extends java.lang.Object
    Information about the Java Vendor of the Java Runtime the application is running in.
    Since:
    2.7.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      JavaVendorInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName() 
      java.lang.String getVersion() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaVendorInfo

        public JavaVendorInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getVersion

        public java.lang.String getVersion()