public interface StringTransformer
| Modifier and Type | Field and Description |
|---|---|
static StringTransformer |
IDENTITY_TRANSFORMER
A StringTransformer that doesn't do any transformation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
transform(String string)
Transforms the given string and returns the transformed result.
|
static final StringTransformer IDENTITY_TRANSFORMER
Copyright © 2019. All rights reserved.