|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.raml.parser.utils.ConvertUtils
public class ConvertUtils
| Constructor Summary | |
|---|---|
ConvertUtils()
|
|
| Method Summary | ||
|---|---|---|
static boolean |
canBeConverted(String value,
Class<?> type)
|
|
static
|
convertTo(String value,
Class<T> type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertUtils()
| Method Detail |
|---|
public static <T> T convertTo(String value,
Class<T> type)
public static boolean canBeConverted(String value,
Class<?> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||