Uses of Interface
de.fmui.osb.broker.json.JSONObject
-
Packages that use JSONObject Package Description de.fmui.osb.broker de.fmui.osb.broker.binding de.fmui.osb.broker.catalog de.fmui.osb.broker.instance de.fmui.osb.broker.internal.json de.fmui.osb.broker.objects -
-
Uses of JSONObject in de.fmui.osb.broker
Fields in de.fmui.osb.broker declared as JSONObject Modifier and Type Field Description protected JSONObject
OpenServiceBrokerResponse. body
Methods in de.fmui.osb.broker that return JSONObject Modifier and Type Method Description JSONObject
OpenServiceBrokerRequest. getRequestBody()
Returns the body of the request.JSONObject
OpenServiceBrokerResponse. getResponseBody()
Returns the response body.JSONObject
OriginatingIdentity. getValueAsJSON()
Returns the value as a JSON object.JSONObject
AbstractOpenServiceBrokerHandler. readJSONFromResourceFile(java.lang.String path)
Reads a JSON object from a resource file.Methods in de.fmui.osb.broker with parameters of type JSONObject Modifier and Type Method Description protected void
OpenServiceBroker. populateRequestObject(OpenServiceBrokerRequest osbRequest, javax.servlet.http.HttpServletRequest request, BrokerAPIVersion brokerAPIVersion, RequestCredentials credentials, JSONObject root)
-
Uses of JSONObject in de.fmui.osb.broker.binding
Classes in de.fmui.osb.broker.binding that implement JSONObject Modifier and Type Class Description class
BindingLastOperationResponseBody
class
BindRequestBody
class
BindResponseBody
class
FetchBindingResponseBody
class
UnbindResponseBody
-
Uses of JSONObject in de.fmui.osb.broker.catalog
Classes in de.fmui.osb.broker.catalog that implement JSONObject Modifier and Type Class Description class
CatalogResponseBody
-
Uses of JSONObject in de.fmui.osb.broker.instance
Classes in de.fmui.osb.broker.instance that implement JSONObject Modifier and Type Class Description class
DeprovisionResponseBody
class
FetchInstanceResponseBody
class
InstanceLastOperationResponseBody
class
ProvisionRequestBody
class
ProvisionResponseBody
class
UpdateServiceInstanceRequestBody
class
UpdateServiceInstanceResponseBody
-
Uses of JSONObject in de.fmui.osb.broker.internal.json
Classes in de.fmui.osb.broker.internal.json with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw JSONObject Modifier and Type Class Description class
de.fmui.osb.broker.internal.json.JSONObjectImpl
-
Uses of JSONObject in de.fmui.osb.broker.objects
Classes in de.fmui.osb.broker.objects that implement JSONObject Modifier and Type Class Description class
AbstractOpenServiceBrokerObject
Base class for all Open Service Broker objects.class
BindResource
class
CloudFoundryContext
class
Context
class
Credentials
class
DashboardClient
class
Device
class
KubernetesContext
class
Parameters
class
Plan
class
PlanMetadata
class
PreviousValues
class
Schema
class
SchemaParameters
class
Schemas
class
Service
class
ServiceBindingSchema
class
ServiceInstanceSchema
class
ServiceMetadata
class
VolumeMount
Methods in de.fmui.osb.broker.objects that return JSONObject Modifier and Type Method Description JSONObject
SchemaParameters. addProperty(java.lang.String name)
JSONObject
AbstractOpenServiceBrokerObject. createObject(java.lang.String key)
Creates and adds a new object.JSONObject
AbstractOpenServiceBrokerObject. getJSONObject(java.lang.String key)
Gets and casts a value of a field to aJSONObject
.JSONObject
Device. getMountConfig()
JSONObject
SchemaParameters. getProperties()
Methods in de.fmui.osb.broker.objects that return types with arguments of type JSONObject Modifier and Type Method Description JSONArray<JSONObject>
PlanMetadata. getCosts()
java.lang.Class<? extends JSONObject>
osbClass()
Methods in de.fmui.osb.broker.objects with parameters of type JSONObject Modifier and Type Method Description void
PlanMetadata. addCost(JSONObject... cost)
void
PlanMetadata. setCosts(JSONObject... costs)
void
Device. setMountConfig(JSONObject config)
void
SchemaParameters. setProperties(JSONObject properties)
-