Package io.microsphere.spring.beans
Class PropertyValuesUtils
java.lang.Object
io.microsphere.util.BaseUtils
io.microsphere.spring.beans.PropertyValuesUtils
public abstract class PropertyValuesUtils
extends io.microsphere.util.BaseUtils
PropertyValues
Utilities- Since:
- 2017.01.19
- Author:
- Mercy
- See Also:
-
PropertyValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.beans.PropertyValues
getSubPropertyValues
(org.springframework.core.env.ConfigurableEnvironment environment, String prefix) Get SubPropertyValues
fromConfigurableEnvironment
-
Constructor Details
-
PropertyValuesUtils
public PropertyValuesUtils()
-
-
Method Details
-
getSubPropertyValues
public static org.springframework.beans.PropertyValues getSubPropertyValues(org.springframework.core.env.ConfigurableEnvironment environment, String prefix) Get SubPropertyValues
fromConfigurableEnvironment
- Parameters:
environment
-ConfigurableEnvironment
prefix
- the prefix of property name- Returns:
PropertyValues
-