This website requires JavaScript.
Explore
Help
Register
Sign In
valitydev
/
openapi-generator
Watch
14
Star
0
Fork
0
You've already forked openapi-generator
mirror of
https://github.com/valitydev/openapi-generator.git
synced
2024-11-06 18:45:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d1a296412e
openapi-generator
/
bin
/
java-petstore-resttemplate.json
5 lines
85 B
JSON
Raw
Normal View
History
Unescape
Escape
Add support for Spring's RestTemplate in Java client codegen (#5404) * Add support for Spring's RestTemplate in Java client codegen Resolves #1176 * Update all Java samples to include change for Jackson enums Currently enums are deserialized from a String value with an explicit @JsonCreator. However, they are not being serialized with this String value. This change introduces the @JsonValue annotation on the toString() method of enums, so they will be serialized as a String with the correct value.
2017-04-24 06:40:47 +00:00
{
"library"
:
"resttemplate"
,
"artifactId"
:
"swagger-petstore-resttemplate"
replace petstore.json with petstore.yaml in shell scripts
2017-04-29 04:02:37 +00:00
}
Reference in New Issue
Copy Permalink