Package io.vertx.tp.plugin.excel.atom
Class ExRecord
- java.lang.Object
-
- io.vertx.tp.plugin.excel.atom.ExRecord
-
- All Implemented Interfaces:
Json,Serializable
public class ExRecord extends Object implements Serializable, Json
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExRecord()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromJson(io.vertx.core.json.JsonObject json)<T> Tget(String field)booleanisEmpty()static booleanisEmpty(io.vertx.core.json.JsonObject recordRef)voidput(io.vertx.core.json.JsonObject data)voidput(String field, Object value)io.vertx.core.json.JsonObjecttoJson()StringtoString()
-
-
-
Method Detail
-
isEmpty
public static boolean isEmpty(io.vertx.core.json.JsonObject recordRef)
-
put
public void put(io.vertx.core.json.JsonObject data)
-
get
public <T> T get(String field)
-
isEmpty
public boolean isEmpty()
-
-