类 InfoProperties

java.lang.Object
org.springframework.boot.info.InfoProperties
所有已实现的接口:
Iterable<InfoProperties.Entry>
直接已知子类:
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.
从以下版本开始:
1.4.0
作者:
Stephane Nicoll
  • 构造器详细资料

    • InfoProperties

      public InfoProperties(Properties entries)
      Create an instance with the specified entries.
      参数:
      entries - the information to expose
  • 方法详细资料