@ThreadSafe @Immutable public class CharSequenceStringConverter extends Object implements StringConverter<CharSequence>
CharSequence and String.| Modifier and Type | Method and Description |
|---|---|
static CharSequenceStringConverter |
create() |
CharSequence |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<CharSequence> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static CharSequenceStringConverter create()
public EnhancedType<CharSequence> type()
StringConvertertype in interface StringConverter<CharSequence>public CharSequence fromString(String string)
StringConverterfromString in interface StringConverter<CharSequence>Copyright © 2020. All rights reserved.