jarnoweemen
Results
1
comments of
jarnoweemen
Needed same example variable and I overrode the fromParameter function in `DefaultCodegenConfig.class` and replaced: ```java else if (getBooleanValue(codegenParameter, CodegenConstants.IS_STRING_EXT_NAME)) { codegenParameter.example = codegenParameter.paramName + "_example"; ``` with: ```java else if...