Skip to content

Commit

Permalink
Automated deployment: Mon Sep 25 13:42:31 UTC 2023 bb89010
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 25, 2023
1 parent af9d380 commit 0d0c94c
Show file tree
Hide file tree
Showing 165 changed files with 41,943 additions and 1,980 deletions.
4 changes: 2 additions & 2 deletions documentation/reference-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ <h1>Reference Guide</h1>
<li>API documentation: <a href="/documentation/stable/api/">JavaDoc</a></li>
<li><a href="https://github.com/mapstruct/mapstruct/releases/tag/1.5.5.Final">Migration notes</a></li>
</ul>
<p><strong>Spring Extensions</strong> (August 8th 2023; latest milestone release)</p>
<p><strong>Spring Extensions</strong> (September 25th 2023; latest milestone release)</p>
<ul>
<li>Reference guide: <a href="/documentation/spring-extensions/reference/html/">HTML</a></li>
<li>API documentation: <a href="/documentation/spring-extensions/api/annotations/">Annotations JavaDoc</a> | <a href="/documentation/spring-extensions/api/extensions/">Extensions JavaDoc</a></li>
<li>API documentation: <a href="/documentation/spring-extensions/api/annotations/">Annotations JavaDoc</a> | <a href="/documentation/spring-extensions/api/extensions/">Extensions JavaDoc</a> | <a href="/documentation/spring-extensions/api/test-extensions/">Test Extensions JavaDoc</a></li>
</ul>
<p><strong>1.4.2.Final</strong> (January 31st 2021)</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Classes (annotations 1.0.2 API)</title>
<title>All Classes (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (annotations 1.0.2 API)";
parent.document.title="All Classes (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -103,13 +103,26 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><a href="org/mapstruct/extensions/spring/AdapterMethodName.html" title="annotation in org.mapstruct.extensions.spring">AdapterMethodName</a></td>
<th class="colLast" scope="row">
<div class="block">Overrides the default method name generated in the Adapter class.</div>
</th>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><a href="org/mapstruct/extensions/spring/DelegatingConverter.html" title="annotation in org.mapstruct.extensions.spring">DelegatingConverter</a></td>
<th class="colLast" scope="row">
<div class="block">Indicates that the system should generate a delegating <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/converter/Converter.html?is-external=true" title="class or interface in org.springframework.core.convert.converter" class="externalLink"><code>Converter</code></a> that will call the annotated method in its
own <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/converter/Converter.html?is-external=true#convert(S)" title="class or interface in org.springframework.core.convert.converter" class="externalLink"><code>Converter.convert(Object)</code></a>.</div>
</th>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><a href="org/mapstruct/extensions/spring/ExternalConversion.html" title="annotation in org.mapstruct.extensions.spring">ExternalConversion</a></td>
<th class="colLast" scope="row">
<div class="block">Allows the specification of a conversion that is available via the <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/ConversionService.html?is-external=true" title="class or interface in org.springframework.core.convert" class="externalLink"><code>ConversionService</code></a>, but is <em>not</em>
declared as a MapStruct mapper within the scope of the <a href="org/mapstruct/extensions/spring/SpringMapperConfig.html" title="annotation in org.mapstruct.extensions.spring"><code>SpringMapperConfig</code></a>.</div>
</th>
</tr>
<tr id="i1" class="rowColor">
<tr id="i3" class="rowColor">
<td class="colFirst"><a href="org/mapstruct/extensions/spring/SpringMapperConfig.html" title="annotation in org.mapstruct.extensions.spring">SpringMapperConfig</a></td>
<th class="colLast" scope="row">
<div class="block">Marks a class or interface as configuration source for the Spring extension.</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Classes (annotations 1.0.2 API)</title>
<title>All Classes (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,6 +20,8 @@
<h1 class="bar">All&nbsp;Classes</h1>
<main role="main" class="indexContainer">
<ul>
<li><a href="org/mapstruct/extensions/spring/AdapterMethodName.html" title="annotation in org.mapstruct.extensions.spring">AdapterMethodName</a></li>
<li><a href="org/mapstruct/extensions/spring/DelegatingConverter.html" title="annotation in org.mapstruct.extensions.spring">DelegatingConverter</a></li>
<li><a href="org/mapstruct/extensions/spring/ExternalConversion.html" title="annotation in org.mapstruct.extensions.spring">ExternalConversion</a></li>
<li><a href="org/mapstruct/extensions/spring/SpringMapperConfig.html" title="annotation in org.mapstruct.extensions.spring">SpringMapperConfig</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>All Packages (annotations 1.0.2 API)</title>
<title>All Packages (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (annotations 1.0.2 API)";
parent.document.title="All Packages (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (annotations 1.0.2 API)</title>
<title>Constant Field Values (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (annotations 1.0.2 API)";
parent.document.title="Constant Field Values (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (annotations 1.0.2 API)</title>
<title>Deprecated List (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (annotations 1.0.2 API)";
parent.document.title="Deprecated List (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions documentation/spring-extensions/api/annotations/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>API Help (annotations 1.0.2 API)</title>
<title>API Help (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (annotations 1.0.2 API)";
parent.document.title="API Help (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down
51 changes: 47 additions & 4 deletions documentation/spring-extensions/api/annotations/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- Generated by javadoc -->
<title>Index (annotations 1.0.2 API)</title>
<title>Index (annotations 1.1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (annotations 1.0.2 API)";
parent.document.title="Index (annotations 1.1.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -90,7 +90,19 @@
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:C">
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/mapstruct/extensions/spring/ExternalConversion.html#adapterMethodName()">adapterMethodName()</a></span> - Method in annotation type org.mapstruct.extensions.spring.<a href="org/mapstruct/extensions/spring/ExternalConversion.html" title="annotation in org.mapstruct.extensions.spring">ExternalConversion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/mapstruct/extensions/spring/AdapterMethodName.html" title="annotation in org.mapstruct.extensions.spring"><span class="typeNameLink">AdapterMethodName</span></a> - Annotation Type in <a href="org/mapstruct/extensions/spring/package-summary.html">org.mapstruct.extensions.spring</a></dt>
<dd>
<div class="block">Overrides the default method name generated in the Adapter class.</div>
</dd>
</dl>
<a id="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
Expand All @@ -108,6 +120,17 @@ <h2 class="title">C</h2>
<div class="block">The bean name for the Spring <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/ConversionService.html?is-external=true" title="class or interface in org.springframework.core.convert" class="externalLink"><code>ConversionService</code></a> to use.</div>
</dd>
</dl>
<a id="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="org/mapstruct/extensions/spring/DelegatingConverter.html" title="annotation in org.mapstruct.extensions.spring"><span class="typeNameLink">DelegatingConverter</span></a> - Annotation Type in <a href="org/mapstruct/extensions/spring/package-summary.html">org.mapstruct.extensions.spring</a></dt>
<dd>
<div class="block">Indicates that the system should generate a delegating <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/converter/Converter.html?is-external=true" title="class or interface in org.springframework.core.convert.converter" class="externalLink"><code>Converter</code></a> that will call the annotated method in its
own <a href="https://docs.spring.io/spring/docs/5.0.0.RELEASE/javadoc-api/org/springframework/core/convert/converter/Converter.html?is-external=true#convert(S)" title="class or interface in org.springframework.core.convert.converter" class="externalLink"><code>Converter.convert(Object)</code></a>.</div>
</dd>
</dl>
<a id="I:E">
<!-- -->
</a>
Expand All @@ -124,6 +147,16 @@ <h2 class="title">E</h2>
generated Adapter.</div>
</dd>
</dl>
<a id="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/mapstruct/extensions/spring/SpringMapperConfig.html#generateConverterScan()">generateConverterScan()</a></span> - Method in annotation type org.mapstruct.extensions.spring.<a href="org/mapstruct/extensions/spring/SpringMapperConfig.html" title="annotation in org.mapstruct.extensions.spring">SpringMapperConfig</a></dt>
<dd>
<div class="block">Indicates whether to generate a <code>ConverterScan</code> when using <a href="org/mapstruct/extensions/spring/SpringMapperConfig.html#conversionServiceBeanName()"><code>conversionServiceBeanName()</code></a>.</div>
</dd>
</dl>
<a id="I:L">
<!-- -->
</a>
Expand Down Expand Up @@ -163,7 +196,17 @@ <h2 class="title">T</h2>
<dt><span class="memberNameLink"><a href="org/mapstruct/extensions/spring/ExternalConversion.html#targetType()">targetType()</a></span> - Method in annotation type org.mapstruct.extensions.spring.<a href="org/mapstruct/extensions/spring/ExternalConversion.html" title="annotation in org.mapstruct.extensions.spring">ExternalConversion</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
<a id="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/mapstruct/extensions/spring/AdapterMethodName.html#value()">value()</a></span> - Method in annotation type org.mapstruct.extensions.spring.<a href="org/mapstruct/extensions/spring/AdapterMethodName.html" title="annotation in org.mapstruct.extensions.spring">AdapterMethodName</a></dt>
<dd>
<div class="block">The method name to be used instead of the default.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">
Expand Down
4 changes: 2 additions & 2 deletions documentation/spring-extensions/api/annotations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.8) on Tue Aug 08 21:36:17 BST 2023 -->
<title>annotations 1.0.2 API</title>
<!-- Generated by javadoc (11.0.8) on Mon Sep 25 10:02:16 BST 2023 -->
<title>annotations 1.1.0 API</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">window.location.replace('org/mapstruct/extensions/spring/package-summary.html')</script>
<noscript>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 0d0c94c

Please sign in to comment.