public final class ResultSetUtil extends Object
| 构造器和说明 |
|---|
ResultSetUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
compareTo(Comparable thisValue,
Comparable otherValue,
OrderType orderType,
OrderType nullOrderType)
Compare two object with order type.
|
static Object |
convertValue(Object value,
Class<?> convertType)
Convert value via expected class type.
|
public static Object convertValue(Object value, Class<?> convertType)
value - original valueconvertType - expected class typepublic static int compareTo(Comparable thisValue, Comparable otherValue, OrderType orderType, OrderType nullOrderType)
thisValue - this valueotherValue - other valueorderType - order typenullOrderType - null value order typeCopyright © 2017. All rights reserved.