Uses of Class
ca.uhn.fhir.parser.DataFormatException
Package
Description
-
Uses of DataFormatException in ca.uhn.fhir.context
Modifier and TypeMethodDescriptionBaseRuntimeElementCompositeDefinition.getChildByNameOrThrowDataFormatException
(String theName) FhirContext.getResourceDefinition
(String theResourceName) FhirContext.getResourceType
(String theResourceName) -
Uses of DataFormatException in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionBasePrimitive.getValueAsString()
IPrimitiveDatatype.getValueAsString()
void
BasePrimitive.setValueAsString
(String theValue) void
IPrimitiveDatatype.setValueAsString
(String theValue) -
Uses of DataFormatException in ca.uhn.fhir.model.primitive
Modifier and TypeMethodDescriptionprotected Date
BaseDateTimeDt.setPrecision
(TemporalPrecisionEnum thePrecision) Sets the precision for this datatypevoid
BaseDateTimeDt.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.void
BaseDateTimeDt.setValueAsString
(String theValue) void
IdDt.setValueAsString
(String theValue) Set the valuevoid
XhtmlDt.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
Modifier and TypeMethodDescriptionprotected abstract void
BaseParser.doEncodeResourceToWriter
(IBaseResource theResource, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) void
XmlParser.doEncodeResourceToWriter
(IBaseResource theResource, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected void
BaseParser.doEncodeToWriter
(IBase theElement, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected void
JsonParser.doEncodeToWriter
(IBase theElement, Writer theWriter, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected void
XmlParser.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 Jenavoid
IJsonLikeParser.encodeResourceToJsonLikeWriter
(IBaseResource theResource, BaseJsonLikeWriter theJsonLikeWriter) void
JsonParser.encodeResourceToJsonLikeWriter
(IBaseResource theResource, BaseJsonLikeWriter theJsonLikeWriter) BaseParser.encodeResourceToString
(IBaseResource theResource) IParser.encodeResourceToString
(IBaseResource theResource) Encodes a resource using the parser's given encoding format.final void
BaseParser.encodeResourceToWriter
(IBaseResource theResource, Writer theWriter) void
IParser.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.void
BaseParser.encodeToWriter
(IBase theElement, Writer theWriter) void
IParser.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
Modifier and TypeMethodDescriptionJsonLikeStructure.getRootObject()
void
Parse 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
-
Uses of DataFormatException in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic RuntimeResourceDefinition
UrlUtil.parseUrlResourceType
(FhirContext theCtx, String theUrl)