Uses of Class
ca.uhn.fhir.parser.BaseParser.EncodeContext
-
Packages that use BaseParser.EncodeContext Package Description ca.uhn.fhir.parser -
-
Uses of BaseParser.EncodeContext in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseParser.EncodeContext Modifier and Type Method Description protected Iterable<BaseParser.CompositeChildElement>BaseParser. compositeChildIterator(IBase theCompositeElement, boolean theContainedResource, BaseParser.CompositeChildElement theParent, BaseParser.EncodeContext theEncodeContext)voidJsonParser. doEncodeResourceToJsonLikeWriter(IBaseResource theResource, JsonLikeWriter theEventWriter, BaseParser.EncodeContext theEncodeContext)protected abstract voidBaseParser. doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)protected voidJsonParser. doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)protected voidRDFParser. doEncodeResourceToWriter(IBaseResource resource, Writer writer, BaseParser.EncodeContext encodeContext)voidXmlParser. doEncodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)protected voidBaseParser. encodeResourceToWriter(IBaseResource theResource, Writer theWriter, BaseParser.EncodeContext theEncodeContext)protected TagListBaseParser. getMetaTagsForEncoding(IResource theIResource, BaseParser.EncodeContext theEncodeContext)protected List<? extends IBase>BaseParser. preProcessValues(BaseRuntimeChildDefinition theMetaChildUncast, IBaseResource theResource, List<? extends IBase> theValues, BaseParser.CompositeChildElement theCompositeChildElement, BaseParser.EncodeContext theEncodeContext)protected booleanBaseParser. shouldAddSubsettedTag(BaseParser.EncodeContext theEncodeContext)protected booleanBaseParser. shouldEncodeResourceId(IBaseResource theResource, BaseParser.EncodeContext theEncodeContext)Constructors in ca.uhn.fhir.parser with parameters of type BaseParser.EncodeContext Constructor Description CompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)
-