Interface SupportedFileExtensionBuilder
public interface SupportedFileExtensionBuilder
Builder for a supported file extension of a custom parser
Used by
SupportedFileExtensionsBuilder- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionwithSupportedFileExtension(String supportedFileExtension) Configures the file extension that the custom parser supports.
-
Method Details
-
withSupportedFileExtension
SupportedFileExtensionBuilder.FileExtensionNameBuilder withSupportedFileExtension(String supportedFileExtension) Configures the file extension that the custom parser supports. e.g. csv, json, xml, metro2- Parameters:
supportedFileExtension- extension of the file that the custom parser supports- Returns:
- File extension name builder
-