public class IdentityMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityMapping.Transform |
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private Pattern |
pattern |
private String |
replacementValue |
private IdentityMapping.Transform |
transform |
| Constructor and Description |
|---|
IdentityMapping(String key,
Pattern pattern,
String replacementValue) |
IdentityMapping(String key,
Pattern pattern,
String replacementValue,
IdentityMapping.Transform transform) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Pattern |
getPattern() |
String |
getReplacementValue() |
IdentityMapping.Transform |
getTransform() |
private final String key
private final Pattern pattern
private final String replacementValue
private final IdentityMapping.Transform transform
public IdentityMapping(String key, Pattern pattern, String replacementValue, IdentityMapping.Transform transform)
public String getKey()
public Pattern getPattern()
public String getReplacementValue()
public IdentityMapping.Transform getTransform()
Copyright © 2020 Apache NiFi Project. All rights reserved.