public final class DataSetFieldExtractor extends FieldVisitor
FieldVisitor that extracts names of all UseDataSet fields.| Constructor and Description |
|---|
DataSetFieldExtractor(Set<String> dataSets)
Constructs a
DataSetFieldExtractor that store DataSet names extracted from fields. |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Object instance,
Type inspectType,
Type declareType,
Field field)
Visits a field in the given type.
|
visitpublic DataSetFieldExtractor(Set<String> dataSets)
DataSetFieldExtractor that store DataSet names extracted from fields.dataSets - set to store datasetsCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.