Uses of Class
ca.uhn.fhir.rest.api.EncodingEnum
-
Packages that use EncodingEnum 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 -
-
Uses of EncodingEnum in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return EncodingEnum Modifier and Type Method Description EncodingEnumIParser. getEncoding()Which encoding does this parser instance produce?EncodingEnumJsonParser. getEncoding()EncodingEnumRDFParser. getEncoding()EncodingEnumXmlParser. getEncoding() -
Uses of EncodingEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return EncodingEnum Modifier and Type Method Description static EncodingEnumEncodingEnum. detectEncoding(String theBody)static EncodingEnumEncodingEnum. detectEncodingNoDefault(String theBody)static EncodingEnumEncodingEnum. forContentType(String theContentType)Returns the encoding for a given content type, ornullif no encoding is found.static EncodingEnumEncodingEnum. forContentTypeStrict(String theContentType)Returns the encoding for a given content type, ornullif no encoding is found.static EncodingEnumEncodingEnum. 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. -
Uses of EncodingEnum in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return EncodingEnum Modifier and Type Method Description EncodingEnumIRestfulClient. getEncoding()Returns the encoding that will be used on requests.Methods in ca.uhn.fhir.rest.client.api with parameters of type EncodingEnum Modifier and Type Method Description IHttpRequestIHttpClient. createByteRequest(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding)Create a byte requestIHttpRequestIHttpClient. createGetRequest(FhirContext theContext, EncodingEnum theEncoding)Create a normal http get requestIHttpRequestIHttpClient. createParamRequest(FhirContext theContext, Map<String,List<String>> theParams, EncodingEnum theEncoding)Create a parameter requestvoidIRestfulClient. 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
Methods in ca.uhn.fhir.rest.gclient with parameters of type EncodingEnum Modifier and Type Method Description TIClientExecutable. encoded(EncodingEnum theEncoding)Request that the server respond with JSON via the Accept header and possibly also the_formatparameter ifconfigured to do so. -
Uses of EncodingEnum in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation that return EncodingEnum Modifier and Type Method Description EncodingEnumIValidationContext. getResourceAsStringEncoding()EncodingEnumValidationContext. getResourceAsStringEncoding()
-