Andriy Dmytruk a0dd025c82
Add Micronaut server generator (#10270)
* 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>
2022-01-26 13:51:19 +08:00

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&lt;Integer&gt; [optional property]
nameString String [optional property]
nameNumber BigDecimal [optional property]
nameInteger Integer [optional property]
nameBoolean Boolean [optional property]
nameArray List&lt;Integer&gt; [optional property]
nameWrappedArray List&lt;Integer&gt; [optional property]
prefixString String [optional property]
prefixNumber BigDecimal [optional property]
prefixInteger Integer [optional property]
prefixBoolean Boolean [optional property]
prefixArray List&lt;Integer&gt; [optional property]
prefixWrappedArray List&lt;Integer&gt; [optional property]
namespaceString String [optional property]
namespaceNumber BigDecimal [optional property]
namespaceInteger Integer [optional property]
namespaceBoolean Boolean [optional property]
namespaceArray List&lt;Integer&gt; [optional property]
namespaceWrappedArray List&lt;Integer&gt; [optional property]
prefixNsString String [optional property]
prefixNsNumber BigDecimal [optional property]
prefixNsInteger Integer [optional property]
prefixNsBoolean Boolean [optional property]
prefixNsArray List&lt;Integer&gt; [optional property]
prefixNsWrappedArray List&lt;Integer&gt; [optional property]