T - Type of the bean to be manipulatedI - Type of the index into a multivalued fieldpublic class ConvertSplitOnWhitespace<T,I>
extends com.opencsv.bean.AbstractBeanField<T,I>
| Constructor and Description |
|---|
ConvertSplitOnWhitespace()
Silence code style checker by adding a useless constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convert(String value)
Takes a string that is a list of substrings separated by whitespace and
returns a list of the substrings.
|
protected String |
convertToWrite(Object value)
This method takes the current value of the field in question in the bean
passed in and converts it to a string.
|
public ConvertSplitOnWhitespace()
protected Object convert(String value)
Copyright © 2005–2025. All rights reserved.