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