Uses of Class
io.debezium.operator.api.model.runtime.templates.Templates
Packages that use Templates
Package
Description
-
Uses of Templates in io.debezium.operator.api.model.runtime
Fields in io.debezium.operator.api.model.runtime declared as TemplatesMethods in io.debezium.operator.api.model.runtime that return TemplatesMethods in io.debezium.operator.api.model.runtime with parameters of type TemplatesModifier and TypeMethodDescriptionRuntimeFluent.editOrNewTemplatesLike(Templates item) voidRuntime.setTemplates(Templates templates) RuntimeFluent.withNewTemplatesLike(Templates item) RuntimeFluent.withTemplates(Templates templates) Constructors in io.debezium.operator.api.model.runtime with parameters of type Templates -
Uses of Templates in io.debezium.operator.api.model.runtime.templates
Methods in io.debezium.operator.api.model.runtime.templates that return TemplatesMethods in io.debezium.operator.api.model.runtime.templates with parameters of type TemplatesModifier and TypeMethodDescriptionprotected voidTemplatesFluent.copyInstance(Templates instance) Constructors in io.debezium.operator.api.model.runtime.templates with parameters of type TemplatesModifierConstructorDescriptionTemplatesBuilder(Templates instance) TemplatesBuilder(TemplatesFluent<?> fluent, Templates instance) TemplatesFluent(Templates instance)