Uses of Enum Class
ch.nexsol.gateway.validation.ValidationMode
Packages that use ValidationMode
-
Uses of ValidationMode in ch.nexsol.gateway.validation
Subclasses with type arguments of type ValidationMode in ch.nexsol.gateway.validationModifier and TypeClassDescriptionenumWhat the filter does with a message that does not honour the contract, configured independently for the request and the response direction.Methods in ch.nexsol.gateway.validation that return ValidationModeModifier and TypeMethodDescriptionOpenapiValidationProperties.Direction.getMode()static ValidationModeReturns the enum constant of this class with the specified name.static ValidationMode[]ValidationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.nexsol.gateway.validation with parameters of type ValidationModeModifier and TypeMethodDescriptionvoidOpenapiValidationProperties.Direction.setMode(ValidationMode mode) voidValidationMetrics.validated(String direction, String routeId, String operation, ValidationMode mode, boolean valid) Counts one validated message.