Uses of Class
org.dbunit.dataset.common.handlers.AbstractPipelineComponent
Packages that use AbstractPipelineComponent
-
Uses of AbstractPipelineComponent in org.dbunit.dataset.common.handlers
Subclasses of AbstractPipelineComponent in org.dbunit.dataset.common.handlersModifier and TypeClassDescriptionclassPipelineComponentthat 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.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.Methods in org.dbunit.dataset.common.handlers with parameters of type AbstractPipelineComponentModifier and TypeMethodDescriptionprotected static PipelineComponentAbstractPipelineComponent.createPipelineComponent(AbstractPipelineComponent handler, Helper helper) Links the given helper and handler to each other and returns the handler.