类 DubboUtils
- java.lang.Object
-
- org.apache.dubbo.spring.boot.util.DubboUtils
-
public abstract class DubboUtils extends Object
The utilities class for Dubbo- 从以下版本开始:
- 2.7.0
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringBASE_PACKAGES_BEAN_NAMEThe bean name ofSetpresentingServiceClassPostProcessor's base-packagesstatic StringBASE_PACKAGES_PROPERTY_NAMEThe property name of base packages to scanstatic StringBASE_PACKAGES_PROPERTY_RESOLVER_BEAN_NAME已过时。2.7.8 It will be remove in the future, please useBASE_PACKAGES_BEAN_NAMEstatic booleanDEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE已过时。2.7.8 It will be remove in the futurestatic booleanDEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUEThe default property value of override Dubbo configstatic StringDUBBO_APPLICATION_ID_PROPERTYThe property id ofApplicationConfigBeanstatic StringDUBBO_APPLICATION_NAME_PROPERTYThe property name ofApplicationConfigstatic StringDUBBO_APPLICATION_QOS_ENABLE_PROPERTYThe property name ofapplication's QOS enablestatic StringDUBBO_CONFIG_MULTIPLE_PROPERTYThe property name of@EnableDubboConfig.multiple()static StringDUBBO_CONFIG_PREFIXThe prefix of property name for Dubbo Configstatic StringDUBBO_GITHUB_URLThe github URL of Dubbostatic StringDUBBO_MAILING_LISTThe google group URL of Dubbostatic StringDUBBO_PREFIXThe prefix of property name of Dubbostatic StringDUBBO_SCAN_PREFIXThe prefix of property name for Dubbo scanstatic StringDUBBO_SPRING_BOOT_GIT_URLThe git URL of Dubbo Spring Bootstatic StringDUBBO_SPRING_BOOT_GITHUB_URLThe github URL of Dubbo Spring Bootstatic StringDUBBO_SPRING_BOOT_ISSUES_URLThe issues of Dubbo Spring Bootstatic StringLINE_SEPARATORline separatorstatic StringMULTIPLE_CONFIG_PROPERTY_NAME已过时。2.7.8 It will be remove in the future,EnableDubboConfiginsteadstatic StringOVERRIDE_CONFIG_FULL_PROPERTY_NAMEThe property name of override Dubbo configstatic StringPROPERTY_NAME_SEPARATORThe separator of property namestatic StringRELAXED_DUBBO_CONFIG_BINDER_BEAN_NAMEThe bean name of Relaxed-bindingDubboConfigBinderstatic StringSPRING_APPLICATION_NAME_PROPERTYThe property name of Spring Application
-
构造器概要
构造器 构造器 说明 DubboUtils()
-
-
-
字段详细资料
-
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 scanThe default value is empty set.
- 另请参阅:
- 常量字段值
-
MULTIPLE_CONFIG_PROPERTY_NAME
@Deprecated public static final String MULTIPLE_CONFIG_PROPERTY_NAME
已过时。2.7.8 It will be remove in the future,EnableDubboConfiginsteadThe property name of multiple properties binding from externalized configurationThe default value is
DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE- 另请参阅:
- 常量字段值
-
DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE
@Deprecated public static final boolean DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE
已过时。2.7.8 It will be remove in the futureThe default value of multiple properties binding from externalized configuration- 另请参阅:
- 常量字段值
-
OVERRIDE_CONFIG_FULL_PROPERTY_NAME
public static final String OVERRIDE_CONFIG_FULL_PROPERTY_NAME
The property name of override Dubbo configThe default value is
DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUE- 另请参阅:
- 常量字段值
-
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_MAILING_LIST
public static final String DUBBO_MAILING_LIST
The google group URL of Dubbo- 另请参阅:
- 常量字段值
-
RELAXED_DUBBO_CONFIG_BINDER_BEAN_NAME
public static final String RELAXED_DUBBO_CONFIG_BINDER_BEAN_NAME
The bean name of Relaxed-bindingDubboConfigBinder- 另请参阅:
- 常量字段值
-
BASE_PACKAGES_PROPERTY_RESOLVER_BEAN_NAME
@Deprecated public static final String BASE_PACKAGES_PROPERTY_RESOLVER_BEAN_NAME
已过时。2.7.8 It will be remove in the future, please useBASE_PACKAGES_BEAN_NAMEThe bean name ofPropertyResolverforServiceAnnotationBeanPostProcessor's base-packages- 另请参阅:
- 常量字段值
-
BASE_PACKAGES_BEAN_NAME
public static final String BASE_PACKAGES_BEAN_NAME
The bean name ofSetpresentingServiceClassPostProcessor's base-packages- 从以下版本开始:
- 2.7.8
- 另请参阅:
- 常量字段值
-
SPRING_APPLICATION_NAME_PROPERTY
public static final String SPRING_APPLICATION_NAME_PROPERTY
The property name of Spring Application- 从以下版本开始:
- 2.7.1
- 另请参阅:
ContextIdApplicationContextInitializer, 常量字段值
-
DUBBO_APPLICATION_ID_PROPERTY
public static final String DUBBO_APPLICATION_ID_PROPERTY
The property id ofApplicationConfigBean- 从以下版本开始:
- 2.7.1
- 另请参阅:
EnableDubboConfig, 常量字段值
-
DUBBO_APPLICATION_NAME_PROPERTY
public static final String DUBBO_APPLICATION_NAME_PROPERTY
The property name ofApplicationConfig- 从以下版本开始:
- 2.7.1
- 另请参阅:
EnableDubboConfig, 常量字段值
-
DUBBO_APPLICATION_QOS_ENABLE_PROPERTY
public static final String DUBBO_APPLICATION_QOS_ENABLE_PROPERTY
The property name ofapplication's QOS enable- 从以下版本开始:
- 2.7.1
- 另请参阅:
- 常量字段值
-
DUBBO_CONFIG_MULTIPLE_PROPERTY
public static final String DUBBO_CONFIG_MULTIPLE_PROPERTY
The property name of@EnableDubboConfig.multiple()- 从以下版本开始:
- 2.7.1
- 另请参阅:
- 常量字段值
-
-