Abstract converter implementation.
Abstract converter implementation. Typically paired with an AbstractConverterFactory. If so, needs to have a default constructor consisting of (targetSft, config, fields, options), so that the AbstractConverterFactory can instantiate it via reflection.
Subclasses need to implement read to parse the underlying input stream into raw values that will be
transformed to simple features.
intermediate parsed values binding
config binding
field binding
options binding
Abstract converter factory implementation.
Abstract converter factory implementation. Subclasses need to implement typeToProcess and make available
pureconfig readers for the converter configuration
Handles errors from the underlying parsing of data, before converting to simple features
Converter that parses out intermediate values from an input stream
Converter that parses out intermediate values from an input stream
type binding
Converts input streams into simple features