Uses of Enum
io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
Packages that use BodyProcessorException.BodyProcessorErrorType
-
Uses of BodyProcessorException.BodyProcessorErrorType in io.vertx.ext.web.validation
Subclasses with type arguments of type BodyProcessorException.BodyProcessorErrorType in io.vertx.ext.web.validationMethods in io.vertx.ext.web.validation that return BodyProcessorException.BodyProcessorErrorTypeModifier and TypeMethodDescriptionBodyProcessorException.getErrorType()Returns the enum constant of this type with the specified name.BodyProcessorException.BodyProcessorErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.ext.web.validation with parameters of type BodyProcessorException.BodyProcessorErrorTypeModifierConstructorDescriptionBodyProcessorException(String message, Throwable cause, String actualContentType, BodyProcessorException.BodyProcessorErrorType errorType)