Uses of Class
com.networknt.oas.validator.ValidationResults
-
Packages that use ValidationResults Package Description com.networknt.oas.model com.networknt.oas.model.impl com.networknt.oas.validator -
-
Uses of ValidationResults in com.networknt.oas.model
Methods in com.networknt.oas.model that return ValidationResults Modifier and Type Method Description ValidationResultsOpenApi3. getValidationResults() -
Uses of ValidationResults in com.networknt.oas.model.impl
Methods in com.networknt.oas.model.impl that return ValidationResults Modifier and Type Method Description ValidationResultsOpenApi3Impl. getValidationResults() -
Uses of ValidationResults in com.networknt.oas.validator
Fields in com.networknt.oas.validator declared as ValidationResults Modifier and Type Field Description protected ValidationResultsValidatorBase. resultsMethods in com.networknt.oas.validator that return ValidationResults Modifier and Type Method Description static ValidationResultsValidationContext. getValidationResults()Methods in com.networknt.oas.validator with parameters of type ValidationResults Modifier and Type Method Description voidValidationResults. add(ValidationResults results)voidValidatorBase. checkJsonType(com.networknt.jsonoverlay.Overlay<?> value, Collection<Class<? extends com.fasterxml.jackson.databind.JsonNode>> allowedJsonTypes, ValidationResults results)static voidReferencesChecker. checkReference(com.networknt.jsonoverlay.Reference ref, ValidationResults results, com.networknt.jsonoverlay.Overlay<?> context)static voidReferencesChecker. checkReferences(com.networknt.jsonoverlay.ListOverlay<?> list, ValidationResults results)static voidReferencesChecker. checkReferences(com.networknt.jsonoverlay.MapOverlay<?> map, ValidationResults results)static voidReferencesChecker. checkReferences(com.networknt.jsonoverlay.PropertiesOverlay<?> props, ValidationResults results)
-