Uses of Enum Class
com.predic8.membrane.core.openapi.validators.ValidationContext.ValidatedEntityType
Packages that use ValidationContext.ValidatedEntityType
-
Uses of ValidationContext.ValidatedEntityType in com.predic8.membrane.core.openapi.validators
Methods in com.predic8.membrane.core.openapi.validators that return ValidationContext.ValidatedEntityTypeModifier and TypeMethodDescriptionValidationContext.getValidatedEntityType()Returns the enum constant of this class with the specified name.ValidationContext.ValidatedEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.openapi.validators with parameters of type ValidationContext.ValidatedEntityTypeModifier and TypeMethodDescriptionValidationContext.entityType(ValidationContext.ValidatedEntityType type) AbstractParameterValidator.getValidationErrors(ValidationContext ctx, Map<String, String> parameters, io.swagger.v3.oas.models.parameters.Parameter param, ValidationContext.ValidatedEntityType type) AbstractParameterValidator.validateParameter(ValidationContext ctx, Map<String, String> params, io.swagger.v3.oas.models.parameters.Parameter param, ValidationContext.ValidatedEntityType type)