Uses of Class
ca.uhn.fhir.parser.BaseParser.EncodeContext
Packages that use BaseParser.EncodeContext
-
Uses of BaseParser.EncodeContext in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseParser.EncodeContextModifier and TypeMethodDescriptionprotected 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)Writes the provided resource to the writer.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)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.EncodeContextModifierConstructorDescriptionCompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)