- sendCsvRequest(String, Object, Map<String, String>, int) - Method in class manifold.json.rt.api.Endpoint
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to the endpoint with a CSV response.
- sendCsvRequest(URL, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a CSV response.
- sendCsvRequest(URL, Proxy, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendJsonRequest(String, Object, Map<String, String>, int) - Method in class manifold.json.rt.api.Endpoint
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to the endpoint with a JSON response.
- sendJsonRequest(URL, String, Object) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a JSON response.
- sendJsonRequest(URL, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendJsonRequest(URL, Proxy, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendJsonRequest(Bindings, String, String) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Use HTTP GET, POST, PUT, PATCH, or DELETE to send this Bindings to a URL with a JSON response.
- sendPlainTextRequest(String, Object, Map<String, String>, int) - Method in class manifold.json.rt.api.Endpoint
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a plain text response.
- sendPlainTextRequest(URL, String, Object) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a plain text response.
- sendPlainTextRequest(URL, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendPlainTextRequest(URL, Proxy, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendXmlRequest(String, Object, Map<String, String>, int) - Method in class manifold.json.rt.api.Endpoint
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with an XML response.
- sendXmlRequest(URL, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a XML response.
- sendXmlRequest(URL, Proxy, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendYamlRequest(String, Object, Map<String, String>, int) - Method in class manifold.json.rt.api.Endpoint
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a YAML response.
- sendYamlRequest(URL, String, Object) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
Use HTTP GET, POST, PUT, or PATCH to send JSON bindings to a URL with a YAML response.
- sendYamlRequest(URL, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendYamlRequest(URL, Proxy, String, Object, Map<String, String>, int) - Static method in class manifold.json.rt.extensions.java.net.URL.ManUrlExt
-
- sendYamlRequest(Bindings, String, String) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Use HTTP GET, POST, PUT, PATCH, or DELETE to send this Bindings to a URL with a YAML response.
- Serializer() - Constructor for class manifold.json.rt.api.JsonList.Serializer
-
- Serializer - Class in manifold.json.rt.api
-
- Serializer() - Constructor for class manifold.json.rt.api.Serializer
-
- Serializer(IJsonBindingsBacked) - Constructor for class manifold.json.rt.api.Serializer
-
- setParserName(String) - Static method in class manifold.json.rt.Json
-
- size() - Method in class manifold.json.rt.api.DataBindings
- toBindings(String) - Method in interface manifold.json.rt.api.IJsonBindingsTranslator
-
- toBindings(String, boolean) - Method in interface manifold.json.rt.api.IJsonBindingsTranslator
-
- toBindings(String, boolean, boolean) - Method in interface manifold.json.rt.api.IJsonBindingsTranslator
-
- toBindings(Object) - Static method in class manifold.json.rt.Json
-
- toBindings(String) - Method in class manifold.json.rt.JsonBindingsTranslator
-
- toBindings(String, boolean) - Method in class manifold.json.rt.JsonBindingsTranslator
-
- toBindings(String, boolean, boolean) - Method in class manifold.json.rt.JsonBindingsTranslator
-
- toBindingValue(Object) - Method in class manifold.json.rt.BigNumberCoercer
-
- toBindingValue(Object) - Method in class manifold.json.rt.BinaryCoercer
-
- toBindingValue(Object) - Method in class manifold.json.rt.BindingsCoercer
-
- toBindingValue(Object) - Method in class manifold.json.rt.DefaultCoercer
-
- toBindingValue(Object) - Method in class manifold.json.rt.ListCoercer
-
- toCsv() - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to an CSV formatted String
- toCsv(Appendable) - Method in class manifold.json.rt.api.Writer
-
- toCsv(String) - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to a CSV formatted String
- toCsv(Bindings) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to CSV nested in a root element named "object"
- toCsv(Bindings, String) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to CSV with in a root element with the specified name
- toCsv(Bindings, String, StringBuilder, int) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance into an CSV formatted StringBuilder target
with the specified indent of spaces.
- toJson() - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to a JSON formatted String
- toJson(Appendable) - Method in class manifold.json.rt.api.Writer
-
- toJson(Bindings) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to a JSON formatted String
- toJson(Bindings, StringBuilder, int) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance into a JSON formatted StringBuilder target
with the specified indent of spaces.
- toJson(Map) - Static method in class manifold.json.rt.Json
-
Serializes this Map instance to a JSON formatted String
- toJson(Map, StringBuilder, int) - Static method in class manifold.json.rt.Json
-
Serializes this Map instance into a JSON formatted StringBuilder with the specified indent of spaces
- toJson(Object) - Static method in class manifold.json.rt.Json
-
Build a JSON string from the specified value.
- toJson(StringBuilder, int, Object) - Static method in class manifold.json.rt.Json
-
Build a JSON string in the specified target from the specified value with the provided left
margin.
- Token - Class in manifold.json.rt.parser
-
- Token(TokenType, String, int, int, int) - Constructor for class manifold.json.rt.parser.Token
-
- TokenType - Enum in manifold.json.rt.parser
-
- toString() - Method in class manifold.json.rt.api.Base64Encoding
-
- toString() - Method in class manifold.json.rt.api.JsonList
-
- toString() - Method in class manifold.json.rt.api.OctetEncoding
-
- toString() - Method in class manifold.json.rt.parser.Token
-
- toXml() - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to an XML formatted String
- toXml(Appendable) - Method in class manifold.json.rt.api.Writer
-
- toXml(String) - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to an XML formatted String
- toXml(Bindings) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to XML nested in a root element named "object"
- toXml(Bindings, String) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to XML with in a root element with the specified name
- toXml(Bindings, String, StringBuilder, int) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance into an XML formatted StringBuilder target
with the specified indent of spaces.
- toYaml() - Method in class manifold.json.rt.api.Writer
-
Serializes this instance to a YAML formatted String
- toYaml(Appendable) - Method in class manifold.json.rt.api.Writer
-
- toYaml(Bindings) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance to a YAML formatted String
- toYaml(Bindings, StringBuilder) - Static method in class manifold.json.rt.extensions.manifold.rt.api.Bindings.ManBindingsExt
-
Serializes this Bindings instance into a YAML 1.2 formatted StringBuilder target
with the specified indent of spaces.