Uses of Interface
io.jstach.jstachio.spi.TemplateProvider
Packages that use TemplateProvider
Package
Description
JStachio Service Provider extension points API.
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
Spring Boot MVC application using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot WebFlux example Hello endpoint using JStachio.
Spring Boot MVC components using JStachio.
-
Uses of TemplateProvider in io.jstach.jstachio.spi
Subinterfaces of TemplateProvider in io.jstach.jstachio.spiModifier and TypeInterfaceDescriptionstatic interface
Generated template providers implement this interface to support easier ServiceLoader registration for modular libraries/applications.Method parameters in io.jstach.jstachio.spi with type arguments of type TemplateProviderModifier and TypeMethodDescriptionTemplates.findTemplates
(ServiceLoader<TemplateProvider> serviceLoader, TemplateConfig templateConfig, Consumer<ServiceConfigurationError> errorHandler) Find templates by the given service loader. -
Uses of TemplateProvider in io.jstach.opt.dropwizard.example
Classes in io.jstach.opt.dropwizard.example that implement TemplateProvider -
Uses of TemplateProvider in io.jstach.opt.spring.example
Classes in io.jstach.opt.spring.example that implement TemplateProvider -
Uses of TemplateProvider in io.jstach.opt.spring.example.hello
Classes in io.jstach.opt.spring.example.hello that implement TemplateProviderModifier and TypeClassDescriptionclass
Generated Renderer.class
Generated Renderer. -
Uses of TemplateProvider in io.jstach.opt.spring.example.message
Classes in io.jstach.opt.spring.example.message that implement TemplateProvider -
Uses of TemplateProvider in io.jstach.opt.spring.webflux.example.hello
Classes in io.jstach.opt.spring.webflux.example.hello that implement TemplateProvider -
Uses of TemplateProvider in io.jstach.opt.spring.webflux.example.message
Classes in io.jstach.opt.spring.webflux.example.message that implement TemplateProvider