java.lang.Object
io.jstach.jstachio.spi.AbstractJStachio
io.jstach.opt.spring.SpringJStachio
- All Implemented Interfaces:
JStachio,Renderer<Object>,JStachioExtensions.Provider
A JStachio that does not use the service loader.
- Author:
- agentgt
-
Constructor Summary
ConstructorsConstructorDescriptionSpringJStachio(JStachioExtensions extensions) Passed the found services usually injected by Spring.SpringJStachio(List<JStachioExtension> extensions) Passed the found services usually injected by Spring. -
Method Summary
Methods inherited from class io.jstach.jstachio.spi.AbstractJStachio
execute, findTemplate, loadFilter, supportsType, template, write
-
Constructor Details
-
SpringJStachio
Passed the found services usually injected by Spring.- Parameters:
extensions- not null.
-
SpringJStachio
Passed the found services usually injected by Spring.- Parameters:
extensions- not null.
-
-
Method Details
-
extensions
Description copied from interface:JStachioExtensions.ProviderThe available extensions.- Returns:
- The avaiable resolved extensions.
-