public interface Transformer
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transformer.TrimTransformer
The TrimTransformer trims the string
|
static class |
Transformer.UrlEncodingNormalizingTransformer
The UrlEncodingNormalizingTransformer capitializes all of the
URLEncoded entities in a string, replaces +'s with %20s, and
un-encodes dashes and underscores.
|
| Modifier and Type | Field and Description |
|---|---|
static Transformer |
TRIM_TRANSFORMER |
static Transformer |
URL_ENCODING_NORMALIZING_TRANSFORMER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
transform(java.lang.String input) |
static final Transformer TRIM_TRANSFORMER
static final Transformer URL_ENCODING_NORMALIZING_TRANSFORMER
Copyright © 2019. All Rights Reserved.