Uses of Enum Class
io.jstach.jstachio.spi.Templates.TemplateLoadStrategy
Packages that use Templates.TemplateLoadStrategy
-
Uses of Templates.TemplateLoadStrategy in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return Templates.TemplateLoadStrategyModifier 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.Method parameters in io.jstach.jstachio.spi with type arguments of type Templates.TemplateLoadStrategyModifier 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.