@ReturnValuesAreNonnullByDefault @ParametersAreNonnullByDefault public class TerminologyMapTransformer extends Object
TerminologyTransformer.process(java.lang.String)
to all values of a Map
.Constructor and Description |
---|
TerminologyMapTransformer(TerminologyTransformer terminologyTransformer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,String> |
transformAll(Map<String,String> input)
Apply transformation based on terminology entries on all values of a given map.
|
public TerminologyMapTransformer(TerminologyTransformer terminologyTransformer)
public com.google.common.collect.ImmutableMap<String,String> transformAll(Map<String,String> input)
input
- A map to be processed. Keys are just passed as they are, without any processing. Values are texts
that may contain terminology tokens. All values are passed through TerminologyTransformer.process(java.lang.String)
.input
map with replacements applied.Copyright © 2002-2023 Atlassian. All Rights Reserved.