Uses of Class
ca.uhn.fhir.parser.BaseParser.CompositeChildElement
Packages that use BaseParser.CompositeChildElement
-
Uses of BaseParser.CompositeChildElement in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return BaseParser.CompositeChildElementMethods in ca.uhn.fhir.parser that return types with arguments of type BaseParser.CompositeChildElementModifier and TypeMethodDescriptionprotected Iterable<BaseParser.CompositeChildElement>BaseParser.compositeChildIterator(IBase theCompositeElement, boolean theContainedResource, BaseParser.CompositeChildElement theParent, BaseParser.EncodeContext theEncodeContext)Map<ca.uhn.fhir.parser.BaseParser.Key,List<BaseParser.CompositeChildElement>>BaseParser.EncodeContext.getCompositeChildrenCache()Methods in ca.uhn.fhir.parser with parameters of type BaseParser.CompositeChildElementModifier and TypeMethodDescriptionprotected Iterable<BaseParser.CompositeChildElement>BaseParser.compositeChildIterator(IBase theCompositeElement, boolean theContainedResource, BaseParser.CompositeChildElement theParent, BaseParser.EncodeContext theEncodeContext)BaseParser.preProcessValues(BaseRuntimeChildDefinition theMetaChildUncast, IBaseResource theResource, List<? extends IBase> theValues, BaseParser.CompositeChildElement theCompositeChildElement, BaseParser.EncodeContext theEncodeContext)Constructors in ca.uhn.fhir.parser with parameters of type BaseParser.CompositeChildElementModifierConstructorDescriptionCompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)