类 SystemEnvPropertySource
- java.lang.Object
-
- com.alibaba.nacos.client.env.AbstractPropertySource
-
- com.alibaba.nacos.client.env.SystemEnvPropertySource
-
class SystemEnvPropertySource extends AbstractPropertySource
-
-
字段概要
字段 修饰符和类型 字段 说明 private java.util.Map<java.lang.String,java.lang.String>env
-
构造器概要
构造器 构造器 说明 SystemEnvPropertySource()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 private java.lang.StringcheckPropertyName(java.lang.String name)copy from https://github.com/spring-projects/spring-framework.git Copyright 2002-2021 the original author or authors.private booleancontainsKey(java.lang.String name)(专用程序包) java.lang.StringgetProperty(java.lang.String key)get property, if the value can not be got by the special key, the null will be returned.(专用程序包) SourceTypegetType()get property's type.
-
-
-
方法详细资料
-
getType
SourceType getType()
从类复制的说明:AbstractPropertySourceget property's type.- 指定者:
getType在类中AbstractPropertySource- 返回:
- name
-
getProperty
java.lang.String getProperty(java.lang.String key)
从类复制的说明:AbstractPropertySourceget property, if the value can not be got by the special key, the null will be returned.- 指定者:
getProperty在类中AbstractPropertySource- 参数:
key- special key- 返回:
- value or null
-
checkPropertyName
private java.lang.String checkPropertyName(java.lang.String name)
copy from https://github.com/spring-projects/spring-framework.git Copyright 2002-2021 the original author or authors. Since: 3.1 Author: Chris Beams, Juergen Hoeller
-
containsKey
private boolean containsKey(java.lang.String name)
-
-