Package ca.uhn.fhir.parser
Class BaseParser.CompositeChildElement
java.lang.Object
ca.uhn.fhir.parser.BaseParser.CompositeChildElement
- Enclosing class:
- BaseParser
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)
CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, 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, BaseParser.EncodeContext theEncodeContext) -
CompositeChildElement
public CompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)
-
-
Method Details