Interface InfoBuildTimeConfig.Build

Enclosing interface:
InfoBuildTimeConfig

public static interface InfoBuildTimeConfig.Build
  • Method Summary

    Modifier and Type
    Method
    Description
    Additional properties to be added to the build section
    boolean
    Whether build info will be included in the info endpoint
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether build info will be included in the info endpoint
    • additionalProperties

      @WithParentName @ConfigDocMapKey("property-key") Map<String,String> additionalProperties()
      Additional properties to be added to the build section