Interface | Description |
---|---|
InfoContributor |
Contributes additional info details.
|
Class | Description |
---|---|
BuildInfoContributor |
An
InfoContributor that exposes BuildProperties . |
EnvironmentInfoContributor |
An
InfoContributor that provides all environment entries prefixed with info. |
GitInfoContributor |
An
InfoContributor that exposes GitProperties . |
Info |
Carries information of the application.
|
Info.Builder |
Builder for creating immutable
Info instances. |
InfoEndpoint |
@Endpoint to expose arbitrary application information. |
InfoPropertiesInfoContributor<T extends InfoProperties> |
A base
InfoContributor to expose an InfoProperties . |
MapInfoContributor |
A simple
InfoContributor that exposes a map. |
SimpleInfoContributor |
A simple
InfoContributor that exposes a single detail. |
Enum | Description |
---|---|
InfoPropertiesInfoContributor.Mode |
Defines how properties should be exposed.
|