Uses of Interface
io.jstach.jstachio.spi.JStachioFilter
Packages that use JStachioFilter
-
Uses of JStachioFilter in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return JStachioFilterModifier and TypeMethodDescriptionstatic JStachioFilterJStachioFilter.compose(Iterable<JStachioFilter> filters) Creates a composite filter of a many filters.JStachioExtensions.getFilter()Composite Filter where the ordering of the filter is based on a combination oforder()first and then the order in the iterable passed toJStachioExtensions.of(Iterable).default @Nullable JStachioFilterJStachioExtensionProvider.provideFilter()Provide a filter or not.Methods in io.jstach.jstachio.spi with parameters of type JStachioFilterModifier and TypeMethodDescriptionstatic JStachioFilter.FilterChainJStachioFilter.FilterChain.of(JStachioFilter filter, TemplateInfo template) Create the filter chain from the filter and a template by resolving the first filter.Method parameters in io.jstach.jstachio.spi with type arguments of type JStachioFilterModifier and TypeMethodDescriptionstatic JStachioFilterJStachioFilter.compose(Iterable<JStachioFilter> filters) Creates a composite filter of a many filters.