public class UnescapeJson extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
private RecordPathSegment |
recordPath |
| Constructor and Description |
|---|
UnescapeJson(RecordPathSegment recordPath,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
private Object |
convertFieldValue(Object value,
String fieldName,
DataType dataType) |
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final RecordPathSegment recordPath
private final com.fasterxml.jackson.databind.ObjectMapper objectMapper
public UnescapeJson(RecordPathSegment recordPath, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentprivate Object convertFieldValue(Object value, String fieldName, DataType dataType) throws IOException
IOExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.