Uses of Class
com.espertech.esperio.csv.AbstractTypeCoercer
Packages that use AbstractTypeCoercer
Package
Description
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events
streams
-
Uses of AbstractTypeCoercer in com.espertech.esperio.csv
Subclasses of AbstractTypeCoercer in com.espertech.esperio.csvModifier and TypeClassDescriptionclass
Coercer for using the constructor to perform the coercion.class
Date format coercion.Methods in com.espertech.esperio.csv with parameters of type AbstractTypeCoercerModifier and TypeMethodDescriptionvoid
CSVInputAdapter.setCoercer
(AbstractTypeCoercer coercer) Sets the coercing provider.