Uses of Class
ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
Packages that use BaseParser.CompositeChildElement Package Description ca.uhn.fhir.parser -
-
Uses of BaseParser.CompositeChildElement in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return BaseParser.CompositeChildElement Modifier and Type Method Description BaseParser.CompositeChildElementBaseParser.CompositeChildElement. getParent()Methods in ca.uhn.fhir.parser that return types with arguments of type BaseParser.CompositeChildElement Modifier and Type Method Description protected 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.CompositeChildElement Modifier and Type Method Description protected Iterable<BaseParser.CompositeChildElement>BaseParser. compositeChildIterator(IBase theCompositeElement, boolean theContainedResource, BaseParser.CompositeChildElement theParent, BaseParser.EncodeContext theEncodeContext)protected List<? extends IBase>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.CompositeChildElement Constructor Description CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)
-