Uses of Class
ca.uhn.fhir.parser.DataFormatException
-
Packages that use DataFormatException Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive ca.uhn.fhir.parser ca.uhn.fhir.parser.json ca.uhn.fhir.util -
-
Uses of DataFormatException in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that throw DataFormatException Modifier and Type Method Description BaseRuntimeChildDefinitionBaseRuntimeElementCompositeDefinition. getChildByNameOrThrowDataFormatException(String theName)RuntimeResourceDefinitionFhirContext. getResourceDefinition(String theResourceName)Returns the scanned runtime model for the given type. -
Uses of DataFormatException in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that throw DataFormatException Modifier and Type Method Description StringBasePrimitive. getValueAsString()StringIPrimitiveDatatype. getValueAsString()BasePrimitive<T>BasePrimitive. setValue(T theValue)IPrimitiveType<T>IPrimitiveDatatype. setValue(T theValue)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 DataFormatException Modifier and Type Method Description protected DateBaseDateTimeDt. parse(String theValue)BaseDateTimeDtBaseDateTimeDt. 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.IdDtIdDt. setValue(String theValue)Set the valueBasePrimitive<String>XhtmlDt. setValue(String theValue)Note 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 DataFormatException Modifier and Type Method Description protected abstract voidBaseParser. doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)voidXmlParser. doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)protected abstract <T extends IBaseResource>
TBaseParser. doParseResource(Class<T> theResourceType, Reader theReader)protected <T extends IBaseResource>
TRDFParser. doParseResource(Class<T> resourceType, Reader reader)voidIJsonLikeParser. encodeResourceToJsonLikeWriter(IBaseResource theResource, JsonLikeWriter theJsonLikeWriter)voidJsonParser. encodeResourceToJsonLikeWriter(IBaseResource theResource, JsonLikeWriter theJsonLikeWriter)StringBaseParser. encodeResourceToString(IBaseResource theResource)StringIParser. encodeResourceToString(IBaseResource theResource)voidBaseParser. encodeResourceToWriter(IBaseResource theResource, Writer theWriter)voidIParser. encodeResourceToWriter(IBaseResource theResource, Writer theWriter)IBaseResourceBaseParser. parseResource(InputStream theInputStream)IBaseResourceBaseParser. parseResource(Reader theReader)<T extends IBaseResource>
TBaseParser. parseResource(Class<T> theResourceType, InputStream theInputStream)<T extends IBaseResource>
TBaseParser. parseResource(Class<T> theResourceType, Reader theReader)IBaseResourceBaseParser. parseResource(String theMessageString)IBaseResourceIJsonLikeParser. 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 structureIBaseResourceIParser. parseResource(InputStream theInputStream)Parses a resourceIBaseResourceIParser. 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 resourceIBaseResourceIParser. parseResource(String theMessageString)Parses a resourceIBaseResourceJsonParser. 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 DataFormatException Modifier and Type Method Description JsonLikeArrayGsonStructure. getRootArray()JsonLikeArrayJsonLikeStructure. getRootArray()JsonLikeObjectGsonStructure. getRootObject()JsonLikeObjectJsonLikeStructure. getRootObject()voidGsonStructure. load(Reader theReader)voidGsonStructure. load(Reader theReader, boolean allowArray)voidJsonLikeStructure. load(Reader theReader)Parse the JSON document into the Json-like structure so that it can be navigated.voidJsonLikeStructure. load(Reader theReader, boolean allowArray) -
Uses of DataFormatException in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that throw DataFormatException Modifier and Type Method Description static RuntimeResourceDefinitionUrlUtil. parseUrlResourceType(FhirContext theCtx, String theUrl)
-