Uses of Interface
csv.mapper.MappingCollection
Packages that use MappingCollection
-
Uses of MappingCollection in csv.mapper
Classes in csv.mapper that implement MappingCollectionModifier and TypeClassDescriptionclassImplements basic functionality to define a mapping collection.classMappings required for string-based streams.Methods in csv.mapper with parameters of type MappingCollectionModifier and TypeMethodDescriptionvoidStreamMapper.add(MappingCollection collection) Add the mappings of the given collection.voidStreamMapper.remove(MappingCollection collection) Remove the mappings of the given collection.Constructors in csv.mapper with parameters of type MappingCollectionModifierConstructorDescriptionStreamMapper(MappingCollection... collections) Constructor to ease construction of mapper objects.