public class StringExportHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
getObjectValue(String value)
Convert arbitrary string to an object that is suitable for use in YAML export.
|
static String |
getStringValue(Object value)
Converts back to String using with toString method.
|
@Nullable public static Object getObjectValue(@Nullable String value)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.