
Package ca.uhn.fhir.util
Interface FhirPatchBuilder.IStepPath<T>
- Type Parameters:
T
- The interface corresponding to the next step
- All Known Subinterfaces:
FhirPatchBuilder.IAddStep1
,FhirPatchBuilder.IDeleteStep1
,FhirPatchBuilder.IInsertStep1
,FhirPatchBuilder.IMoveStep1
,FhirPatchBuilder.IReplaceStep1
- Enclosing class:
- FhirPatchBuilder
public static interface FhirPatchBuilder.IStepPath<T>
Interface exposing the
path
property-
Method Summary
-
Method Details
-
path
The path to the element which will have an element added to it.
-