Skip to content

Commit

Permalink
Deploying to gh-pages - 16:31:34
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Feb 21, 2024
1 parent 3683f78 commit 6a6c9ed
Show file tree
Hide file tree
Showing 80 changed files with 174 additions and 161 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,10 @@ <h2 title="[Java] Class DefaultJsonGenerator" class="title">[Java] Class Default
<hr>
<br>

<pre>public&nbsp;class DefaultJsonGenerator
extends java.lang.Object
implements <a href='../../../../grails/plugin/json/builder/JsonGenerator.html'>JsonGenerator</a></pre>
<pre>public&nbsp;class DefaultJsonGenerator</pre>

<p> Temporary fork of DefaultJsonGenerator until Groovy 2.5.0 is out.

A JsonGenerator that can be configured with various JsonGenerator.Options.
<p>A JsonGenerator that can be configured with various JsonGenerator.Options.
If the default options are sufficient consider using the static <CODE>JsonOutput.toJson</CODE>
methods.
<DL><DT><B>See Also:</B></DT><DD>JsonGenerator.Options#build()</DD></DL><DL><DT><B>Since:</B></DT><DD>2.5</DD></DL></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h4>&lt;T&gt; public&nbsp;<a href='../../../../Options.html'>Options</a> <strong
is serialized.

<p>The closure must accept either 1 or 2 parameters. The first parameter
is required and will be instance of the <CODE>type</CODE> for which the closure
is required and will be an instance of the <CODE>type</CODE> for which the closure
is registered. The second optional parameter should be of type <CODE>String</CODE>
and, if available, will be passed the name of the key associated with this
value if serializing a JSON Object. This parameter will be <CODE>null</CODE> when
Expand All @@ -551,7 +551,7 @@ <h4>&lt;T&gt; public&nbsp;<a href='../../../../Options.html'>Options</a> <strong

<p>If two or more closures are registered for the exact same type the last
closure based on the order they were specified will be used. When serializing an
object its type is compared to the list of registered types in the order the were
object its type is compared to the list of registered types in the order they were
given and the closure for the first suitable type will be called. Therefore, it is
important to register more specific types first.
<DL><DT><B>Parameters:</B></DT><DD><code>type</code> - the type to convert</DD><DD><code>closure</code> - called when the registered type or any type assignable to the given
Expand Down
4 changes: 2 additions & 2 deletions snapshot/api/grails/plugin/json/builder/JsonGenerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ <h2 title="[Java] Interface JsonGenerator" class="title">[Java] Interface JsonGe

<p> Temporary fork of groovy JsonGenerator until Groovy 2.5.0 is out.

Generates JSON from objects.
<p>Generates JSON from objects.

The Options builder can be used to configure an instance of a JsonGenerator.
<p>The Options builder can be used to configure an instance of a JsonGenerator.
<DL><DT><B>See Also:</B></DT><DD>Options#build()#build()</DD></DL><DL><DT><B>Since:</B></DT><DD>2.5</DD></DL></p>

</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3>Field Detail</h3>
<a name="text"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>private&nbsp;java.lang.CharSequence <strong>text</strong></h4>
<h4>private&nbsp;final&nbsp;java.lang.CharSequence <strong>text</strong></h4>
<p></p>
</li>
</ul>
Expand Down
7 changes: 3 additions & 4 deletions snapshot/api/grails/plugin/json/builder/JsonOutput.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@ <h2 title="[Java] Class JsonOutput" class="title">[Java] Class JsonOutput</h2>
<hr>
<br>

<pre>public&nbsp;class JsonOutput
extends java.lang.Object</pre>
<pre>public&nbsp;class JsonOutput</pre>

<p> Temporary fork of groovy.json.JsonOutput until Groovy 2.5.0 is out.

Class responsible for the actual String serialization of the possible values of a JSON structure.
This class can also be used as a category, so as to add <code>toJson()</code> methods to various types.
<p>Class responsible for the actual String serialization of the possible values of a JSON structure.
This class can also be used as a category, to add <code>toJson()</code> methods to various types.
<DL><DT><B>Authors:</B></DT><DD>Guillaume Laforge</DD><DD>Roshan Dawrani</DD><DD>Andrey Bloschetsov</DD><DD>Rick Hightower</DD><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>1.8.0</DD></DL></p>

</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h4>private&nbsp;final&nbsp;<a href='../../../../grails/plugin/json/builder/Json
<a name="writer"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>private&nbsp;java.io.Writer <strong>writer</strong></h4>
<h4>private&nbsp;final&nbsp;java.io.Writer <strong>writer</strong></h4>
<p></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ <h2 title="[Groovy] Class JsonViewConfiguration" class="title">[Groovy] Class Js
<hr>
<br>

