"big-integer" and "big-decimal" formats."binary" and "byte" formats.SimpleBindings but with extra features like equals/hashcode methodsMap to store bindings.HashMap.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.XMLParser.attribute().XMLParser.attribute().XMLParser.chardata().XMLParser.chardata().XMLParser.content().XMLParser.content().XMLParser.document().XMLParser.document().XMLParser.element().XMLParser.element().XMLParser.misc().XMLParser.misc().XMLParser.prolog().XMLParser.prolog().XMLParser.reference().XMLParser.reference().XMLParser.attribute().XMLParser.attribute().XMLParser.chardata().XMLParser.chardata().XMLParser.content().XMLParser.content().XMLParser.document().XMLParser.document().XMLParser.element().XMLParser.element().XMLParser.misc().XMLParser.misc().XMLParser.prolog().XMLParser.prolog().XMLParser.reference().XMLParser.reference()."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.Json, Yaml, Xml, Csv types to implement this interface so that there is only ONE
type manifold for all such data types."format" type such as "date-time.jsonValue.Bindings.Bindings with methods to transform the Bindings contents to JSON, YAML, CSV, and XML and to conveniently
use the Bindings for JSON 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.map field.putAll is implemented using Map.putAll.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.jsonValue to CSV formatted string following
RFC 4180.jsonValue to CSV formatted string following
RFC 4180.Bindings instance to CSV nested in a root element named "object"Bindings instance to CSV with in a root element with the specified nameBindings instance into an CSV formatted StringBuilder target
with the specified indent of spaces.value.target from the specified value with the provided left
margin.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.XMLParser.attribute().XMLParser.attribute().XMLParser.chardata().XMLParser.chardata().XMLParser.content().XMLParser.content().XMLParser.document().XMLParser.document().XMLParser.element().XMLParser.element().XMLParser.misc().XMLParser.misc().XMLParser.prolog().XMLParser.prolog().XMLParser.reference().XMLParser.reference().username and passwordaccessToken.name : value pair
See withParam(String, String) - Method in class manifold.api.json.Requester
name=value parameter to the request URL.XMLParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.XMLParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.XMLParser.XMLParser.Copyright © 2020. All rights reserved.