Uses of Class
io.quarkus.vertx.http.runtime.HttpConfiguration.PayloadHint
-
Packages that use HttpConfiguration.PayloadHint Package Description io.quarkus.vertx.http.runtime -
-
Uses of HttpConfiguration.PayloadHint in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type HttpConfiguration.PayloadHint Modifier and Type Field Description Optional<HttpConfiguration.PayloadHint>HttpConfiguration. 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.PayloadHint Modifier and Type Method Description static HttpConfiguration.PayloadHintHttpConfiguration.PayloadHint. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConfiguration.PayloadHint[]HttpConfiguration.PayloadHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.quarkus.vertx.http.runtime with type arguments of type HttpConfiguration.PayloadHint Constructor Description QuarkusErrorHandler(boolean showStack, Optional<HttpConfiguration.PayloadHint> contentTypeDefault)
-