public abstract class ConvertUtils extends Object
프리미티브 데이터를 다른 타입의 프리미티브 데이터로 변환 처리.
Constructor and Description |
---|
ConvertUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
toBoolean(String bool)
문자열을 boolean 값으로 변환
|
static int |
toInt(String data)
문자열을 정수로 변환
|
static Map<String,Object> |
toUpperCaseHashMap(Map<String,Object> m)
맵의 키를 대문자로 변환
|
Copyright © 2025. All rights reserved.