Package io.quarkus.info.runtime
Class JavaInfoContributor
- java.lang.Object
-
- io.quarkus.info.runtime.JavaInfoContributor
-
- All Implemented Interfaces:
InfoContributor
public class JavaInfoContributor extends Object implements InfoContributor
-
-
Constructor Summary
Constructors Constructor Description JavaInfoContributor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>data()(package private) static StringgetVersion()Stringname()
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceInfoContributor
-
data
public Map<String,Object> data()
- Specified by:
datain interfaceInfoContributor
-
getVersion
static String getVersion()
-
-