public class ConvertUtils extends Object
| Constructor and Description |
|---|
ConvertUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canBeConverted(String value,
Class<?> type) |
static <T> T |
convertTo(String value,
Class<T> type) |
Copyright © 2017. All rights reserved.