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
c81c09b941
openapi-generator
/
bin
/
java-petstore-resttemplate.json
5 lines
77 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"
,
Update java client samples OAS2 (#140) * Update java client examples * Rename artifactId in json config files * Add imports in api.mustache for play24 and play25
2018-04-24 07:51:50 +00:00
"artifactId"
:
"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