Uses of Interface
ca.uhn.fhir.context.support.IValidationSupport
Packages that use IValidationSupport
-
Uses of IValidationSupport in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IValidationSupportModifier and TypeMethodDescriptionFhirContext.getValidationSupport()Returns the validation support module configured for this context, creating a default implementation if no module has been passed in via theFhirContext.setValidationSupport(IValidationSupport)methodMethods in ca.uhn.fhir.context with parameters of type IValidationSupportModifier and TypeMethodDescriptionvoidFhirContext.setValidationSupport(IValidationSupport theValidationSupport)Sets the validation support module to use for this context. -
Uses of IValidationSupport in ca.uhn.fhir.context.support
Classes in ca.uhn.fhir.context.support that implement IValidationSupportMethods in ca.uhn.fhir.context.support that return IValidationSupportConstructors in ca.uhn.fhir.context.support with parameters of type IValidationSupportModifierConstructorDescriptionValidationSupportContext(IValidationSupport theRootValidationSupport)