public abstract class ConvertUtil extends Object
| Constructor and Description |
|---|
ConvertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
convertBoolean2Integer(Boolean flat)
0 = false,1 = true
|
static boolean |
convertInteger2Boolean(Integer number)
0 = false,1 = true
|
static String |
convertPinyin(String content) |
public static int convertBoolean2Integer(Boolean flat)
flat - Boolean 变量public static boolean convertInteger2Boolean(Integer number)
number - Integer 变量Copyright © 2025. All rights reserved.