
Package ca.uhn.fhir.parser
Class BaseParser.EncodeContext
- java.lang.Object
-
- ca.uhn.fhir.parser.path.EncodeContextPath
-
- ca.uhn.fhir.parser.BaseParser.EncodeContext
-
- Enclosing class:
- BaseParser
public class BaseParser.EncodeContext extends EncodeContextPath
EncodeContext is a shared state object that is passed around the encode process
-
-
Constructor Summary
Constructors Constructor Description EncodeContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ca.uhn.fhir.parser.BaseParser.Key,List<BaseParser.CompositeChildElement>>
getCompositeChildrenCache()
-
Methods inherited from class ca.uhn.fhir.parser.path.EncodeContextPath
equalsPath, getCurrentResourcePath, getLeafElementName, getLeafResourceName, getLeafResourcePathFirstField, getPath, getResourcePath, popPath, pushPath, startsWith, toString
-
-
-
-
Constructor Detail
-
EncodeContext
public EncodeContext()
-
-
Method Detail
-
getCompositeChildrenCache
public Map<ca.uhn.fhir.parser.BaseParser.Key,List<BaseParser.CompositeChildElement>> getCompositeChildrenCache()
-
-