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.
|
visit
public DataSetFieldExtractor(Set<String> dataSets)
DataSetFieldExtractor
that store DataSet names extracted from fields.dataSets
- set to store datasetsCopyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.