Uses of Interface
io.jstach.jstachio.spi.JStachioExtensions
Packages that use JStachioExtensions
-
Uses of JStachioExtensions in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return JStachioExtensionsModifier and TypeMethodDescriptionJStachioExtensions.Provider.extensions()The available extensions.static JStachioExtensionsJStachioExtensions.of()Resolves extensions from theServiceLoaderwithJStachioExtensionas the SPI.static JStachioExtensionsJStachioExtensions.of(Iterable<? extends JStachioExtension> extensions) Resolve from an iterable of extensions that usually come from some discovery mechanism like theServiceLoaderor a DI framework.static JStachioExtensionsJStachioExtensions.of(Stream<? extends JStachioExtension> extensions) Resolve from a stream of extensions that usually come from some discovery mechanism like theServiceLoaderor a DI framework.