Package no.sikt.graphitron.validation
Class ProcessedDefinitionsValidator
java.lang.Object
no.sikt.graphitron.validation.ProcessedDefinitionsValidator
Orchestrates schema validation by delegating to focused sub-validators.
Each sub-validator is responsible for a specific domain of validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidValidate the directive usage in the schema.voidValidate field types separately, as this is called conditionally fromProcessedSchema.validate().
-
Constructor Details
-
ProcessedDefinitionsValidator
-
-
Method Details
-
validateDirectiveUsage
public void validateDirectiveUsage()Validate the directive usage in the schema. -
validateObjectFieldTypes
public void validateObjectFieldTypes()Validate field types separately, as this is called conditionally fromProcessedSchema.validate().
-