Package org.hl7.fhir.r4b.renderers.utils
Class BaseWrappers.WrapperBaseImpl
- java.lang.Object
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.WrapperBaseImpl
-
- All Implemented Interfaces:
BaseWrappers.RendererWrapper,BaseWrappers.WrapperBase
- Direct Known Subclasses:
DirectWrappers.BaseWrapperDirect,DirectWrappers.ResourceWrapperDirect,DOMWrappers.BaseWrapperElement,DOMWrappers.ResourceWrapperElement,ElementWrappers.BaseWrapperMetaElement,ElementWrappers.ResourceWrapperMetaElement
- Enclosing class:
- BaseWrappers
public abstract static class BaseWrappers.WrapperBaseImpl extends BaseWrappers.RendererWrapperImpl implements BaseWrappers.WrapperBase
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
-
Constructor Summary
Constructors Constructor Description WrapperBaseImpl(RenderingContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseWrappers.BaseWrapper>children(String name)Baseget(String name)booleanhas(String name)-
Methods inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
getContext, tail
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapper
getContext
-
Methods inherited from interface org.hl7.fhir.r4b.renderers.utils.BaseWrappers.WrapperBase
children, fhirType
-
-
-
-
Constructor Detail
-
WrapperBaseImpl
public WrapperBaseImpl(RenderingContext context)
-
-
Method Detail
-
has
public boolean has(String name)
- Specified by:
hasin interfaceBaseWrappers.WrapperBase
-
get
public Base get(String name) throws UnsupportedEncodingException, org.hl7.fhir.exceptions.FHIRException, IOException
- Specified by:
getin interfaceBaseWrappers.WrapperBase- Throws:
UnsupportedEncodingExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOException
-
children
public List<BaseWrappers.BaseWrapper> children(String name) throws UnsupportedEncodingException, org.hl7.fhir.exceptions.FHIRException, IOException
- Specified by:
childrenin interfaceBaseWrappers.WrapperBase- Throws:
UnsupportedEncodingExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOException
-
-