Package csv.mapper
Class StringMappings
java.lang.Object
csv.mapper.AbstractMappingCollection
csv.mapper.StringMappings
- All Implemented Interfaces:
MappingCollection,Iterable<TypeConverter>
Mappings required for string-based streams.
- Author:
- ralph
-
Field Summary
Fields inherited from class csv.mapper.AbstractMappingCollection
collection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Override this method to init your collection.Methods inherited from class csv.mapper.AbstractMappingCollection
add, iterator, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
StringMappings
public StringMappings()
-
-
Method Details
-
init
protected void init()Override this method to init your collection.- Specified by:
initin classAbstractMappingCollection
-