public interface StringHelper
| Modifier and Type | Field and Description |
|---|---|
static Function<String,String> |
brackets |
static Function<String,String> |
doubleQuote |
| Modifier and Type | Method and Description |
|---|---|
static Function<String,String> |
quote(String open,
String close) |
static String |
quoteIfNeeded(Object o) |
static String |
quoteIfNeededForJson(Object o) |
static String |
toAttributeValue(String separator,
Object... avs) |
static String |
toJsonObject(Object... avs) |
static String |
toSingleQuotes(String s) |
Copyright © 2023. All rights reserved.