public final class NoopNormalizer extends Object implements Normalizer
| Modifier and Type | Field and Description |
|---|---|
static Normalizer |
INSTANCE
The singleton instance for reuse.
|
| Constructor and Description |
|---|
NoopNormalizer()
Default constructor.
|
public static final Normalizer INSTANCE
public String normalize(String input)
Simply passes through the original string.
normalize in interface Normalizerinput - the string to normalize. May be null.Copyright © 2006-2014. All Rights Reserved.