Uses of Class
io.aiven.commons.kafka.connector.common.templating.Template.BoundBuilder
Packages that use Template.BoundBuilder
Package
Description
Contains code to support Templating in connectors.
-
Uses of Template.BoundBuilder in io.aiven.commons.kafka.connector.common.templating
Methods in io.aiven.commons.kafka.connector.common.templating that return Template.BoundBuilderModifier and TypeMethodDescriptionTemplate.BoundBuilder.add(Template.Bound bound) Adds all the bindings from the Template.Bound to this builder.Template.BoundBuilder.add(Template.BoundBuilder builder) Adds all the bindings from the builder to this builder.Bind the variable to a function to convert a parameter to a string.Bind the variable to the supplier of string.Template.boundBuilder()Creates a bound builder.Methods in io.aiven.commons.kafka.connector.common.templating with parameters of type Template.BoundBuilderModifier and TypeMethodDescriptionTemplate.BoundBuilder.add(Template.BoundBuilder builder) Adds all the bindings from the builder to this builder.