Interface ConfigurationInputContext
public interface ConfigurationInputContext
Context for input configuration of the custom parser.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnById
(String id) Returns the input column by ID.Returns the list of input columns.getColumnsByTag
(String tag) Returns the list of input columns by tag.
-
Method Details
-
getColumns
Returns the list of input columns.- Returns:
- List of input columns
-
getColumnById
Returns the input column by ID.- Parameters:
id
- column ID- Returns:
- Column (Optional)
-
getColumnsByTag
Returns the list of input columns by tag.- Parameters:
tag
- data tag- Returns:
- List of input columns
- Since:
- 2.3.0
-