JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.dmfs.express.json
Interface Jsonable
public interface
Jsonable
Interface of an object which can render itself to
JsonValue
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
JsonValue
toJson
()
Returns a
JsonValue
representation of this object.
Method Details
toJson
JsonValue
toJson
()
Returns a
JsonValue
representation of this object.
Returns:
A
JsonValue
object, never
null
.