public static class RequestBuilders.ObjectBuilder extends RequestBuilders.Builder
Constructor and Description |
---|
RequestBuilders.ObjectBuilder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
build(RequestBuilders.Response response,
com.google.gson.JsonElement element,
java.lang.String contextName)
The original build method.
|
java.lang.String |
build(RequestBuilders.Response response,
com.google.gson.JsonObject object,
java.lang.String contextName)
Creates the HTML of the object.
|
java.lang.String |
caption(com.google.gson.JsonObject object,
java.lang.String objectName)
Displays the caption of the object.
|
java.lang.String |
footer(com.google.gson.JsonObject object,
java.lang.String objectName)
Returns the footer of the object.
|
java.lang.String |
header(com.google.gson.JsonObject object,
java.lang.String objectName)
Returns the header of the object.
|
addToContext, defaultBuilder, elementName
public java.lang.String caption(com.google.gson.JsonObject object, java.lang.String objectName)
public java.lang.String header(com.google.gson.JsonObject object, java.lang.String objectName)
public java.lang.String footer(com.google.gson.JsonObject object, java.lang.String objectName)
public java.lang.String build(RequestBuilders.Response response, com.google.gson.JsonObject object, java.lang.String contextName)
public java.lang.String build(RequestBuilders.Response response, com.google.gson.JsonElement element, java.lang.String contextName)
build
in class RequestBuilders.Builder