public abstract class EnvironmentUtils extends Object
EnvironmentEnvironment| Modifier and Type | Field and Description |
|---|---|
static String |
DUBBO_PREFIX
The prefix of property name of Dubbo
|
static String |
PROPERTY_NAME_SEPARATOR
The separator of property name
|
| Constructor and Description |
|---|
EnvironmentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
extractProperties(org.springframework.core.env.ConfigurableEnvironment environment)
Extras The properties from
ConfigurableEnvironment |
static SortedMap<String,String> |
filterDubboProperties(org.springframework.core.env.ConfigurableEnvironment environment)
Filters Dubbo Properties from
ConfigurableEnvironment |
public static final String PROPERTY_NAME_SEPARATOR
public static final String DUBBO_PREFIX
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.