类 PropertyValuesUtils


  • public abstract class PropertyValuesUtils
    extends java.lang.Object
    PropertyValues Utilities
    从以下版本开始:
    2017.01.19
    作者:
    Mercy
    另请参阅:
    PropertyValues
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static org.springframework.beans.PropertyValues getSubPropertyValues​(org.springframework.core.env.ConfigurableEnvironment environment, java.lang.String prefix)
      Get Sub PropertyValues from ConfigurableEnvironment
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PropertyValuesUtils

        public PropertyValuesUtils()
    • 方法详细资料

      • getSubPropertyValues

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