forked from loafle/openapi-generator-original
* Add micronaut server implementation * Add micronaut server tests and imporovements * Generate samples, docs and verify that tests pass * Update micronaut docs and samples after merging with master * Update micronaut dev server samples * Add micronuat server docs * Update micronaut version * Minor changes to micronaut server and client * Fix documentation generation in samples Co-authored-by: Andriy Dmytruk <andriy.dmytruk@andriy.dmytruk.ca.oracle.com>
2.0 KiB
2.0 KiB
XmlItem
The class is defined in XmlItem.java
Properties
Name | Type | Description | Notes |
---|---|---|---|
attributeString | String |
[optional property] | |
attributeNumber | BigDecimal |
[optional property] | |
attributeInteger | Integer |
[optional property] | |
attributeBoolean | Boolean |
[optional property] | |
wrappedArray | List<Integer> |
[optional property] | |
nameString | String |
[optional property] | |
nameNumber | BigDecimal |
[optional property] | |
nameInteger | Integer |
[optional property] | |
nameBoolean | Boolean |
[optional property] | |
nameArray | List<Integer> |
[optional property] | |
nameWrappedArray | List<Integer> |
[optional property] | |
prefixString | String |
[optional property] | |
prefixNumber | BigDecimal |
[optional property] | |
prefixInteger | Integer |
[optional property] | |
prefixBoolean | Boolean |
[optional property] | |
prefixArray | List<Integer> |
[optional property] | |
prefixWrappedArray | List<Integer> |
[optional property] | |
namespaceString | String |
[optional property] | |
namespaceNumber | BigDecimal |
[optional property] | |
namespaceInteger | Integer |
[optional property] | |
namespaceBoolean | Boolean |
[optional property] | |
namespaceArray | List<Integer> |
[optional property] | |
namespaceWrappedArray | List<Integer> |
[optional property] | |
prefixNsString | String |
[optional property] | |
prefixNsNumber | BigDecimal |
[optional property] | |
prefixNsInteger | Integer |
[optional property] | |
prefixNsBoolean | Boolean |
[optional property] | |
prefixNsArray | List<Integer> |
[optional property] | |
prefixNsWrappedArray | List<Integer> |
[optional property] |