Module io.inverno.mod.irt
Package io.inverno.mod.irt
package io.inverno.mod.irt
Inverno Reactive Template runtime.
-
ClassDescriptionA
TemplateSetbase implementation template sets which renders data in a reactive way using a ByteBuf sink.ATemplateSetbase implementation template sets which renders data in a ByteBuf.ATemplateSetbase implementation template sets which renders data in a composite ByteBuf.AbstractStreamTemplateSet<T extends OutputStream>ATemplateSetbase implementation template sets which renders data in anOutputStream.ATemplateSetbase implementation template sets which renders data in a reactive way using a String sink.ATemplateSetbase implementation template sets which renders data in aStringBuilderBaseTemplateSetimplementation.ATemplateSetwhich can renderByteBuf.Pipe<T,U> A pipe is used within a template to transform a value before applying templates.A collection of pipes used to transform basic values including: strings transformation, date formatting, number formatting, escaping...PublisherPipe<T,U> A publisher pipe is used within a template to transform a publisher before applying templates to the emitted elements.A collection of pipes used to transform publishers including: filter, sort, map, flatMap...A publisherTemplateSetwhich exposes the sink where data are rendered.StreamPipe<T,U> A stream pipe is used within a template to transform a stream before applying templates to the elements of the stream.A collection of pipes used to transform streams including: filter, sort, map, flatMap...Template set definition which specifies the methods used in a generated template set implementation to render objects in a procedural or reactive way.A particularTemplateSet.Renderablewith the ability to expose the index of the value in a group of elements to the renderer (eg. an array, an iterable, a stream, a publisher...).A renderable is used to render a value with a particular type of object typically by invoking the corresponding template in aTemplateSetimplementation.