Class NacosPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
com.alibaba.cloud.nacos.client.NacosPropertySource

public class NacosPropertySource extends org.springframework.core.env.MapPropertySource
Author:
xiaojing, pbting
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
    NacosPropertySource(List<org.springframework.core.env.PropertySource<?>> propertySources, String group, String dataId, Date timestamp, boolean isRefreshable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    boolean
     

    Methods inherited from class org.springframework.core.env.MapPropertySource

    containsProperty, getProperty, getPropertyNames

    Methods inherited from class org.springframework.core.env.PropertySource

    equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NacosPropertySource

      public NacosPropertySource(List<org.springframework.core.env.PropertySource<?>> propertySources, String group, String dataId, Date timestamp, boolean isRefreshable)
  • Method Details

    • getGroup

      public String getGroup()
    • getDataId

      public String getDataId()
    • getTimestamp

      public Date getTimestamp()
    • isRefreshable

      public boolean isRefreshable()