Uses of Enum Class
io.quarkus.vertx.http.runtime.VertxHttpConfig.PayloadHint
Packages that use VertxHttpConfig.PayloadHint
-
Uses of VertxHttpConfig.PayloadHint in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return VertxHttpConfig.PayloadHintModifier and TypeMethodDescriptionstatic VertxHttpConfig.PayloadHintReturns the enum constant of this class with the specified name.static VertxHttpConfig.PayloadHint[]VertxHttpConfig.PayloadHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.vertx.http.runtime that return types with arguments of type VertxHttpConfig.PayloadHintModifier and TypeMethodDescriptionVertxHttpConfig.unhandledErrorContentTypeDefault()Provides a hint (optional) for the default content type of responses generated for the errors not handled by the application.Constructor parameters in io.quarkus.vertx.http.runtime with type arguments of type VertxHttpConfig.PayloadHintModifierConstructorDescriptionQuarkusErrorHandler(boolean showStack, boolean decorateStack, Optional<VertxHttpConfig.PayloadHint> contentTypeDefault) QuarkusErrorHandler(boolean showStack, boolean decorateStack, Optional<VertxHttpConfig.PayloadHint> contentTypeDefault, String srcMainJava, List<String> knowClasses, List<ErrorPageAction> actions)