类 DubboUtils


  • public abstract class DubboUtils
    extends Object
    The utilities class for Dubbo
    从以下版本开始:
    2.7.0
    • 字段详细资料

      • LINE_SEPARATOR

        public static final String LINE_SEPARATOR
        line separator
      • PROPERTY_NAME_SEPARATOR

        public static final String PROPERTY_NAME_SEPARATOR
        The separator of property name
        另请参阅:
        常量字段值
      • DUBBO_PREFIX

        public static final String DUBBO_PREFIX
        The prefix of property name of Dubbo
        另请参阅:
        常量字段值
      • DUBBO_SCAN_PREFIX

        public static final String DUBBO_SCAN_PREFIX
        The prefix of property name for Dubbo scan
        另请参阅:
        常量字段值
      • DUBBO_CONFIG_PREFIX

        public static final String DUBBO_CONFIG_PREFIX
        The prefix of property name for Dubbo Config
        另请参阅:
        常量字段值
      • BASE_PACKAGES_PROPERTY_NAME

        public static final String BASE_PACKAGES_PROPERTY_NAME
        The property name of base packages to scan

        The default value is empty set.

        另请参阅:
        常量字段值
      • DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE

        @Deprecated
        public static final boolean DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE
        已过时。
        2.7.8 It will be remove in the future
        The default value of multiple properties binding from externalized configuration
        另请参阅:
        常量字段值
      • DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUE

        public static final boolean DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUE
        The default property value of override Dubbo config
        另请参阅:
        常量字段值
      • DUBBO_SPRING_BOOT_GITHUB_URL

        public static final String DUBBO_SPRING_BOOT_GITHUB_URL
        The github URL of Dubbo Spring Boot
        另请参阅:
        常量字段值
      • DUBBO_SPRING_BOOT_GIT_URL

        public static final String DUBBO_SPRING_BOOT_GIT_URL
        The git URL of Dubbo Spring Boot
        另请参阅:
        常量字段值
      • DUBBO_SPRING_BOOT_ISSUES_URL

        public static final String DUBBO_SPRING_BOOT_ISSUES_URL
        The issues of Dubbo Spring Boot
        另请参阅:
        常量字段值
      • DUBBO_GITHUB_URL

        public static final String DUBBO_GITHUB_URL
        The github URL of Dubbo
        另请参阅:
        常量字段值
      • DUBBO_MAILING_LIST

        public static final String DUBBO_MAILING_LIST
        The google group URL of Dubbo
        另请参阅:
        常量字段值
      • SPRING_APPLICATION_NAME_PROPERTY

        public static final String SPRING_APPLICATION_NAME_PROPERTY
        The property name of Spring Application
        从以下版本开始:
        2.7.1
        另请参阅:
        ContextIdApplicationContextInitializer, 常量字段值
    • 构造器详细资料

      • DubboUtils

        public DubboUtils()
    • 方法详细资料

      • filterDubboProperties

        public static SortedMap<String,​Object> filterDubboProperties​(org.springframework.core.env.ConfigurableEnvironment environment)
        Filters Dubbo Properties from ConfigurableEnvironment
        参数:
        environment - ConfigurableEnvironment
        返回:
        Read-only SortedMap