@Internal public class StringStringConverter extends Object implements DataStructureConverter<StringData,String>
Constructor and Description |
---|
StringStringConverter() |
Modifier and Type | Method and Description |
---|---|
String |
toExternal(StringData internal)
Converts to external data structure.
|
StringData |
toInternal(String external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open, toExternalOrNull, toInternalOrNull
public StringData toInternal(String external)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toInternal
in interface DataStructureConverter<StringData,String>
public String toExternal(StringData internal)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toExternal
in interface DataStructureConverter<StringData,String>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.