public final class MappingCharFilter extends CharFilter
| Constructor and Description |
|---|
MappingCharFilter(String name,
List<String> mappings)
Constructor of
MappingCharFilter. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMappings()
Get the mappings property: A list of mappings of the following format:
"a=>b" (all occurrences of the character "a" will be replaced with
character "b").
|
getNamepublic MappingCharFilter(String name, List<String> mappings)
MappingCharFilter.name - The name of the char filter. It must only contain letters, digits,
spaces, dashes or underscores, can only start and end with alphanumeric
characters, and is limited to 128 characters.mappings - A list of mappings of the following format: "a=%3Eb" (all occurrences of
the character "a" will be replaced with character "b").Copyright © 2020 Microsoft Corporation. All rights reserved.