类 NacosAutoRefreshPropertySourceLoader

  • 所有已实现的接口:
    org.springframework.boot.env.PropertySourceLoader

    @Deprecated
    public class NacosAutoRefreshPropertySourceLoader
    extends java.lang.Object
    implements org.springframework.boot.env.PropertySourceLoader
    已过时。
    Support for configuring automatic refresh and loading into the Environment.
    作者:
    liaochuntao
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private org.springframework.core.io.Resource holder
      已过时。
       
      private java.util.Map<java.lang.String,​java.lang.Object> properties
      已过时。
       
    • 方法概要

      所有方法 实例方法 具体方法 已过时的方法 
      修饰符和类型 方法 说明
      java.lang.String[] getFileExtensions()
      已过时。
       
      protected java.util.Map<java.lang.String,​java.lang.Object> getProperties()
      已过时。
       
      java.util.List<org.springframework.core.env.PropertySource<?>> load​(java.lang.String name, org.springframework.core.io.Resource resource)
      已过时。
       
      private java.util.Map<java.lang.String,​?> loadProperties​(org.springframework.core.io.Resource resource)
      已过时。
       
      • 从类继承的方法 java.lang.Object

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

      • properties

        private final java.util.Map<java.lang.String,​java.lang.Object> properties
        已过时。
      • holder

        private org.springframework.core.io.Resource holder
        已过时。
    • 构造器详细资料

      • NacosAutoRefreshPropertySourceLoader

        public NacosAutoRefreshPropertySourceLoader()
        已过时。
    • 方法详细资料

      • getFileExtensions

        public java.lang.String[] getFileExtensions()
        已过时。
        指定者:
        getFileExtensions 在接口中 org.springframework.boot.env.PropertySourceLoader
      • load

        public java.util.List<org.springframework.core.env.PropertySource<?>> load​(java.lang.String name,
                                                                                   org.springframework.core.io.Resource resource)
                                                                            throws java.io.IOException
        已过时。
        指定者:
        load 在接口中 org.springframework.boot.env.PropertySourceLoader
        抛出:
        java.io.IOException
      • loadProperties

        private java.util.Map<java.lang.String,​?> loadProperties​(org.springframework.core.io.Resource resource)
                                                                throws java.io.IOException
        已过时。
        抛出:
        java.io.IOException
      • getProperties

        protected java.util.Map<java.lang.String,​java.lang.Object> getProperties()
        已过时。