@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, wait
toString
public static CharSequenceStringConverter create()
public EnhancedType<CharSequence> type()
StringConverter
type
in interface StringConverter<CharSequence>
public CharSequence fromString(String string)
StringConverter
fromString
in interface StringConverter<CharSequence>
Copyright © 2023. All rights reserved.