T
@ThreadSafe public class DefaultCsv<T> extends Object implements ICsv<T>
DefaultCsv()
List<T>
read(IReadContext<T> context)
List<String>
write(IWriteContext<T> context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultCsv()
public List<String> write(IWriteContext<T> context)
ICsv
write
ICsv<T>
context
public List<T> read(IReadContext<T> context)
read
Copyright © 2023. All rights reserved.