public class ByteDelayedCellSetterFactory<T> extends Object implements DelayedCellSetterFactory<T,Byte>
| Constructor and Description |
|---|
ByteDelayedCellSetterFactory(ByteSetter<T> setter,
ByteCellValueReader reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasSetter() |
DelayedCellSetter<T,Byte> |
newCellSetter(BreakDetector breakDetector,
CsvMapperCellConsumer<?>[] cellHandlers) |
String |
toString() |
public ByteDelayedCellSetterFactory(ByteSetter<T> setter, ByteCellValueReader reader)
public DelayedCellSetter<T,Byte> newCellSetter(BreakDetector breakDetector, CsvMapperCellConsumer<?>[] cellHandlers)
newCellSetter in interface DelayedCellSetterFactory<T,Byte>public boolean hasSetter()
hasSetter in interface DelayedCellSetterFactory<T,Byte>Copyright © 2015. All rights reserved.