
Uses of Class
ca.uhn.fhir.parser.DataFormatException
Packages that use DataFormatException
Package
Description
-
Uses of DataFormatException in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that throw DataFormatExceptionModifier and TypeMethodDescriptionBaseRuntimeElementCompositeDefinition.getChildByNameOrThrowDataFormatException(String theName) FhirContext.getResourceDefinition(String theResourceName) FhirContext.getResourceType(String theResourceName) -
Uses of DataFormatException in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that throw DataFormatExceptionModifier and TypeMethodDescriptionBasePrimitive.getValueAsString()IPrimitiveDatatype.getValueAsString()voidBasePrimitive.setValueAsString(String theValue) voidIPrimitiveDatatype.setValueAsString(String theValue) -
Uses of DataFormatException in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that throw DataFormatExceptionModifier and TypeMethodDescriptionprotected DateBaseDateTimeDt.setPrecision(TemporalPrecisionEnum thePrecision) Sets the precision for this datatypevoidBaseDateTimeDt.setValue(Date theValue, TemporalPrecisionEnum thePrecision) Sets the value for this type using the given Java Date object as the time, and using the specified precision, as well as the local timezone as determined by the local operating system.Set the valueNote that as of HAPI FHIR 3.1.0, this method no longer uses the StAX XMLEvent type as the XML representation, and uses a String instead.voidBaseDateTimeDt.setValueAsString(String theValue) voidIdDt.setValueAsString(String theValue) Set the valuevoidXhtmlDt.setValueAsString(String theValue) Accepts a textual DIV and parses it into XHTML events which are stored internally. -
Uses of DataFormatException in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that throw DataFormatExceptionModifier and TypeMethodDescriptionprotected abstract voidBaseParser.doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) voidXmlParser.doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected voidBaseParser.doEncodeToWriter(IBase theElement, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected voidJsonParser.doEncodeToWriter(IBase theElement, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected voidXmlParser.doEncodeToWriter(IBase theElement, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected abstract <T extends IBaseResource>
TBaseParser.doParseResource(Class<T> theResourceType, Reader theReader) <T extends IBaseResource>
TNDJsonParser.doParseResource(Class<T> theResourceType, Reader theReader) protected <T extends IBaseResource>
TRDFParser.doParseResource(Class<T> resourceType, Reader reader) Parses RDF content to a FHIR resource using Apache JenavoidIJsonLikeParser.encodeResourceToJsonLikeWriter(IBaseResource theResource, BaseJsonLikeWriter theJsonLikeWriter) voidJsonParser.encodeResourceToJsonLikeWriter(IBaseResource theResource, BaseJsonLikeWriter theJsonLikeWriter) BaseParser.encodeResourceToString(IBaseResource theResource) IParser.encodeResourceToString(IBaseResource theResource) Encodes a resource using the parser's given encoding format.final voidBaseParser.encodeResourceToWriter(IBaseResource theResource, Writer theWriter) voidIParser.encodeResourceToWriter(IBaseResource theResource, Writer theWriter) Encodes a resource using the parser's given encoding format.BaseParser.encodeToString(IBase theElement) IParser.encodeToString(IBase theElement) Encodes any FHIR element to a string.voidBaseParser.encodeToWriter(IBase theElement, Writer theWriter) voidIParser.encodeToWriter(IBase theElement, Writer theWriter) Encodes any FHIR element to a writer.BaseParser.parseResource(InputStream theInputStream) BaseParser.parseResource(Reader theReader) <T extends IBaseResource>
TBaseParser.parseResource(Class<T> theResourceType, InputStream theInputStream) <T extends IBaseResource>
TBaseParser.parseResource(Class<T> theResourceType, Reader theReader) BaseParser.parseResource(String theMessageString) IJsonLikeParser.parseResource(JsonLikeStructure theJsonLikeStructure) Parses a resource from a JSON-like data structure<T extends IBaseResource>
TIJsonLikeParser.parseResource(Class<T> theResourceType, JsonLikeStructure theJsonLikeStructure) Parses a resource from a JSON-like data structureIParser.parseResource(InputStream theInputStream) Parses a resourceIParser.parseResource(Reader theReader) Parses a resource<T extends IBaseResource>
TIParser.parseResource(Class<T> theResourceType, InputStream theInputStream) Parses a resource<T extends IBaseResource>
TIParser.parseResource(Class<T> theResourceType, Reader theReader) Parses a resource<T extends IBaseResource>
TIParser.parseResource(Class<T> theResourceType, String theString) Parses a resourceIParser.parseResource(String theMessageString) Parses a resourceJsonParser.parseResource(JsonLikeStructure theJsonLikeStructure) <T extends IBaseResource>
TJsonParser.parseResource(Class<T> theResourceType, JsonLikeStructure theJsonLikeStructure) -
Uses of DataFormatException in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that throw DataFormatExceptionModifier and TypeMethodDescriptionJsonLikeStructure.getRootObject()voidParse the JSON document into the Json-like structure so that it can be navigated.void -
Uses of DataFormatException in ca.uhn.fhir.parser.json.jackson
Methods in ca.uhn.fhir.parser.json.jackson that throw DataFormatException -
Uses of DataFormatException in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that throw DataFormatExceptionModifier and TypeMethodDescriptionstatic RuntimeResourceDefinitionUrlUtil.parseUrlResourceType(FhirContext theCtx, String theUrl)