Uses of Class
io.aiven.commons.kafka.connector.common.templating.Parameter
Packages that use Parameter
Package
Description
Contains code to support Templating in connectors.
-
Uses of Parameter in io.aiven.commons.kafka.connector.common.templating
Fields in io.aiven.commons.kafka.connector.common.templating declared as ParameterMethods in io.aiven.commons.kafka.connector.common.templating that return ParameterModifier and TypeMethodDescriptionfinal ParameterVariableTemplatePart.getParameter()Returns the associated parameter.static ParameterCreates a Parameter from a name and value.Methods in io.aiven.commons.kafka.connector.common.templating with parameters of type ParameterModifier and TypeMethodDescriptionvoidValidate the parameter against the template variable.Method parameters in io.aiven.commons.kafka.connector.common.templating with type arguments of type ParameterModifier and TypeMethodDescriptionTemplate.BoundBuilder.bind(TemplateVariable variable, Function<Parameter, String> binding) Bind the variable to the supplier of string.Bind the variable to a function to convert a parameter to a string.Renders the template part using the bindings as necessary.