类 EncryptPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
com.iplatform.core.config.enc.EncryptPropertySource

@Deprecated public class EncryptPropertySource extends org.springframework.core.env.MapPropertySource
已过时。
  • 嵌套类概要

    从类继承的嵌套类/接口 org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • 字段概要

    从类继承的字段 org.springframework.core.env.PropertySource

    logger, name, source
  • 构造器概要

    构造器
    构造器
    说明
    EncryptPropertySource(org.springframework.core.env.MapPropertySource propertySource)
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    已过时。
     

    从类继承的方法 org.springframework.core.env.MapPropertySource

    containsProperty, getPropertyNames

    从类继承的方法 org.springframework.core.env.PropertySource

    equals, getName, getSource, hashCode, named, toString

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

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • EncryptPropertySource

      public EncryptPropertySource(org.springframework.core.env.MapPropertySource propertySource)
      已过时。
  • 方法详细资料

    • getProperty

      public Object getProperty(String name)
      已过时。
      覆盖:
      getProperty 在类中 org.springframework.core.env.MapPropertySource