Uses of Interface
io.avaje.jex.JexConfig
Packages that use JexConfig
-
Uses of JexConfig in io.avaje.jex
Methods in io.avaje.jex that return JexConfigModifier and TypeMethodDescriptionJexConfig.accessManager(AccessManager accessManager) Set the AccessManager to use.Jex.config()Return the configuration.JexConfig.contextPath(String contextPath) Set the contextPath.JexConfig.health(boolean health) Set to true to include the health endpoint.Set the host to bind to.JexConfig.ignoreTrailingSlashes(boolean ignoreTrailingSlashes) Set to true to ignore trailing slashes.JexConfig.jsonService(JsonService jsonService) Set the JsonService to use.JexConfig.multipartConfig(UploadConfig multipartConfig) Set the upload configuration.JexConfig.multipartFileThreshold(int multipartFileThreshold) Set the multipartFileThreshold.JexConfig.port(int port) Set the port to use.JexConfig.preCompressStaticFiles(boolean preCompressStaticFiles) Set to true to pre compress static files.JexConfig.renderer(String extension, TemplateRender renderer) Register a template renderer explicitly.JexConfig.virtualThreads(boolean virtualThreads) Set to true to use virtual threads if supported.Method parameters in io.avaje.jex with type arguments of type JexConfig