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 TypeMethodDescriptionbooleananyPathMatches(Set<String> thePaths)booleangetDef()inthashCode()booleanshouldBeEncoded(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