Uses of Class
ca.uhn.fhir.context.BaseRuntimeChildDefinition
-
Packages that use BaseRuntimeChildDefinition Package Description ca.uhn.fhir.context ca.uhn.fhir.parser ca.uhn.fhir.util ca.uhn.fhir.util.bundle -
-
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.context
Subclasses of BaseRuntimeChildDefinition in ca.uhn.fhir.context Modifier and Type Class Description classBaseRuntimeChildDatatypeDefinitionclassBaseRuntimeDeclaredChildDefinitionclassRuntimeChildAnyclassRuntimeChildChoiceDefinitionclassRuntimeChildCompositeBoundDatatypeDefinitionclassRuntimeChildCompositeDatatypeDefinitionclassRuntimeChildContainedResourcesclassRuntimeChildDeclaredExtensionDefinitionclassRuntimeChildDirectResourceclassRuntimeChildExtensionclassRuntimeChildNarrativeDefinitionclassRuntimeChildPrimitiveBoundCodeDatatypeDefinitionclassRuntimeChildPrimitiveDatatypeDefinitionclassRuntimeChildPrimitiveEnumerationDatatypeDefinitionclassRuntimeChildResourceBlockDefinitionclassRuntimeChildResourceDefinitionclassRuntimeChildUndeclaredExtensionDefinitionMethods in ca.uhn.fhir.context that return BaseRuntimeChildDefinition Modifier and Type Method Description BaseRuntimeChildDefinitionBaseRuntimeElementCompositeDefinition. getChildByName(String theName)BaseRuntimeChildDefinitionBaseRuntimeElementCompositeDefinition. getChildByNameOrThrowDataFormatException(String theName)BaseRuntimeChildDefinitionBaseRuntimeChildDefinition. getReplacedParentDefinition()Methods in ca.uhn.fhir.context that return types with arguments of type BaseRuntimeChildDefinition Modifier and Type Method Description List<BaseRuntimeChildDefinition>BaseRuntimeElementCompositeDefinition. getChildren()List<BaseRuntimeChildDefinition>RuntimeExtensionDtDefinition. getChildren()List<BaseRuntimeChildDefinition>BaseRuntimeElementCompositeDefinition. getChildrenAndExtension()List<BaseRuntimeChildDefinition>RuntimeExtensionDtDefinition. getChildrenIncludingUrl()Methods in ca.uhn.fhir.context with parameters of type BaseRuntimeChildDefinition Modifier and Type Method Description voidBaseRuntimeChildDefinition. setReplacedParentDefinition(BaseRuntimeChildDefinition myReplacedParentDefinition) -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return BaseRuntimeChildDefinition Modifier and Type Method Description BaseRuntimeChildDefinitionBaseParser.CompositeChildElement. getDef()Methods in ca.uhn.fhir.parser with parameters of type BaseRuntimeChildDefinition Modifier and Type Method Description protected List<? extends IBase>BaseParser. preProcessValues(BaseRuntimeChildDefinition theMetaChildUncast, IBaseResource theResource, List<? extends IBase> theValues, BaseParser.CompositeChildElement theCompositeChildElement, BaseParser.EncodeContext theEncodeContext)protected voidBaseParser. throwExceptionForUnknownChildType(BaseRuntimeChildDefinition nextChild, Class<? extends IBase> theType)Constructors in ca.uhn.fhir.parser with parameters of type BaseRuntimeChildDefinition Constructor Description CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext) -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return BaseRuntimeChildDefinition Modifier and Type Method Description BaseRuntimeChildDefinitionFhirTerser. getDefinition(Class<? extends IBaseResource> theResourceType, String thePath)Methods in ca.uhn.fhir.util with parameters of type BaseRuntimeChildDefinition Modifier and Type Method Description voidIModelVisitor. acceptElement(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition) -
Uses of BaseRuntimeChildDefinition in ca.uhn.fhir.util.bundle
Constructors in ca.uhn.fhir.util.bundle with parameters of type BaseRuntimeChildDefinition Constructor Description BundleEntryMutator(IBase theEntry, BaseRuntimeChildDefinition theRequestChildDef, BaseRuntimeElementCompositeDefinition<?> theRequestChildContentsDef)
-