Class JacksonReaderUtils
- java.lang.Object
-
- org.datavec.api.records.reader.impl.jackson.JacksonReaderUtils
-
public class JacksonReaderUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Writable>parseRecord(String line, FieldSelection selection, org.nd4j.shade.jackson.databind.ObjectMapper mapper)
-
-
-
Method Detail
-
parseRecord
public static List<Writable> parseRecord(String line, FieldSelection selection, org.nd4j.shade.jackson.databind.ObjectMapper mapper)
-
-