| Package | Description |
|---|---|
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.validation |
| Modifier and Type | Method and Description |
|---|---|
EncodingEnum |
JsonParser.getEncoding() |
EncodingEnum |
XmlParser.getEncoding() |
EncodingEnum |
RDFParser.getEncoding() |
EncodingEnum |
IParser.getEncoding()
Which encoding does this parser instance produce?
|
| Modifier and Type | Method and Description |
|---|---|
static EncodingEnum |
EncodingEnum.detectEncoding(String theBody) |
static EncodingEnum |
EncodingEnum.detectEncodingNoDefault(String theBody) |
static EncodingEnum |
EncodingEnum.forContentType(String theContentType)
Returns the encoding for a given content type, or
null if no encoding
is found. |
static EncodingEnum |
EncodingEnum.forContentTypeStrict(String theContentType)
Returns the encoding for a given content type, or
null if no encoding
is found. |
static EncodingEnum |
EncodingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingEnum[] |
EncodingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EncodingEnum |
IRestfulClient.getEncoding()
Returns the encoding that will be used on requests.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
IHttpClient.createByteRequest(FhirContext theContext,
String theContents,
String theContentType,
EncodingEnum theEncoding)
Create a byte request
|
IHttpRequest |
IHttpClient.createGetRequest(FhirContext theContext,
EncodingEnum theEncoding)
Create a normal http get request
|
IHttpRequest |
IHttpClient.createParamRequest(FhirContext theContext,
Map<String,List<String>> theParams,
EncodingEnum theEncoding)
Create a parameter request
|
void |
IRestfulClient.setEncoding(EncodingEnum theEncoding)
Specifies that the client should use the given encoding to do its
queries.
|
| Modifier and Type | Method and Description |
|---|---|
T |
IClientExecutable.encoded(EncodingEnum theEncoding)
Request that the server respond with JSON via the Accept header and possibly also the
_format parameter if configured to do so. |
| Modifier and Type | Method and Description |
|---|---|
EncodingEnum |
IValidationContext.getResourceAsStringEncoding() |
EncodingEnum |
ValidationContext.getResourceAsStringEncoding() |
Copyright © 2014–2019 University Health Network. All rights reserved.