类 ConfigServiceImpl

  • 所有已实现的接口:
    ConfigService, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered

    @Service
    public class ConfigServiceImpl
    extends java.lang.Object
    implements ConfigService, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered
    • 字段概要

      • 从接口继承的字段 org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • 构造器详细资料

      • ConfigServiceImpl

        public ConfigServiceImpl()
    • 方法详细资料

      • exists

        public boolean exists​(java.lang.String key)
        指定者:
        exists 在接口中 ConfigService
      • getString

        public java.lang.String getString​(java.lang.String key)
        指定者:
        getString 在接口中 ConfigService
      • getBool

        public boolean getBool​(java.lang.String key)
        指定者:
        getBool 在接口中 ConfigService
      • getInt

        public int getInt​(java.lang.String key)
        指定者:
        getInt 在接口中 ConfigService
      • getLong

        public long getLong​(java.lang.String key)
        指定者:
        getLong 在接口中 ConfigService
      • getDouble

        public double getDouble​(java.lang.String key)
        指定者:
        getDouble 在接口中 ConfigService
      • postProcessBeforeInitialization

        public java.lang.Object postProcessBeforeInitialization​(java.lang.Object bean,
                                                                java.lang.String beanName)
                                                         throws org.springframework.beans.BeansException
        指定者:
        postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • postProcessAfterInitialization

        public java.lang.Object postProcessAfterInitialization​(java.lang.Object bean,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        指定者:
        postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered