类 EnProperty

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

    public class EnProperty
    extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
    继承PropertyPlaceholderConfigurer 支持密文属性的属性配置器
    • 字段概要

      • 从类继承的字段 org.springframework.context.support.PropertySourcesPlaceholderConfigurer

        ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME
      • 从类继承的字段 org.springframework.beans.factory.config.PlaceholderConfigurerSupport

        DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, trimValues, valueSeparator
      • 从类继承的字段 org.springframework.core.io.support.PropertiesLoaderSupport

        localOverride, localProperties, logger
      • 从接口继承的字段 org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • 构造器概要

      构造器 
      构造器 说明
      EnProperty()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected java.lang.String convertProperty​(java.lang.String propertyName, java.lang.String propertyValue)  
      • 从类继承的方法 org.springframework.context.support.PropertySourcesPlaceholderConfigurer

        getAppliedPropertySources, postProcessBeanFactory, processProperties, processProperties, setEnvironment, setPropertySources
      • 从类继承的方法 org.springframework.beans.factory.config.PlaceholderConfigurerSupport

        doProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setTrimValues, setValueSeparator
      • 从类继承的方法 org.springframework.beans.factory.config.PropertyResourceConfigurer

        convertProperties, convertPropertyValue, getOrder, setOrder
      • 从类继承的方法 org.springframework.core.io.support.PropertiesLoaderSupport

        loadProperties, mergeProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister
      • 从类继承的方法 java.lang.Object

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

      • EnProperty

        public EnProperty()
    • 方法详细资料

      • convertProperty

        protected java.lang.String convertProperty​(java.lang.String propertyName,
                                                   java.lang.String propertyValue)
        覆盖:
        convertProperty 在类中 org.springframework.beans.factory.config.PropertyResourceConfigurer