java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.converters.StringConverterImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns Empty String if the passed value is null, else returns the original value.
| |||||||||||
This method is a no-op, but I guess it was included for consistency with other Converters.
| |||||||||||
Just turns null into an empty string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||
From interface com.atlassian.jira.issue.customfields.converters.StringConverter |
Returns Empty String if the passed value is null, else returns the original value.
value | The String value to check for null. |
---|
This method is a no-op, but I guess it was included for consistency with other Converters.
stringValue | the stringValue to do absolutely nothing with, and just return as is. |
---|
Just turns null into an empty string.
value | The String value to check for null. |
---|