Skip to content

Commit

Permalink
Deploying to gh-pages - 13:59:02
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Dec 5, 2024
1 parent 8603565 commit a351fa7
Show file tree
Hide file tree
Showing 13 changed files with 205 additions and 200 deletions.
68 changes: 35 additions & 33 deletions snapshot/api/index-all.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions snapshot/api/io/micronaut/sourcegen/model/ClassDef.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>Field Summary</h2>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-io.micronaut.sourcegen.model.ObjectDef">Fields inherited from class&nbsp;io.micronaut.sourcegen.model.<a href="ObjectDef.html" title="class in io.micronaut.sourcegen.model">ObjectDef</a></h3>
<code><a href="ObjectDef.html#innerTypes">innerTypes</a>, <a href="ObjectDef.html#methods">methods</a>, <a href="ObjectDef.html#properties">properties</a>, <a href="ObjectDef.html#superinterfaces">superinterfaces</a>, <a href="ObjectDef.html#type">type</a></code></div>
<code><a href="ObjectDef.html#className">className</a>, <a href="ObjectDef.html#innerTypes">innerTypes</a>, <a href="ObjectDef.html#methods">methods</a>, <a href="ObjectDef.html#properties">properties</a>, <a href="ObjectDef.html#superinterfaces">superinterfaces</a></code></div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
Expand Down Expand Up @@ -192,9 +192,9 @@ <h2>Method Summary</h2>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ClassDef.html" title="class in io.micronaut.sourcegen.model">ClassDef</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withType(io.micronaut.sourcegen.model.ClassTypeDef)" class="member-name-link">withType</a><wbr>(<a href="ClassTypeDef.html" title="interface in io.micronaut.sourcegen.model">ClassTypeDef</a>&nbsp;type)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withClassName(io.micronaut.sourcegen.model.ClassTypeDef.ClassName)" class="member-name-link">withClassName</a><wbr>(<a href="ClassTypeDef.ClassName.html" title="class in io.micronaut.sourcegen.model">ClassTypeDef.ClassName</a>&nbsp;className)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Creates a copy of this definition with a specific type.</div>
<div class="block">Creates a copy of this definition with a new class name.</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -249,18 +249,18 @@ <h3>javadoc</h3>
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="withType(io.micronaut.sourcegen.model.ClassTypeDef)">
<h3>withType</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ClassDef.html" title="class in io.micronaut.sourcegen.model">ClassDef</a></span>&nbsp;<span class="element-name">withType</span><wbr><span class="parameters">(<a href="ClassTypeDef.html" title="interface in io.micronaut.sourcegen.model">ClassTypeDef</a>&nbsp;type)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="ObjectDef.html#withType(io.micronaut.sourcegen.model.ClassTypeDef)">ObjectDef</a></code></span></div>
<div class="block">Creates a copy of this definition with a specific type.</div>
<section class="detail" id="withClassName(io.micronaut.sourcegen.model.ClassTypeDef.ClassName)">
<h3>withClassName</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ClassDef.html" title="class in io.micronaut.sourcegen.model">ClassDef</a></span>&nbsp;<span class="element-name">withClassName</span><wbr><span class="parameters">(<a href="ClassTypeDef.ClassName.html" title="class in io.micronaut.sourcegen.model">ClassTypeDef.ClassName</a>&nbsp;className)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="ObjectDef.html#withClassName(io.micronaut.sourcegen.model.ClassTypeDef.ClassName)">ObjectDef</a></code></span></div>
<div class="block">Creates a copy of this definition with a new class name.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ObjectDef.html#withType(io.micronaut.sourcegen.model.ClassTypeDef)">withType</a></code>&nbsp;in class&nbsp;<code><a href="ObjectDef.html" title="class in io.micronaut.sourcegen.model">ObjectDef</a></code></dd>
<dd><code><a href="ObjectDef.html#withClassName(io.micronaut.sourcegen.model.ClassTypeDef.ClassName)">withClassName</a></code>&nbsp;in class&nbsp;<code><a href="ObjectDef.html" title="class in io.micronaut.sourcegen.model">ObjectDef</a></code></dd>
<dt>Parameters:</dt>
<dd><code>type</code> - The type</dd>
<dd><code>className</code> - The class name</dd>
<dt>Returns:</dt>
<dd>the copy of this object definition with a new name</dd>
<dd>the copy of this object definition with a new class name</dd>
</dl>
</section>
</li>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3>getCanonicalName</h3>
<dt>Specified by:</dt>
<dd><code><a href="ClassTypeDef.html#getCanonicalName()">getCanonicalName</a></code>&nbsp;in interface&nbsp;<code><a href="ClassTypeDef.html" title="interface in io.micronaut.sourcegen.model">ClassTypeDef</a></code></dd>
<dt>Returns:</dt>
<dd>The type name</dd>
<dd>The canonical type name</dd>
</dl>
</section>
</li>
Expand Down
Loading

0 comments on commit a351fa7

Please sign in to comment.