<pre>@org.springframework.boot.context.properties.ConfigurationProperties(value: grails.views.json)
<pre>@groovy.transform.CompileStatic
@org.springframework.boot.context.properties.ConfigurationProperties(value: grails.views.json)
class JsonViewConfiguration
extends java.lang.Object
implements <a href='../../../../grails/views/GenericViewConfiguration.html'>GenericViewConfiguration</a></pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ <h2 title="[Groovy] Class JsonViewGeneratorConfiguration" class="title">[Groovy]
<hr>
<br>

<pre>class JsonViewGeneratorConfiguration
<pre>@groovy.transform.CompileStatic
class JsonViewGeneratorConfiguration
extends java.lang.Object</pre>

<p> Created by jameskleeh on 11/8/16.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 title="[Groovy] Class JsonViewGrailsPlugin" class="title">[Groovy] Class Jso
<br>

<pre>class JsonViewGrailsPlugin
extends <a href='../../../../Plugin.html'>Plugin</a></pre>
extends <a href='../../../../grails.plugins.Plugin.html'>Plugin</a></pre>

</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ <h2 title="[Groovy] Interface GrailsJsonViewHelper" class="title">[Groovy] Inter
<hr>
<br>

<pre>interface GrailsJsonViewHelper
<pre>@groovy.transform.CompileStatic
interface GrailsJsonViewHelper
extends <a href='../../../../../grails/views/api/GrailsViewHelper.html'>GrailsViewHelper</a></pre>

<p> Additional methods specific to JSON views <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>1.0</DD></DL></p>
Expand Down
3 changes: 2 additions & 1 deletion snapshot/api/grails/plugin/json/view/api/HalViewHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ <h2 title="[Groovy] Interface HalViewHelper" class="title">[Groovy] Interface Ha
<hr>
<br>

<pre>interface HalViewHelper</pre>
<pre>@groovy.transform.CompileStatic
interface HalViewHelper</pre>

<p> <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>1.1.0</DD></DL></p>

Expand Down
8 changes: 4 additions & 4 deletions snapshot/api/grails/plugin/json/view/api/JsonView.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3>Field Summary</h3>
<tr class="altColor">
<td class="colFirst"><code><strong>private&nbsp;<a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html'>StreamingJsonBuilder</a></strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#json">json</a></code></td>
<td class="colLast">The <a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html' title='StreamingJsonBuilder'>StreamingJsonBuilder</a> instance</td>
<td class="colLast">The StreamingJsonBuilder instance</td>
</tr>

<tr class="rowColor">
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Properties Summary</h3>

<tr class="altColor">
<td class="colFirst"><code><strong><a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html'>StreamingJsonBuilder</a></strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#json">json</a></code><br>The <a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html' title='StreamingJsonBuilder'>StreamingJsonBuilder</a> instance</td>
<td class="colLast"><code><a href="#json">json</a></code><br>The StreamingJsonBuilder instance</td>
</tr>

<tr class="rowColor">
Expand Down Expand Up @@ -442,7 +442,7 @@ <h4>private&nbsp;<a href='../../../../../grails/plugin/json/view/api/HalViewHelp
<ul class="blockListLast">
<li class="blockList">
<h4>private&nbsp;<a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html'>StreamingJsonBuilder</a> <strong>json</strong></h4>
<p> The <a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html' title='StreamingJsonBuilder'>StreamingJsonBuilder</a> instance</p>
<p> The StreamingJsonBuilder instance</p>
</li>
</ul>

Expand Down Expand Up @@ -526,7 +526,7 @@ <h4><a href='../../../../../grails/plugin/json/view/api/HalViewHelper.html'>HalV
<ul class="blockListLast">
<li class="blockList">
<h4><a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html'>StreamingJsonBuilder</a> <strong>json</strong></h4>
<p> The <a href='../../../../../grails/plugin/json/builder/StreamingJsonBuilder.html' title='StreamingJsonBuilder'>StreamingJsonBuilder</a> instance</p>
<p> The StreamingJsonBuilder instance</p>
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ <h2 title="[Groovy] Interface JsonApiIdRenderStrategy" class="title">[Groovy] In
<hr>
<br>

<pre>interface JsonApiIdRenderStrategy</pre>
<pre>@groovy.transform.CompileStatic
interface JsonApiIdRenderStrategy</pre>

