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 Details

    • PropertyValuesUtils

      public PropertyValuesUtils()
  • Method Details

    • getSubPropertyValues

      public static org.springframework.beans.PropertyValues getSubPropertyValues(org.springframework.core.env.ConfigurableEnvironment environment, String prefix)
      Get Sub PropertyValues from ConfigurableEnvironment
      Parameters:
      environment - ConfigurableEnvironment
      prefix - the prefix of property name
      Returns:
      PropertyValues