Uses of Enum Class
io.jstach.jstachio.spi.Templates.TemplateLoadStrategy
-
Uses of Templates.TemplateLoadStrategy in io.jstach.jstachio.spi
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Templates.TemplateLoadStrategy[]
Templates.TemplateLoadStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> Template<T>
Templates.getTemplate
(Class<T> modelType, Iterable<Templates.TemplateLoadStrategy> strategies, Iterable<ClassLoader> classLoaders, System.Logger logger) Finds a template by reflection or an exception is thrown.