Uses of Enum
ca.uhn.fhir.rest.api.EncodingEnum
Package
Description
-
Uses of EncodingEnum in ca.uhn.fhir.parser
Modifier and TypeMethodDescriptionIParser.getEncoding()
Which encoding does this parser instance produce?JsonParser.getEncoding()
NDJsonParser.getEncoding()
RDFParser.getEncoding()
XmlParser.getEncoding()
-
Uses of EncodingEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionstatic 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, ornull
if no encoding is found.static EncodingEnum
EncodingEnum.forContentTypeStrict
(String theContentType) Returns the encoding for a given content type, ornull
if no encoding is found.static EncodingEnum
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. -
Uses of EncodingEnum in ca.uhn.fhir.rest.client.api
Modifier and TypeMethodDescriptionIRestfulClient.getEncoding()
Returns the encoding that will be used on requests.Modifier and TypeMethodDescriptionIHttpClient.createByteRequest
(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding) Create a byte requestIHttpClient.createGetRequest
(FhirContext theContext, EncodingEnum theEncoding) Create a normal http get requestIHttpClient.createParamRequest
(FhirContext theContext, Map<String, List<String>> theParams, EncodingEnum theEncoding) Create a parameter requestvoid
IRestfulClient.setEncoding
(EncodingEnum theEncoding) Specifies that the client should use the given encoding to do its queries. -
Uses of EncodingEnum in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionIClientExecutable.encoded
(EncodingEnum theEncoding) Request that the server respond with JSON via the Accept header and possibly also the_format
parameter ifconfigured to do so
. -
Uses of EncodingEnum in ca.uhn.fhir.validation
Modifier and TypeMethodDescriptionIValidationContext.getResourceAsStringEncoding()
ValidationContext.getResourceAsStringEncoding()