
Package ca.uhn.fhir.validation
Class SchemaBaseValidator
- java.lang.Object
-
- ca.uhn.fhir.validation.SchemaBaseValidator
-
- All Implemented Interfaces:
IValidatorModule
public class SchemaBaseValidator extends Object implements IValidatorModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCES_JAR_NOTE
-
Constructor Summary
Constructors Constructor Description SchemaBaseValidator(FhirContext theContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateResource(IValidationContext<IBaseResource> theContext)
Validate the actual resource.
-
-
-
Field Detail
-
RESOURCES_JAR_NOTE
public static final String RESOURCES_JAR_NOTE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SchemaBaseValidator
public SchemaBaseValidator(FhirContext theContext)
-
-
Method Detail
-
validateResource
public void validateResource(IValidationContext<IBaseResource> theContext)
Description copied from interface:IValidatorModule
Validate the actual resource. TheIValidationContext
can be used to access the resource being validated, and is populated with the results.- Specified by:
validateResource
in interfaceIValidatorModule
-
-