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