Uses of Class
io.aiven.commons.kafka.connector.common.templating.VariableTemplatePart
Packages that use VariableTemplatePart
Package
Description
Contains code to support Templating in connectors.
-
Uses of VariableTemplatePart in io.aiven.commons.kafka.connector.common.templating
Methods in io.aiven.commons.kafka.connector.common.templating that return types with arguments of type VariableTemplatePartModifier and TypeMethodDescriptionTemplate.variable(TemplateVariable var) Finds the matching variable.Finds the matching variable.Template.variablesWithNonEmptyParameters()Gets a list of variable names to parameters where the parameters are known to be non empty.Template.variablesWithParameters()Gets a list of variable names to parameters.Methods in io.aiven.commons.kafka.connector.common.templating with parameters of type VariableTemplatePartModifier and TypeMethodDescriptionstatic SimpleDateFormatTimestampParser.getFormatter(VariableTemplatePart timestampTemplatePart) Gets a SimpleDateFormat for the timestamp template.