类 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
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected final org.slf4j.Logger
     

    从类继承的字段 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

    从类继承的方法 java.lang.Object

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

    • logger

      protected final transient org.slf4j.Logger logger
  • 构造器详细资料

    • PropertySourceWrapper

      public PropertySourceWrapper(org.springframework.core.env.PropertySource<T> originalPropertySource, EncryptionWrapperDetector detector)
  • 方法详细资料

    • getProperty

      public Object getProperty(String name)
      指定者:
      getProperty 在类中 org.springframework.core.env.PropertySource<T>