</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ <h2 title="[Groovy] Class JsonTemplateTypeCheckingExtension" class="title">[Groo
<hr>
<br>

<pre>class JsonTemplateTypeCheckingExtension
<pre>@groovy.transform.CompileStatic
class JsonTemplateTypeCheckingExtension
extends <a href='../../../../../grails/views/compiler/BuilderTypeCheckingExtension.html'>BuilderTypeCheckingExtension</a></pre>

<p> A type checking extension for JSON builder <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL></p>
Expand Down Expand Up @@ -461,6 +462,7 @@ <h4>@java.lang.Override
<ul class="blockListLast">
<li class="blockList">
<h4>@java.lang.Override
@groovy.transform.CompileDynamic
boolean <strong>isMethodDynamic</strong>(java.lang.Object receiver, java.lang.Object name, java.lang.Object argList, java.lang.Object argTypes, java.lang.Object call)</h4>
<p></p>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class groovy.text.markup.TemplateConfiguration</code></td>
<td class="colLast"><code>groovy.text.markup.TemplateConfiguration#getLocale(), groovy.text.markup.TemplateConfiguration#getDeclarationEncoding(), groovy.text.markup.TemplateConfiguration#setDeclarationEncoding(java.lang.String), groovy.text.markup.TemplateConfiguration#isUseDoubleQuotes(), groovy.text.markup.TemplateConfiguration#setUseDoubleQuotes(boolean), groovy.text.markup.TemplateConfiguration#getNewLineString(), groovy.text.markup.TemplateConfiguration#setNewLineString(java.lang.String), groovy.text.markup.TemplateConfiguration#isAutoEscape(), groovy.text.markup.TemplateConfiguration#setAutoEscape(boolean), groovy.text.markup.TemplateConfiguration#isAutoIndent(), groovy.text.markup.TemplateConfiguration#getAutoIndentString(), groovy.text.markup.TemplateConfiguration#setAutoIndentString(java.lang.String), groovy.text.markup.TemplateConfiguration#setAutoNewLine(boolean), groovy.text.markup.TemplateConfiguration#getBaseTemplateClass(), groovy.text.markup.TemplateConfiguration#setBaseTemplateClass(java.lang.Class), groovy.text.markup.TemplateConfiguration#isCacheTemplates(), groovy.text.markup.TemplateConfiguration#setCacheTemplates(boolean), groovy.text.markup.TemplateConfiguration#isAutoNewLine(), groovy.text.markup.TemplateConfiguration#setAutoIndent(boolean), groovy.text.markup.TemplateConfiguration#isExpandEmptyElements(), groovy.text.markup.TemplateConfiguration#setExpandEmptyElements(boolean), groovy.text.markup.TemplateConfiguration#setLocale(java.util.Locale), groovy.text.markup.TemplateConfiguration#wait(long), groovy.text.markup.TemplateConfiguration#wait(long, int), groovy.text.markup.TemplateConfiguration#wait(), groovy.text.markup.TemplateConfiguration#equals(java.lang.Object), groovy.text.markup.TemplateConfiguration#toString(), groovy.text.markup.TemplateConfiguration#hashCode(), groovy.text.markup.TemplateConfiguration#getClass(), groovy.text.markup.TemplateConfiguration#notify(), groovy.text.markup.TemplateConfiguration#notifyAll()</code></td>
<td class="colLast"><code>groovy.text.markup.TemplateConfiguration#setLocale(java.util.Locale), groovy.text.markup.TemplateConfiguration#getLocale(), groovy.text.markup.TemplateConfiguration#setAutoNewLine(boolean), groovy.text.markup.TemplateConfiguration#getBaseTemplateClass(), groovy.text.markup.TemplateConfiguration#setBaseTemplateClass(java.lang.Class), groovy.text.markup.TemplateConfiguration#isCacheTemplates(), groovy.text.markup.TemplateConfiguration#setCacheTemplates(boolean), groovy.text.markup.TemplateConfiguration#isAutoNewLine(), groovy.text.markup.TemplateConfiguration#getDeclarationEncoding(), groovy.text.markup.TemplateConfiguration#setDeclarationEncoding(java.lang.String), groovy.text.markup.TemplateConfiguration#isExpandEmptyElements(), groovy.text.markup.TemplateConfiguration#setExpandEmptyElements(boolean), groovy.text.markup.TemplateConfiguration#isUseDoubleQuotes(), groovy.text.markup.TemplateConfiguration#setUseDoubleQuotes(boolean), groovy.text.markup.TemplateConfiguration#getNewLineString(), groovy.text.markup.TemplateConfiguration#setNewLineString(java.lang.String), groovy.text.markup.TemplateConfiguration#isAutoEscape(), groovy.text.markup.TemplateConfiguration#setAutoEscape(boolean), groovy.text.markup.TemplateConfiguration#isAutoIndent(), groovy.text.markup.TemplateConfiguration#setAutoIndent(boolean), groovy.text.markup.TemplateConfiguration#getAutoIndentString(), groovy.text.markup.TemplateConfiguration#setAutoIndentString(java.lang.String), groovy.text.markup.TemplateConfiguration#wait(long), groovy.text.markup.TemplateConfiguration#wait(long, int), groovy.text.markup.TemplateConfiguration#wait(), groovy.text.markup.TemplateConfiguration#equals(java.lang.Object), groovy.text.markup.TemplateConfiguration#toString(), groovy.text.markup.TemplateConfiguration#hashCode(), groovy.text.markup.TemplateConfiguration#getClass(), groovy.text.markup.TemplateConfiguration#notify(), groovy.text.markup.TemplateConfiguration#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 title="[Groovy] Class MarkupViewGrailsPlugin" class="title">[Groovy] Class M
<br>

<pre>class MarkupViewGrailsPlugin
extends <a href='../../../../Plugin.html'>Plugin</a></pre>
extends <a href='../../../../grails.plugins.Plugin.html'>Plugin</a></pre>

<p> Plugin class for markup views <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>1.0</DD></DL></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class groovy.text.markup.BaseTemplate</code></td>
<td class="colLast"><code>groovy.text.markup.BaseTemplate#getModel(), groovy.text.markup.BaseTemplate#methodMissing(java.lang.String, java.lang.Object), groovy.text.markup.BaseTemplate#getOut(), groovy.text.markup.BaseTemplate#includeGroovy(java.lang.String), groovy.text.markup.BaseTemplate#includeEscaped(java.lang.String), groovy.text.markup.BaseTemplate#includeUnescaped(java.lang.String), groovy.text.markup.BaseTemplate#tryEscape(java.lang.Object), groovy.text.markup.BaseTemplate#yieldUnescaped(java.lang.Object), groovy.text.markup.BaseTemplate#stringOf(groovy.lang.Closure), groovy.text.markup.BaseTemplate#xmlDeclaration(), groovy.text.markup.BaseTemplate#writeTo(java.io.Writer), groovy.text.markup.BaseTemplate#fragment(java.util.Map, java.lang.String), groovy.text.markup.BaseTemplate#pi(java.util.Map), groovy.text.markup.BaseTemplate#contents(groovy.lang.Closure), groovy.text.markup.BaseTemplate#layout(java.util.Map, java.lang.String), groovy.text.markup.BaseTemplate#layout(java.util.Map, java.lang.String, boolean), groovy.text.markup.BaseTemplate#run(), groovy.text.markup.BaseTemplate#toString(), groovy.text.markup.BaseTemplate#yield(java.lang.Object), groovy.text.markup.BaseTemplate#comment(java.lang.Object), groovy.text.markup.BaseTemplate#newLine(), groovy.text.markup.BaseTemplate#wait(long), groovy.text.markup.BaseTemplate#wait(long, int), groovy.text.markup.BaseTemplate#wait(), groovy.text.markup.BaseTemplate#equals(java.lang.Object), groovy.text.markup.BaseTemplate#hashCode(), groovy.text.markup.BaseTemplate#getClass(), groovy.text.markup.BaseTemplate#notify(), groovy.text.markup.BaseTemplate#notifyAll()</code></td>
<td class="colLast"><code>groovy.text.markup.BaseTemplate#getModel(), groovy.text.markup.BaseTemplate#methodMissing(java.lang.String, java.lang.Object), groovy.text.markup.BaseTemplate#getOut(), groovy.text.markup.BaseTemplate#contents(groovy.lang.Closure), groovy.text.markup.BaseTemplate#fragment(java.util.Map, java.lang.String), groovy.text.markup.BaseTemplate#yieldUnescaped(java.lang.Object), groovy.text.markup.BaseTemplate#stringOf(groovy.lang.Closure), groovy.text.markup.BaseTemplate#xmlDeclaration(), groovy.text.markup.BaseTemplate#includeGroovy(java.lang.String), groovy.text.markup.BaseTemplate#includeEscaped(java.lang.String), groovy.text.markup.BaseTemplate#includeUnescaped(java.lang.String), groovy.text.markup.BaseTemplate#tryEscape(java.lang.Object), groovy.text.markup.BaseTemplate#writeTo(java.io.Writer), groovy.text.markup.BaseTemplate#pi(java.util.Map), groovy.text.markup.BaseTemplate#layout(java.util.Map, java.lang.String), groovy.text.markup.BaseTemplate#layout(java.util.Map, java.lang.String, boolean), groovy.text.markup.BaseTemplate#run(), groovy.text.markup.BaseTemplate#toString(), groovy.text.markup.BaseTemplate#yield(java.lang.Object), groovy.text.markup.BaseTemplate#comment(java.lang.Object), groovy.text.markup.BaseTemplate#newLine(), groovy.text.markup.BaseTemplate#wait(long), groovy.text.markup.BaseTemplate#wait(long, int), groovy.text.markup.BaseTemplate#wait(), groovy.text.markup.BaseTemplate#equals(java.lang.Object), groovy.text.markup.BaseTemplate#hashCode(), groovy.text.markup.BaseTemplate#getClass(), groovy.text.markup.BaseTemplate#notify(), groovy.text.markup.BaseTemplate#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
Loading

0 comments on commit 6a6c9ed

Please sign in to comment.