Class ValueUtil
- java.lang.Object
-
- io.wcm.devops.conga.generator.util.ValueUtil
-
public final class ValueUtil extends Object
Value utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
stringToValue(String valueString)
Parses a string value and converts it to a value object (or list).static String
valueToString(Object value)
Convert a value to it's string representation.
-