public class TextWrapper extends CloneSupport<TextWrapper> implements Wrapper<String>
Constructor and Description |
---|
TextWrapper() |
TextWrapper(String s) |
TextWrapper(StringBuilder sb) |
Modifier and Type | Method and Description |
---|---|
TextWrapper |
append(String s) |
TextWrapper |
appendLine(String s) |
String |
decodeBase64() |
String |
decodeUrl() |
String |
decodeXss() |
String |
encodeBase64() |
String |
encodeUrl() |
String |
encodeXss() |
static TextWrapper |
get() |
static TextWrapper |
get(String s) |
static TextWrapper |
get(StringBuilder sb) |
TextWrapper |
newLine() |
TextWrapper |
newLine(String eof) |
String |
text() |
String |
toString() |
clone
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toJsonString
public TextWrapper()
public TextWrapper(String s)
public TextWrapper(StringBuilder sb)
public static TextWrapper get()
public static TextWrapper get(String s)
public static TextWrapper get(StringBuilder sb)
public TextWrapper append(String s)
public TextWrapper appendLine(String s)
public TextWrapper newLine()
public TextWrapper newLine(String eof)
public String encodeXss()
public String decodeXss()
public String encodeUrl()
public String decodeUrl()
public String encodeBase64()
public String decodeBase64()
public String text()
Copyright © 2024. All rights reserved.