Class FieldSelection
- java.lang.Object
-
- org.datavec.api.records.reader.impl.jackson.FieldSelection
-
- All Implemented Interfaces:
Serializable
public class FieldSelection extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldSelection.Builder
-
Field Summary
Fields Modifier and Type Field Description static WritableDEFAULT_MISSING_VALUE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String[]>getFieldPaths()intgetNumFields()List<Writable>getValueIfMissing()
-