类 PropertiesEntity


  • public class PropertiesEntity
    extends Object
    作者:
    Eva
    • 构造器详细资料

      • PropertiesEntity

        public PropertiesEntity​(Properties prop)
    • 方法详细资料

      • getPropValue

        public <T> T getPropValue​(String name,
                                  T defaultValue)
        获取Properties指定键指定值类型的值
        参数:
        name - 键
        defaultValue - 值类型
        返回:
        值对象