Class TemplateVarsFactory
java.lang.Object
io.aiven.commons.kafka.connector.common.documentation.TemplateVarsFactory
@DefaultKey("TemplateVarsFactory")
@ValidScope("application")
public class TemplateVarsFactory
extends Object
Creates instances of TemplateVariableRegistry for generated documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs the TemplateVariableRegistry for the named class that will create an instance of TemplateVariableRegistry.
-
Constructor Details
-
TemplateVarsFactory
public TemplateVarsFactory()default constructor
-
-
Method Details
-
registry
Constructs the TemplateVariableRegistry for the named class that will create an instance of TemplateVariableRegistry.- Parameters:
className- the class that is a supplier of the TemplateVariableRegistry instance.- Returns:
- a TemplateVariableRegistry instance..
-