Package ca.uhn.fhir.context
Interface BaseRuntimeChildDefinition.IAccessor
-
- Enclosing class:
- BaseRuntimeChildDefinition
public static interface BaseRuntimeChildDefinition.IAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <T extends IBase>
Optional<T>getFirstValueOrNull(IBase theTarget)List<IBase>getValues(IBase theTarget)
-