
Uses of Enum Class
ca.uhn.fhir.rest.api.EncodingEnum
Packages that use EncodingEnum
Package
Description
-
Uses of EncodingEnum in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return EncodingEnumModifier 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
Methods in ca.uhn.fhir.rest.api that return EncodingEnumModifier and TypeMethodDescriptionstatic 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 EncodingEnumReturns the enum constant of this class with the specified name.static EncodingEnum[]EncodingEnum.values()Returns an array containing the constants of this enum class, 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 EncodingEnumModifier and TypeMethodDescriptionIRestfulClient.getEncoding()Returns the encoding that will be used on requests.Methods in ca.uhn.fhir.rest.client.api with parameters of type EncodingEnumModifier 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 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 EncodingEnumModifier and TypeMethodDescriptionIClientExecutable.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.util
Methods in ca.uhn.fhir.util that return EncodingEnumModifier and TypeMethodDescriptionstatic EncodingEnumResourceUtil.getEncodingTypeFromUserData(IBaseResource theResource) Methods in ca.uhn.fhir.util with parameters of type EncodingEnumModifier and TypeMethodDescriptionstatic voidResourceUtil.addRawDataToResource(IBaseResource theResource, EncodingEnum theEncodingType, String theSerializedData) -
Uses of EncodingEnum in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation that return EncodingEnumModifier and TypeMethodDescriptionIValidationContext.getResourceAsStringEncoding()ValidationContext.getResourceAsStringEncoding()