Uses of Interface
io.avaje.jex.Jex
Packages that use Jex
-
Uses of Jex in io.avaje.jex
Methods in io.avaje.jex that return JexModifier and TypeMethodDescription<T> JexSets a custom attribute that can be accessed later by the Jex instance or its components.Configures the Jex instance using a functional approach.Jex.configureWith(io.avaje.inject.BeanScope beanScope) Configures the Jex instance using a dependency injection scope from Avaje-Inject.Sets the context path for the Jex application.static JexJex.create()Create Jex.Jex.jsonService(JsonService jsonService) Sets the JSON service to use for serialization and deserialization.Adds a plugin to the Jex instance, extending its functionality.Jex.port(int port) Sets the port number on which the Jex server will listen for incoming requests.Jex.register(TemplateRender renderer, String... extensions) Explicitly register a template renderer.Jex.routing(Routing.HttpService routes) Adds a new HTTP route and its associated handler to the Jex routing configuration.Jex.routing(Collection<Routing.HttpService> routes) Adds multiple HTTP routes and their associated handlers to the Jex routing configuration.default JexJex.staticResource(StaticContentConfig config) Adds a static resource route using the provided configuration.default JexJex.staticResource(Consumer<StaticContentConfig> consumer) Adds a static resource route using a consumer to configure theStaticContentConfig. -
Uses of Jex in io.avaje.jex.spi
Methods in io.avaje.jex.spi with parameters of type Jex