Module io.avaje.jex

Interface JexExtension

All Known Subinterfaces:
JexPlugin, JsonService, TemplateRender
All Known Implementing Classes:
JacksonJsonService, JsonbJsonService

public sealed interface JexExtension permits JsonService, TemplateRender, JexPlugin
Extension point for all Jex SPI interfaces

All types that implement this interface must be registered as an entry in META-INF/services/io.avaje.jex.spi.JexExtension for it to be auto loaded