Class PropertyValuesUtils


  • public abstract class PropertyValuesUtils
    extends io.microsphere.util.BaseUtils
    PropertyValues Utilities
    Since:
    2017.01.19
    Author:
    Mercy
    See Also:
    PropertyValues
    • 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 Sub PropertyValues from ConfigurableEnvironment
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyValuesUtils

        public PropertyValuesUtils()
    • Method Detail

      • getSubPropertyValues

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