All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.cukedoctor.api.model.Row Maven / Gradle / Ivy

The newest version!
package com.github.cukedoctor.api.model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties({"line", "id", "comments"})
public class Row {

  private String[] cells;

  public Row() {}

  public String[] getCells() {
    return cells;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy