Class KafkaHelper
java.lang.Object
pro.axenix_innovation.axenapi.codegen.helper.KafkaHelper
- All Implemented Interfaces:
LibHelper
-
Field Summary
FieldsFields inherited from interface pro.axenix_innovation.axenapi.codegen.helper.LibHelper
CLIENT_TEMPLATE_NAME, LISTENER_SERVICE_TEMPLATE_NAME, MODEL_NAME, MODEL_NAME_CAMEL, SPRING_2_AUTOCONFIG_FILENAME, SPRING_3_AUTOCONFIG_FILENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOperationInfo(String tag, String path, io.swagger.v3.oas.models.Operation operation, org.openapitools.codegen.CodegenOperation co, Map<String, List<org.openapitools.codegen.CodegenOperation>> operations) apiFilename(String templateName, String tag, KafkaCodegenGenerator gen) static LibHelpervoidsetTemplates(KafkaCodegenGenerator gen, boolean isInterfaceOnly)
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
KafkaHelper
public KafkaHelper()
-
-
Method Details
-
getInstance
-
setTemplates
- Specified by:
setTemplatesin interfaceLibHelper
-
addOperationInfo
public String addOperationInfo(String tag, String path, io.swagger.v3.oas.models.Operation operation, org.openapitools.codegen.CodegenOperation co, Map<String, List<org.openapitools.codegen.CodegenOperation>> operations) - Specified by:
addOperationInfoin interfaceLibHelper
-
apiFilename
- Specified by:
apiFilenamein interfaceLibHelper
-