Uses of Interface
io.jstach.jstachio.JStachio
Packages that use JStachio
Package
Description
JStachio Core Runtime API.
JStachio Service Provider extension points API.
JStachio Spring Core Integration
Spring Boot MVC application using JStachio.
Spring Web integration
Spring Webflux integration
Spring Boot MVC application using JStachio.
Spring Web MVC integration
-
Uses of JStachio in io.jstach.jstachio
Methods in io.jstach.jstachio that return JStachioModifier and TypeMethodDescriptionstatic JStachioJStachio.defaults()Gets default singleton ServiceLoader based jstachio.static JStachioJStachio.of()Gets the static singleton jstachio.Method parameters in io.jstach.jstachio with type arguments of type JStachio -
Uses of JStachio in io.jstach.jstachio.spi
Classes in io.jstach.jstachio.spi that implement JStachioModifier and TypeClassDescriptionclassAn abstract jstachio that just needs aJStachioExtensionscontainer.Methods in io.jstach.jstachio.spi that return JStachioModifier and TypeMethodDescriptionJStachioFactory.Builder.build()Builds a JStachio by coalescing the extensions and registered templates.static JStachioJStachioFactory.defaultJStachio()Provides a singleton JStachio resolved by theServiceLoader. -
Uses of JStachio in io.jstach.opt.spring
Classes in io.jstach.opt.spring that implement JStachioModifier and TypeClassDescriptionclassA JStachio that does not use the service loader. -
Uses of JStachio in io.jstach.opt.spring.example
Constructors in io.jstach.opt.spring.example with parameters of type JStachio -
Uses of JStachio in io.jstach.opt.spring.web
Constructors in io.jstach.opt.spring.web with parameters of type JStachioModifierConstructorDescriptionJStachioHttpMessageConverter(JStachio jstachio) Create http converter from jstachio -
Uses of JStachio in io.jstach.opt.spring.webflux
Methods in io.jstach.opt.spring.webflux that return JStachioModifier and TypeMethodDescriptiondefault JStachioJStachioModelView.jstachio()Returns the jstachio singleton by default.Constructors in io.jstach.opt.spring.webflux with parameters of type JStachioModifierConstructorDescriptionJStachioEncoder(JStachio jstachio) Create the encoder from a JStachioJStachioEncoder(JStachio jstachio, int allocateBufferSize) Create the encoder from a JStachio -
Uses of JStachio in io.jstach.opt.spring.webflux.example
Constructors in io.jstach.opt.spring.webflux.example with parameters of type JStachio -
Uses of JStachio in io.jstach.opt.spring.webmvc
Methods in io.jstach.opt.spring.webmvc that return JStachio