Package ca.uhn.fhir.parser
Class BaseParser.CompositeChildElement
- java.lang.Object
-
- ca.uhn.fhir.parser.BaseParser.CompositeChildElement
-
- Enclosing class:
- BaseParser
protected class BaseParser.CompositeChildElement extends Object
-
-
Constructor Summary
Constructors Constructor Description CompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)CompositeChildElement(BaseParser.CompositeChildElement theParent, BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleananyPathMatches(Set<String> thePaths)booleanequals(Object obj)BaseRuntimeChildDefinitiongetDef()BaseParser.CompositeChildElementgetParent()inthashCode()booleanshouldBeEncoded(boolean theContainedResource)
-
-
-
Constructor Detail
-
CompositeChildElement
public CompositeChildElement(BaseParser.CompositeChildElement theParent, @Nullable BaseRuntimeChildDefinition theDef, BaseParser.EncodeContext theEncodeContext)
-
CompositeChildElement
public CompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext)
-
-
Method Detail
-
anyPathMatches
public boolean anyPathMatches(Set<String> thePaths)
-
getDef
public BaseRuntimeChildDefinition getDef()
-
getParent
public BaseParser.CompositeChildElement getParent()
-
shouldBeEncoded
public boolean shouldBeEncoded(boolean theContainedResource)
-
-