Uses of Annotation Interface
io.jstach.jstache.JStachePath
Packages that use JStachePath
Package
Description
JStachio Service Provider extension points API.
Spring Boot MVC application using JStachio.
-
Uses of JStachePath in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return JStachePathModifier and TypeMethodDescriptionstatic @Nullable JStachePath
Templates.resolvePath
(Class<?> model) Resolve path lookup information reflectively from a model class by doing config resolution at runtime. -
Uses of JStachePath in io.jstach.opt.spring.webflux.example
Classes in io.jstach.opt.spring.webflux.example with annotations of type JStachePathModifier and TypeClassDescriptionclass
Entry point and class that defines shared jstachio config to be imported in other places withJStacheConfig.using()
.