Class GStringConverter
- java.lang.Object
-
- de.valtech.aecu.api.groovy.console.bindings.GStringConverter
-
public class GStringConverter extends Object
Converts GString to String.- Author:
- Roland Gruber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
convert(Object input)
Converts the input in case it is a GString.static Object[]
convert(Object[] input)
Converts the input in case it is a GString.static Map<String,Object>
convert(Map<String,Object> input)
Converts the input in case it is a GString.
-
-
-
Method Detail
-
convert
public static Object convert(Object input)
Converts the input in case it is a GString.- Parameters:
input
- input- Returns:
- converted value
-
convert
public static Map<String,Object> convert(Map<String,Object> input)
Converts the input in case it is a GString.- Parameters:
input
- input- Returns:
- converted value
-
-