Package ca.uhn.fhir.model.view
Class ViewGenerator
- java.lang.Object
-
- ca.uhn.fhir.model.view.ViewGenerator
-
public class ViewGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description ViewGenerator(FhirContext theFhirContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends IBaseResource>
TnewView(IBaseResource theResource, Class<T> theTargetType)
-
-
-
Constructor Detail
-
ViewGenerator
public ViewGenerator(FhirContext theFhirContext)
-
-
Method Detail
-
newView
public <T extends IBaseResource> T newView(IBaseResource theResource, Class<T> theTargetType)
-
-