Uses of Enum Class
ch.nexsol.gateway.validation.ValidationMetrics.SkipReason
Packages that use ValidationMetrics.SkipReason
-
Uses of ValidationMetrics.SkipReason in ch.nexsol.gateway.validation
Subclasses with type arguments of type ValidationMetrics.SkipReason in ch.nexsol.gateway.validationModifier and TypeClassDescriptionstatic enumWhy a body was forwarded without being held against its schema.Methods in ch.nexsol.gateway.validation that return ValidationMetrics.SkipReasonModifier and TypeMethodDescriptionstatic ValidationMetrics.SkipReasonReturns the enum constant of this class with the specified name.static ValidationMetrics.SkipReason[]ValidationMetrics.SkipReason.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 ValidationMetrics.SkipReasonModifier and TypeMethodDescriptionvoidValidationMetrics.bodySkipped(String direction, String routeId, ValidationMetrics.SkipReason reason) Counts one body that was forwarded without being validated.