Uses of Interface
ca.uhn.fhir.context.support.IContextValidationSupport
-
Packages that use IContextValidationSupport Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.util -
-
Uses of IContextValidationSupport in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IContextValidationSupport Modifier and Type Method Description IContextValidationSupport<?,?,?,?,?,?>FhirContext. getValidationSupport()Returns the validation support module configured for this context, creating a default implementation if no module has been passed in via theFhirContext.setValidationSupport(IContextValidationSupport)methodMethods in ca.uhn.fhir.context with parameters of type IContextValidationSupport Modifier and Type Method Description voidFhirContext. setValidationSupport(IContextValidationSupport<?,?,?,?,?,?> theValidationSupport)Sets the validation support module to use for this context. -
Uses of IContextValidationSupport in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IContextValidationSupport Modifier and Type Method Description IContextValidationSupport<?,?,?,?,?,?>IFhirVersion. createValidationSupport() -
Uses of IContextValidationSupport in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IContextValidationSupport Modifier and Type Method Description static <EVS_IN,EVS_OUT,SDT,CST,CDCT,IST>
IContextValidationSupport<EVS_IN,EVS_OUT,SDT,CST,CDCT,IST>ReflectionUtil. newInstanceOfFhirProfileValidationSupport(String theType)
-