Uses of Enum Class
cool.scx.web.parameter_handler.RequestInfo.ContentType
Packages that use RequestInfo.ContentType
-
Uses of RequestInfo.ContentType in cool.scx.web.parameter_handler
Methods in cool.scx.web.parameter_handler that return RequestInfo.ContentTypeModifier and TypeMethodDescriptionRequestInfo.contentType()static RequestInfo.ContentTypeRequestInfo.initContentType(io.vertx.ext.web.RoutingContext ctx) static RequestInfo.ContentTypeReturns the enum constant of this class with the specified name.static RequestInfo.ContentType[]RequestInfo.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.web.parameter_handler with parameters of type RequestInfo.ContentTypeModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodeRequestInfo.initBody(io.vertx.ext.web.RoutingContext ctx, RequestInfo.ContentType contentType) 根据不同的 ContentType 以不同的逻辑初始化 body