@Internal
public interface StringConverter
Modifier and Type | Method and Description |
---|---|
String |
getObject(String stringValue)
This method is a no-op, but I guess it was included for consistency with other Converters.
|
String |
getString(String value)
Just turns null into an empty string.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.