Interface ValidationContextCarrier.IValidationContextResourceLoader

Enclosing class:
ValidationContextCarrier

When the validator is calling validateCode, it typically has a partially loaded resource that may provide additional resources that are relevant to the validation. This is a handle back into the validator context to ask for the resource to be fully loaded if it becomes relevant. Note that the resource may fail to load (e.g. if it's part of what's being validated) and if it does, the validator will record the validation issues before throwing an error This is a reference back int