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 JStachio
JStachio.defaults()
Gets default singleton ServiceLoader based jstachio.static JStachio
JStachio.of()
Gets the static singleton jstachio.Method parameters in io.jstach.jstachio with type arguments of type JStachioModifier and TypeMethodDescriptionstatic void
JStachio.setStaticJStachio
(Supplier<JStachio> jstachioProvider) Set the static singleton of JStachio. -
Uses of JStachio in io.jstach.jstachio.spi
Classes in io.jstach.jstachio.spi that implement JStachioModifier and TypeClassDescriptionclass
An abstract jstachio that just needs aJStachioExtensions
container.Methods in io.jstach.jstachio.spi that return JStachioModifier and TypeMethodDescriptionJStachioFactory.Builder.build()
Builds a JStachio by coalescing the extensions.static JStachio
JStachioFactory.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 TypeClassDescriptionclass
A 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 JStachio
JStachioModelView.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 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