"big-integer" and "big-decimal" formats."binary" and "byte" formats.Bindings using a DataBindings for the copy.Bindings.enum types and delegates to IJsonFormatTypeResolver service providers
for JsonFormatType coercions."date-time", "date", "time", maps them to corresponding Java
classes LocalDateTime, LocalDate, and LocalTime.Requester.delete(String, Object, Format) with delete("", arguments, _format)Requester.delete(String, Object, Format) with delete(urlSuffix, null, _format)Requester.delete(String, Object, Format) with delete(urlSuffix, arguments, _format)urlBase + urlSuffix."date-time", "date", "time" to be referenced in Json Schema
"format" types.T JSON API objects as a IJsonList<T>.Requester.getMany(String, Object, Format) with getMany(urlSuffix, null, _format)Requester.getMany(String, Object, Format) with getMany("", arguments, _format)Requester.getMany(String, Object, Format) with getMany(urlSuffix, arguments, _format)urlBase + urlSuffix.T JSON API object specified in the urlSuffix, such as "/108".T JSON API object specified in the urlSuffix, such as "/108".Requester.getOne(String, Object, Format) with getOne("", arguments, _format)Requester.getOne(String, Object, Format) with getOne(urlSuffix, arguments, _format)urlBase + urlSuffix."format" type such as "date-time.jsonValue.Bindings.Bindings with methods to transform the Bindings contents to JSON, YAML, and XML and to conveniently
use the Bindings for JSON and YAML Web services.Requester.patchMany(String, List, Format) with patchMany("", payload, _format)Requester.patchMany(String, List, Format) with patchMany(urlSuffix, payload, _format)urlBase + urlSuffix.Requester.patchOne(String, Object, Format) with patchOne("", payload, _format)Requester.patchOne(String, Object, Format) with patchOne(urlSuffix, payload, _format)urlBase + urlSuffix.Requester.postMany(String, List, Format) with postMany("", payload, _format)Requester.postMany(String, List, Format) with postMany(urlSuffix, payload, _format)urlBase + urlSuffix.Requester.postOne(String, Object, Format) with postOne("", payload, _format)Requester.postOne(String, Object, Format) with postOne(urlSuffix, payload, _format)urlBase + urlSuffix.Requester.putMany(String, List, Format) with putMany("", payload, _format)Requester.putMany(String, List, Format) with putMany(urlSuffix, payload, _format)urlBase + urlSuffix.Requester.putOne(String, Object, Format) with putOne("", payload, _format)Requester.putOne(String, Object, Format) with putOne(urlSuffix, payload, _format)urlBase + urlSuffix.Requester from a JSON API type eg., User.request()."format" value such as "date-time" provide an JsonFormatType
to correspond with the format.Bindings to a URL with a JSON response.Bindings to a URL with a YAML response.Bindings instance to a JSON formatted StringBindings instance into a JSON formatted StringBuilder target
with the specified indent of spaces.Bindings instance to XML nested in a root element named "object"Bindings instance to XML with in a root element with the specified nameBindings instance into an XML formatted StringBuilder target
with the specified indent of spaces.target
with the specified indent of spaces.Bindings instance to a YAML formatted StringBindings instance into a YAML 1.2 formatted StringBuilder target
with the specified indent of spaces.username and passwordaccessToken.name : value pair
See withResponseFormat(Requester.Format) - Method in class manifold.api.json.Requester
Copyright © 2019. All rights reserved.