Package com.contentstack.utils
Class GQL
java.lang.Object
com.contentstack.utils.GQL
The type Gql.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidjsonToHTML(@NotNull org.json.JSONObject gqlEntry, @NotNull String[] path, @NotNull DefaultOption renderOption) Json to html.
-
Method Details
-
jsonToHTML
public static void jsonToHTML(@NotNull @NotNull org.json.JSONObject gqlEntry, @NotNull @NotNull String[] path, @NotNull @NotNull DefaultOption renderOption) Json to html.- Parameters:
gqlEntry- the gql entry is entry @JSONObjectpath- the path is array of @StringrenderOption- the render option is instance of @DefaultOption
-