Package org.hl7.fhir.r4b.renderers.utils
Class DirectWrappers.BaseWrapperDirect
- java.lang.Object
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.WrapperBaseImpl
-
- org.hl7.fhir.r4b.renderers.utils.DirectWrappers.BaseWrapperDirect
-
- All Implemented Interfaces:
BaseWrappers.BaseWrapper,BaseWrappers.RendererWrapper,BaseWrappers.WrapperBase
- Enclosing class:
- DirectWrappers
public static class DirectWrappers.BaseWrapperDirect extends BaseWrappers.WrapperBaseImpl implements BaseWrappers.BaseWrapper
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
-
Constructor Summary
Constructors Constructor Description BaseWrapperDirect(RenderingContext context, Base wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseWrappers.PropertyWrapper>children()StringfhirType()BasegetBase()BaseWrappers.PropertyWrappergetChildByName(String name)-
Methods inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.WrapperBaseImpl
children, get, has
-
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, get, has
-
-
-
-
Constructor Detail
-
BaseWrapperDirect
public BaseWrapperDirect(RenderingContext context, Base wrapped)
-
-
Method Detail
-
getBase
public Base getBase()
- Specified by:
getBasein interfaceBaseWrappers.BaseWrapper
-
children
public List<BaseWrappers.PropertyWrapper> children()
- Specified by:
childrenin interfaceBaseWrappers.WrapperBase
-
getChildByName
public BaseWrappers.PropertyWrapper getChildByName(String name)
- Specified by:
getChildByNamein interfaceBaseWrappers.BaseWrapper
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceBaseWrappers.BaseWrapper- Specified by:
fhirTypein interfaceBaseWrappers.WrapperBase
-
-