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 Constructor Description PropertyValuesUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.beans.PropertyValues
getSubPropertyValues(org.springframework.core.env.ConfigurableEnvironment environment, java.lang.String prefix)
Get SubPropertyValues
fromConfigurableEnvironment
-
-
-
Method Detail
-
getSubPropertyValues
public static org.springframework.beans.PropertyValues getSubPropertyValues(org.springframework.core.env.ConfigurableEnvironment environment, java.lang.String prefix)
Get SubPropertyValues
fromConfigurableEnvironment
- Parameters:
environment
-ConfigurableEnvironment
prefix
- the prefix of property name- Returns:
PropertyValues
-
-