Package ca.uhn.fhir.parser
Class BaseParser.CompositeChildElement
java.lang.Object
ca.uhn.fhir.parser.BaseParser.CompositeChildElement
- Enclosing class:
BaseParser
-
Constructor Summary
ConstructorDescriptionCompositeChildElement
(RuntimeResourceDefinition theResDef, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) CompositeChildElement
(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
anyPathMatches
(Set<String> thePaths) boolean
getDef()
int
hashCode()
boolean
shouldBeEncoded
(boolean theContainedResource) toString()
-
Constructor Details
-
CompositeChildElement
public CompositeChildElement(BaseParser.CompositeChildElement theParent, @Nullable BaseRuntimeChildDefinition theDef, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) -
CompositeChildElement
public CompositeChildElement(RuntimeResourceDefinition theResDef, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext)
-
-
Method Details