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