类 DefaultSettingPropertySource

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      (专用程序包) java.util.Properties asProperties()
      to properties.
      (专用程序包) boolean containsKey​(java.lang.String key)
      Tests if the specified object is a key in this propertySource.
      (专用程序包) java.lang.String getProperty​(java.lang.String key)
      get property, if the value can not be got by the special key, the null will be returned.
      (专用程序包) SourceType getType()
      get property's type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • DEFAULT_SETTING_PATH

        private static final java.lang.String DEFAULT_SETTING_PATH
        另请参阅:
        常量字段值
      • defaultSetting

        private final java.util.Properties defaultSetting
    • 构造器详细资料

      • DefaultSettingPropertySource

        DefaultSettingPropertySource()