Uses of Interface
org.dbunit.dataset.common.handlers.Handler
Packages that use Handler
-
Uses of Handler in org.dbunit.dataset.common.handlers
Subinterfaces of Handler in org.dbunit.dataset.common.handlersModifier and TypeInterfaceDescriptioninterfaceClasses in org.dbunit.dataset.common.handlers that implement HandlerModifier and TypeClassDescriptionclassAbstract basePipelineComponentimplementation shared by the CSV field-parsing handlers.classPipelineComponentthat matches any character, used as the basis for catch-all accept/ignore handlers.classPipeline component that delegates to the first wrappedPipelineComponentable to handle a character, throwingIllegalInputCharacterExceptionif none of them can.classPipelineComponentthat matches the CSV escape character.classPipelineComponentthat matches alphanumeric characters.classSentinelPipelineComponentplaced at the end of a pipeline that rejects any character not handled by an earlier component.classChain-of-responsibility pipeline ofPipelineComponents that parses CSV field text one character at a time.classPipelineComponentthat matches the CSV quote character.classPipelineComponentthat matches the CSV field separator character.classPipelineComponentthat accepts any character without altering the field being assembled.classPipelineComponentthat assembles an unquoted CSV field value from its constituent characters.classPipelineComponentthat matches whitespace characters during CSV field parsing.