org.raml.parser.utils
Class ConvertUtils

java.lang.Object
  extended by org.raml.parser.utils.ConvertUtils

public class ConvertUtils
extends Object


Constructor Summary
ConvertUtils()
           
 
Method Summary
static boolean canBeConverted(String value, Class<?> type)
           
static
<T> T
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

ConvertUtils

public ConvertUtils()
Method Detail

convertTo

public static <T> T convertTo(String value,
                              Class<T> type)

canBeConverted

public static boolean canBeConverted(String value,
                                     Class<?> type)


Copyright © 2013. All rights reserved.