Uses of Interface
io.jstach.jstachio.TemplateConfig
Packages that use TemplateConfig
Package
Description
JStachio Core Runtime API.
JStachio Service Provider extension points API.
-
Uses of TemplateConfig in io.jstach.jstachio
Methods in io.jstach.jstachio that return TemplateConfigModifier and TypeMethodDescriptionstatic TemplateConfigTemplateConfig.empty()A config with no provided collaborators. -
Uses of TemplateConfig in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi with parameters of type TemplateConfigModifier and TypeMethodDescriptionTemplates.findTemplates(ServiceLoader<TemplateProvider> serviceLoader, TemplateConfig templateConfig, Consumer<ServiceConfigurationError> errorHandler) Find templates by the given service loader.TemplateProvider.provideTemplates(TemplateConfig templateConfig) Provides a list of instantiated renderers.