Files
openapi-generator/samples/client/petstore/java/jersey2-experimental/docs/InlineObject2.md
William Cheng 588023686a Add HTTP signature authentication support to Java (jersey2-experimental) (#6058)
* add fmt-maven-plugin to jersey2 exp

* update samples

* add http signature auth template

* minor fix

* fix http beaer auth, update sample

* fix http signature auth

* fix http signature auth

* header support

* add query string to path

* undo changes in default codegen

* ignore fake test

* add serialize to string method

* add serialzie to string method

* add get mapper

* auto format java source code

* remove plugin

* update pom.xml

* change back AbstractOpenApiSchema to T

* skip mvn code formatter in bin script

* undo changes to spec

* update samples

* add back HttpSignatureAuth.java
2020-04-28 00:09:30 +08:00

673 B

InlineObject2

Properties

Name Type Description Notes
enumFormStringArray List<EnumFormStringArrayEnum> Form parameter enum test (string array) [optional]
enumFormString EnumFormStringEnum Form parameter enum test (string) [optional]

Enum: List<EnumFormStringArrayEnum>

Name Value
GREATER_THAN ">"
DOLLAR "$"

Enum: EnumFormStringEnum

Name Value
_ABC "_abc"
_EFG "-efg"
XYZ "(xyz)"