@Deprecated public class StringDecorator extends Object implements Serializable
| Constructor and Description |
|---|
StringDecorator(String quoteStart,
String quoteEnd)
Deprecated.
Constructs a StringDecorator that uses the quoteStart and quoteEnd
characters to create quoted strings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
group(String str)
Deprecated.
Groups a string by surrounding it in parenthesis.
|
String |
quote(Object str)
Deprecated.
Surround a string with quote characters.
|
public StringDecorator(String quoteStart, String quoteEnd)
quoteStart - the character denoting the start of a quote.quoteEnd - the character denoting the end of a quote.Copyright © 2019 Vaadin Ltd. All rights reserved.