public final class MappingCharFilter extends CharFilter
| Constructor and Description |
|---|
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").
|
MappingCharFilter |
setMappings(List<String> mappings)
Set 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").
|
getName, setNamepublic List<String> getMappings()
public MappingCharFilter setMappings(List<String> mappings)
mappings - the mappings value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.