mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 12:47:07 +00:00
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
static utility::string_t parameterToString(int32_t value);
|
||||
static utility::string_t parameterToString(int64_t value);
|
||||
static utility::string_t parameterToString(float value);
|
||||
static utility::string_t parameterToString(double value);
|
||||
static utility::string_t parameterToString(const utility::datetime &value);
|
||||
template<class T>
|
||||
static utility::string_t parameterToString(const std::vector<T>& value);
|
||||
|
||||
Reference in New Issue
Block a user