public class InputConversionEngine extends Object
| Constructor and Description |
|---|
InputConversionEngine() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertArgToType(String arg,
Type inputType)
Convert the input string to an object of the given class.
|
public static Object convertArgToType(String arg, Type inputType) throws TypeConversionException
arg - The string to be convertedinputType - The Type that the string should be converted toTypeConversionException - If the string cannot be converted to the requested typeCopyright © 2024 LSST. All rights reserved.