public class SelectFields extends Transformer
FieldPath
for supported field name expressions.Constructor and Description |
---|
SelectFields(Collection<String> fieldNames) |
SelectFields(String... fieldNames) |
Modifier and Type | Method and Description |
---|---|
SelectFields |
add(Collection<String> fieldNames) |
SelectFields |
add(String... fieldNames) |
FieldList |
getFields() |
boolean |
isLenient() |
SelectFields |
setLenient(boolean lenient) |
String |
toString() |
boolean |
transform(Record record) |
addExceptionProperties, close, geEndpoint, getEndpoint, getReader, getWriter, open, setWriter
public SelectFields(Collection<String> fieldNames)
public SelectFields(String... fieldNames)
public boolean isLenient()
public SelectFields setLenient(boolean lenient)
public FieldList getFields()
public SelectFields add(Collection<String> fieldNames)
public SelectFields add(String... fieldNames)
public boolean transform(Record record) throws Throwable
transform
in class Transformer
Throwable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.