Uses of Class
io.jstach.jstachio.spi.JStachioFactory.Builder
Packages that use JStachioFactory.Builder
-
Uses of JStachioFactory.Builder in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return JStachioFactory.BuilderModifier and TypeMethodDescriptionJStachioFactory.Builder.add(JStachioExtension extension) Adds an extensionJStachioFactory.Builder.add(TemplateInfo template) Registers an instantiated template.JStachioFactory.Builder.add(Iterable<? extends JStachioExtension> extensions) Add extensions.JStachioFactory.Builder.add(Collection<? extends TemplateInfo> templates) Registers instantiated templates.static JStachioFactory.BuilderJStachioFactory.builder()A mutable builder to createJStachiofromJStachioExtensions.