Uses of Enum Class
io.avaje.jex.http.ContentType
Packages that use ContentType
-
Uses of ContentType in io.avaje.jex.http
Methods in io.avaje.jex.http that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.avaje.jex.http with parameters of type ContentTypeModifier and TypeMethodDescriptiondefault ContextContext.contentType(ContentType contentType) Set the response content type.