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