类 PropertySourceWrapper<T>
java.lang.Object
org.springframework.core.env.PropertySource<T>
com.iplatform.core.config.enc.PropertySourceWrapper<T>
public class PropertySourceWrapper<T>
extends org.springframework.core.env.PropertySource<T>
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource -
字段概要
字段从类继承的字段 org.springframework.core.env.PropertySource
name, source -
构造器概要
构造器构造器说明PropertySourceWrapper(org.springframework.core.env.PropertySource<T> originalPropertySource, EncryptionWrapperDetector detector) -
方法概要
从类继承的方法 org.springframework.core.env.PropertySource
containsProperty, equals, getName, getSource, hashCode, named, toString
-
字段详细资料
-
logger
protected final transient org.slf4j.Logger logger
-
-
构造器详细资料
-
PropertySourceWrapper
public PropertySourceWrapper(org.springframework.core.env.PropertySource<T> originalPropertySource, EncryptionWrapperDetector detector)
-
-
方法详细资料
-
getProperty
- 指定者:
getProperty在类中org.springframework.core.env.PropertySource<T>
-