public class ParamsApplyUtils extends Object
| 构造器和说明 |
|---|
ParamsApplyUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
createObject(String propertyValue,
Class<? super T> cls) |
static <T> List<T> |
createObjects(String propertyValue,
Class<? super T> cls)
根据形如com.ailk.xxx.yyy(a123,b23)的字符串,生成对象。
|
Copyright © 2015. All rights reserved.