Class InfoProperties

java.lang.Object
org.springframework.boot.info.InfoProperties
All Implemented Interfaces:
Iterable<InfoProperties.Entry>
Direct Known Subclasses:
BuildProperties, GitProperties

public class InfoProperties extends Object implements Iterable<InfoProperties.Entry>
Base class for components exposing unstructured data with dedicated methods for well known keys.
Since:
1.4.0
Author:
Stephane Nicoll
  • Constructor Details

    • InfoProperties

      public InfoProperties(Properties entries)
      Create an instance with the specified entries.
      Parameters:
      entries - the information to expose
  • Method Details