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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectconvert(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- 
convertpublic static Object convert(Object input) Converts the input in case it is a GString.- Parameters:
- input- input
- Returns:
- converted value
 
 - 
convertpublic static Map<String,Object> convert(Map<String,Object> input) Converts the input in case it is a GString.- Parameters:
- input- input
- Returns:
- converted value
 
 
- 
 
-