| Constructor and Description |
|---|
FieldExists(String... names) |
FieldExists(String name) |
| Modifier and Type | Method and Description |
|---|---|
DataException |
addExceptionProperties(DataException exception) |
boolean |
allow(Record record)
Tests whether a record passes this filter.
|
boolean |
equals(Object obj) |
String |
getName() |
FieldPath[] |
getNames() |
int |
hashCode() |
String |
toString() |
public FieldExists(String... names)
public FieldExists(String name)
public FieldPath[] getNames()
public String getName()
public boolean allow(Record record)
FilterContract for subclasses (see also docs/authoring/Filter.md):
true to keep the record.false to discard the record (routed to a discard writer if
the host FilteringReader is configured with one).DataException only for unrecoverable filter failures; for
ordinary "data fails predicate" cases, return false.public DataException addExceptionProperties(DataException exception)
addExceptionProperties in class FilterCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.