- java.lang.Object
-
- org.jooq.JSONB
-
public final class JSONB extends Object
A JSON wrapper type for JSONB data obtained from the database.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
static JSONB
valueOf(String data)
-