
com.qiniu.convert.ObjectToMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qsuits Show documentation
Show all versions of qsuits Show documentation
qiniu-suits is a efficient tools for qiniu api implemented by java8.
package com.qiniu.convert;
import com.qiniu.interfaces.ILineParser;
import com.qiniu.interfaces.ITypeConvert;
import java.io.IOException;
import java.util.*;
import java.util.stream.Collectors;
public class ObjectToMap implements ITypeConvert> {
protected ILineParser lineParser;
private List errorList = new ArrayList<>();
public Map convertToV(E line) throws IOException {
return lineParser.getItemMap(line);
}
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy