http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/HeaderInfo.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/HeaderInfo.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/HeaderInfo.html index ac90c7e..309c993 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/HeaderInfo.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/HeaderInfo.html @@ -29,7 +29,7 @@ <span class="sourceLineNo">021</span>/**<a name="line.21"></a> <span class="sourceLineNo">022</span> * Describes a single HTTP header.<a name="line.22"></a> <span class="sourceLineNo">023</span> *<a name="line.23"></a> -<span class="sourceLineNo">024</span> * <h6 class='topic'>Example:</h6><a name="line.24"></a> +<span class="sourceLineNo">024</span> * <h5 class='section'>Example:</h5><a name="line.24"></a> <span class="sourceLineNo">025</span> * <p class='bcode'><a name="line.25"></a> <span class="sourceLineNo">026</span> * {<a name="line.26"></a> <span class="sourceLineNo">027</span> * <js>"description"</js>: <js>"The number of allowed requests in the current period"</js>,<a name="line.27"></a> @@ -146,7 +146,7 @@ <span class="sourceLineNo">138</span> /**<a name="line.138"></a> <span class="sourceLineNo">139</span> * Bean property getter: <property>format</property>.<a name="line.139"></a> <span class="sourceLineNo">140</span> * <p><a name="line.140"></a> -<span class="sourceLineNo">141</span> * The extending format for the previously mentioned <code>type</code>. See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type Formats</a> for further details.<a name="line.141"></a> +<span class="sourceLineNo">141</span> * The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.<a name="line.141"></a> <span class="sourceLineNo">142</span> *<a name="line.142"></a> <span class="sourceLineNo">143</span> * @return The value of the <property>format</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.143"></a> <span class="sourceLineNo">144</span> */<a name="line.144"></a> @@ -157,7 +157,7 @@ <span class="sourceLineNo">149</span> /**<a name="line.149"></a> <span class="sourceLineNo">150</span> * Bean property setter: <property>format</property>.<a name="line.150"></a> <span class="sourceLineNo">151</span> * <p><a name="line.151"></a> -<span class="sourceLineNo">152</span> * The extending format for the previously mentioned <code>type</code>. See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type Formats</a> for further details.<a name="line.152"></a> +<span class="sourceLineNo">152</span> * The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.<a name="line.152"></a> <span class="sourceLineNo">153</span> *<a name="line.153"></a> <span class="sourceLineNo">154</span> * @param format The new value for the <property>format</property> property on this bean.<a name="line.154"></a> <span class="sourceLineNo">155</span> * @return This object (for method chaining).<a name="line.155"></a> @@ -244,7 +244,7 @@ <span class="sourceLineNo">236</span> * <p><a name="line.236"></a> <span class="sourceLineNo">237</span> * Declares the value of the header that the server will use if none is provided.<a name="line.237"></a> <span class="sourceLineNo">238</span> * (Note: <js>"default"</js> has no meaning for required items.)<a name="line.238"></a> -<span class="sourceLineNo">239</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.239"></a> +<span class="sourceLineNo">239</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.239"></a> <span class="sourceLineNo">240</span> * Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the header.<a name="line.240"></a> <span class="sourceLineNo">241</span> *<a name="line.241"></a> <span class="sourceLineNo">242</span> * @return The value of the <property>_default</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.242"></a> @@ -258,7 +258,7 @@ <span class="sourceLineNo">250</span> * <p><a name="line.250"></a> <span class="sourceLineNo">251</span> * Declares the value of the header that the server will use if none is provided.<a name="line.251"></a> <span class="sourceLineNo">252</span> * (Note: <js>"default"</js> has no meaning for required items.)<a name="line.252"></a> -<span class="sourceLineNo">253</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.253"></a> +<span class="sourceLineNo">253</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.253"></a> <span class="sourceLineNo">254</span> * Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the header.<a name="line.254"></a> <span class="sourceLineNo">255</span> *<a name="line.255"></a> <span class="sourceLineNo">256</span> * @param _default The new value for the <property>_default</property> property on this bean.<a name="line.256"></a> @@ -272,7 +272,7 @@ <span class="sourceLineNo">264</span> /**<a name="line.264"></a> <span class="sourceLineNo">265</span> * Bean property getter: <property>maximum</property>.<a name="line.265"></a> <span class="sourceLineNo">266</span> * <p><a name="line.266"></a> -<span class="sourceLineNo">267</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.267"></a> +<span class="sourceLineNo">267</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.267"></a> <span class="sourceLineNo">268</span> *<a name="line.268"></a> <span class="sourceLineNo">269</span> * @return The value of the <property>maximum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.269"></a> <span class="sourceLineNo">270</span> */<a name="line.270"></a> @@ -283,7 +283,7 @@ <span class="sourceLineNo">275</span> /**<a name="line.275"></a> <span class="sourceLineNo">276</span> * Bean property setter: <property>maximum</property>.<a name="line.276"></a> <span class="sourceLineNo">277</span> * <p><a name="line.277"></a> -<span class="sourceLineNo">278</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.278"></a> +<span class="sourceLineNo">278</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.278"></a> <span class="sourceLineNo">279</span> *<a name="line.279"></a> <span class="sourceLineNo">280</span> * @param maximum The new value for the <property>maximum</property> property on this bean.<a name="line.280"></a> <span class="sourceLineNo">281</span> * @return This object (for method chaining).<a name="line.281"></a> @@ -296,7 +296,7 @@ <span class="sourceLineNo">288</span> /**<a name="line.288"></a> <span class="sourceLineNo">289</span> * Bean property getter: <property>exclusiveMaximum</property>.<a name="line.289"></a> <span class="sourceLineNo">290</span> * <p><a name="line.290"></a> -<span class="sourceLineNo">291</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.291"></a> +<span class="sourceLineNo">291</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.291"></a> <span class="sourceLineNo">292</span> *<a name="line.292"></a> <span class="sourceLineNo">293</span> * @return The value of the <property>exclusiveMaximum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.293"></a> <span class="sourceLineNo">294</span> */<a name="line.294"></a> @@ -307,7 +307,7 @@ <span class="sourceLineNo">299</span> /**<a name="line.299"></a> <span class="sourceLineNo">300</span> * Bean property setter: <property>exclusiveMaximum</property>.<a name="line.300"></a> <span class="sourceLineNo">301</span> * <p><a name="line.301"></a> -<span class="sourceLineNo">302</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.302"></a> +<span class="sourceLineNo">302</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.302"></a> <span class="sourceLineNo">303</span> *<a name="line.303"></a> <span class="sourceLineNo">304</span> * @param exclusiveMaximum The new value for the <property>exclusiveMaximum</property> property on this bean.<a name="line.304"></a> <span class="sourceLineNo">305</span> * @return This object (for method chaining).<a name="line.305"></a> @@ -320,7 +320,7 @@ <span class="sourceLineNo">312</span> /**<a name="line.312"></a> <span class="sourceLineNo">313</span> * Bean property getter: <property>minimum</property>.<a name="line.313"></a> <span class="sourceLineNo">314</span> * <p><a name="line.314"></a> -<span class="sourceLineNo">315</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.315"></a> +<span class="sourceLineNo">315</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.315"></a> <span class="sourceLineNo">316</span> *<a name="line.316"></a> <span class="sourceLineNo">317</span> * @return The value of the <property>minimum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.317"></a> <span class="sourceLineNo">318</span> */<a name="line.318"></a> @@ -331,7 +331,7 @@ <span class="sourceLineNo">323</span> /**<a name="line.323"></a> <span class="sourceLineNo">324</span> * Bean property setter: <property>minimum</property>.<a name="line.324"></a> <span class="sourceLineNo">325</span> * <p><a name="line.325"></a> -<span class="sourceLineNo">326</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.326"></a> +<span class="sourceLineNo">326</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.326"></a> <span class="sourceLineNo">327</span> *<a name="line.327"></a> <span class="sourceLineNo">328</span> * @param minimum The new value for the <property>minimum</property> property on this bean.<a name="line.328"></a> <span class="sourceLineNo">329</span> * @return This object (for method chaining).<a name="line.329"></a> @@ -344,7 +344,7 @@ <span class="sourceLineNo">336</span> /**<a name="line.336"></a> <span class="sourceLineNo">337</span> * Bean property getter: <property>exclusiveMinimum</property>.<a name="line.337"></a> <span class="sourceLineNo">338</span> * <p><a name="line.338"></a> -<span class="sourceLineNo">339</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.339"></a> +<span class="sourceLineNo">339</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.339"></a> <span class="sourceLineNo">340</span> *<a name="line.340"></a> <span class="sourceLineNo">341</span> * @return The value of the <property>exclusiveMinimum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.341"></a> <span class="sourceLineNo">342</span> */<a name="line.342"></a> @@ -355,7 +355,7 @@ <span class="sourceLineNo">347</span> /**<a name="line.347"></a> <span class="sourceLineNo">348</span> * Bean property setter: <property>exclusiveMinimum</property>.<a name="line.348"></a> <span class="sourceLineNo">349</span> * <p><a name="line.349"></a> -<span class="sourceLineNo">350</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.350"></a> +<span class="sourceLineNo">350</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.350"></a> <span class="sourceLineNo">351</span> *<a name="line.351"></a> <span class="sourceLineNo">352</span> * @param exclusiveMinimum The new value for the <property>exclusiveMinimum</property> property on this bean.<a name="line.352"></a> <span class="sourceLineNo">353</span> * @return This object (for method chaining).<a name="line.353"></a> @@ -368,7 +368,7 @@ <span class="sourceLineNo">360</span> /**<a name="line.360"></a> <span class="sourceLineNo">361</span> * Bean property getter: <property>maxLength</property>.<a name="line.361"></a> <span class="sourceLineNo">362</span> * <p><a name="line.362"></a> -<span class="sourceLineNo">363</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.363"></a> +<span class="sourceLineNo">363</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.363"></a> <span class="sourceLineNo">364</span> *<a name="line.364"></a> <span class="sourceLineNo">365</span> * @return The value of the <property>maxLength</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.365"></a> <span class="sourceLineNo">366</span> */<a name="line.366"></a> @@ -379,7 +379,7 @@ <span class="sourceLineNo">371</span> /**<a name="line.371"></a> <span class="sourceLineNo">372</span> * Bean property setter: <property>maxLength</property>.<a name="line.372"></a> <span class="sourceLineNo">373</span> * <p><a name="line.373"></a> -<span class="sourceLineNo">374</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.374"></a> +<span class="sourceLineNo">374</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.374"></a> <span class="sourceLineNo">375</span> *<a name="line.375"></a> <span class="sourceLineNo">376</span> * @param maxLength The new value for the <property>maxLength</property> property on this bean.<a name="line.376"></a> <span class="sourceLineNo">377</span> * @return This object (for method chaining).<a name="line.377"></a> @@ -392,7 +392,7 @@ <span class="sourceLineNo">384</span> /**<a name="line.384"></a> <span class="sourceLineNo">385</span> * Bean property getter: <property>minLength</property>.<a name="line.385"></a> <span class="sourceLineNo">386</span> * <p><a name="line.386"></a> -<span class="sourceLineNo">387</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.387"></a> +<span class="sourceLineNo">387</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.387"></a> <span class="sourceLineNo">388</span> *<a name="line.388"></a> <span class="sourceLineNo">389</span> * @return The value of the <property>minLength</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.389"></a> <span class="sourceLineNo">390</span> */<a name="line.390"></a> @@ -403,7 +403,7 @@ <span class="sourceLineNo">395</span> /**<a name="line.395"></a> <span class="sourceLineNo">396</span> * Bean property setter: <property>minLength</property>.<a name="line.396"></a> <span class="sourceLineNo">397</span> * <p><a name="line.397"></a> -<span class="sourceLineNo">398</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.398"></a> +<span class="sourceLineNo">398</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.398"></a> <span class="sourceLineNo">399</span> *<a name="line.399"></a> <span class="sourceLineNo">400</span> * @param minLength The new value for the <property>minLength</property> property on this bean.<a name="line.400"></a> <span class="sourceLineNo">401</span> * @return This object (for method chaining).<a name="line.401"></a> @@ -416,7 +416,7 @@ <span class="sourceLineNo">408</span> /**<a name="line.408"></a> <span class="sourceLineNo">409</span> * Bean property getter: <property>pattern</property>.<a name="line.409"></a> <span class="sourceLineNo">410</span> * <p><a name="line.410"></a> -<span class="sourceLineNo">411</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.411"></a> +<span class="sourceLineNo">411</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.411"></a> <span class="sourceLineNo">412</span> *<a name="line.412"></a> <span class="sourceLineNo">413</span> * @return The value of the <property>pattern</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.413"></a> <span class="sourceLineNo">414</span> */<a name="line.414"></a> @@ -427,7 +427,7 @@ <span class="sourceLineNo">419</span> /**<a name="line.419"></a> <span class="sourceLineNo">420</span> * Bean property setter: <property>pattern</property>.<a name="line.420"></a> <span class="sourceLineNo">421</span> * <p><a name="line.421"></a> -<span class="sourceLineNo">422</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.422"></a> +<span class="sourceLineNo">422</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.422"></a> <span class="sourceLineNo">423</span> *<a name="line.423"></a> <span class="sourceLineNo">424</span> * @param pattern The new value for the <property>pattern</property> property on this bean.<a name="line.424"></a> <span class="sourceLineNo">425</span> * @return This object (for method chaining).<a name="line.425"></a> @@ -440,7 +440,7 @@ <span class="sourceLineNo">432</span> /**<a name="line.432"></a> <span class="sourceLineNo">433</span> * Bean property getter: <property>maxItems</property>.<a name="line.433"></a> <span class="sourceLineNo">434</span> * <p><a name="line.434"></a> -<span class="sourceLineNo">435</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.435"></a> +<span class="sourceLineNo">435</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.435"></a> <span class="sourceLineNo">436</span> *<a name="line.436"></a> <span class="sourceLineNo">437</span> * @return The value of the <property>maxItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.437"></a> <span class="sourceLineNo">438</span> */<a name="line.438"></a> @@ -451,7 +451,7 @@ <span class="sourceLineNo">443</span> /**<a name="line.443"></a> <span class="sourceLineNo">444</span> * Bean property setter: <property>maxItems</property>.<a name="line.444"></a> <span class="sourceLineNo">445</span> * <p><a name="line.445"></a> -<span class="sourceLineNo">446</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.446"></a> +<span class="sourceLineNo">446</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.446"></a> <span class="sourceLineNo">447</span> *<a name="line.447"></a> <span class="sourceLineNo">448</span> * @param maxItems The new value for the <property>maxItems</property> property on this bean.<a name="line.448"></a> <span class="sourceLineNo">449</span> * @return This object (for method chaining).<a name="line.449"></a> @@ -464,7 +464,7 @@ <span class="sourceLineNo">456</span> /**<a name="line.456"></a> <span class="sourceLineNo">457</span> * Bean property getter: <property>minItems</property>.<a name="line.457"></a> <span class="sourceLineNo">458</span> * <p><a name="line.458"></a> -<span class="sourceLineNo">459</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.459"></a> +<span class="sourceLineNo">459</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.459"></a> <span class="sourceLineNo">460</span> *<a name="line.460"></a> <span class="sourceLineNo">461</span> * @return The value of the <property>minItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.461"></a> <span class="sourceLineNo">462</span> */<a name="line.462"></a> @@ -475,7 +475,7 @@ <span class="sourceLineNo">467</span> /**<a name="line.467"></a> <span class="sourceLineNo">468</span> * Bean property setter: <property>minItems</property>.<a name="line.468"></a> <span class="sourceLineNo">469</span> * <p><a name="line.469"></a> -<span class="sourceLineNo">470</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.470"></a> +<span class="sourceLineNo">470</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.470"></a> <span class="sourceLineNo">471</span> *<a name="line.471"></a> <span class="sourceLineNo">472</span> * @param minItems The new value for the <property>minItems</property> property on this bean.<a name="line.472"></a> <span class="sourceLineNo">473</span> * @return This object (for method chaining).<a name="line.473"></a> @@ -488,7 +488,7 @@ <span class="sourceLineNo">480</span> /**<a name="line.480"></a> <span class="sourceLineNo">481</span> * Bean property getter: <property>uniqueItems</property>.<a name="line.481"></a> <span class="sourceLineNo">482</span> * <p><a name="line.482"></a> -<span class="sourceLineNo">483</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.483"></a> +<span class="sourceLineNo">483</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.483"></a> <span class="sourceLineNo">484</span> *<a name="line.484"></a> <span class="sourceLineNo">485</span> * @return The value of the <property>uniqueItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.485"></a> <span class="sourceLineNo">486</span> */<a name="line.486"></a> @@ -499,7 +499,7 @@ <span class="sourceLineNo">491</span> /**<a name="line.491"></a> <span class="sourceLineNo">492</span> * Bean property setter: <property>uniqueItems</property>.<a name="line.492"></a> <span class="sourceLineNo">493</span> * <p><a name="line.493"></a> -<span class="sourceLineNo">494</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.494"></a> +<span class="sourceLineNo">494</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.494"></a> <span class="sourceLineNo">495</span> *<a name="line.495"></a> <span class="sourceLineNo">496</span> * @param uniqueItems The new value for the <property>uniqueItems</property> property on this bean.<a name="line.496"></a> <span class="sourceLineNo">497</span> * @return This object (for method chaining).<a name="line.497"></a> @@ -512,7 +512,7 @@ <span class="sourceLineNo">504</span> /**<a name="line.504"></a> <span class="sourceLineNo">505</span> * Bean property getter: <property>enum</property>.<a name="line.505"></a> <span class="sourceLineNo">506</span> * <p><a name="line.506"></a> -<span class="sourceLineNo">507</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.507"></a> +<span class="sourceLineNo">507</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.507"></a> <span class="sourceLineNo">508</span> *<a name="line.508"></a> <span class="sourceLineNo">509</span> * @return The value of the <property>enum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.509"></a> <span class="sourceLineNo">510</span> */<a name="line.510"></a> @@ -523,7 +523,7 @@ <span class="sourceLineNo">515</span> /**<a name="line.515"></a> <span class="sourceLineNo">516</span> * Bean property setter: <property>enum</property>.<a name="line.516"></a> <span class="sourceLineNo">517</span> * <p><a name="line.517"></a> -<span class="sourceLineNo">518</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.518"></a> +<span class="sourceLineNo">518</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.518"></a> <span class="sourceLineNo">519</span> *<a name="line.519"></a> <span class="sourceLineNo">520</span> * @param _enum The new value for the <property>enum</property> property on this bean.<a name="line.520"></a> <span class="sourceLineNo">521</span> * @return This object (for method chaining).<a name="line.521"></a> @@ -536,7 +536,7 @@ <span class="sourceLineNo">528</span> /**<a name="line.528"></a> <span class="sourceLineNo">529</span> * Bean property adder: <property>enum</property>.<a name="line.529"></a> <span class="sourceLineNo">530</span> * <p><a name="line.530"></a> -<span class="sourceLineNo">531</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.531"></a> +<span class="sourceLineNo">531</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.531"></a> <span class="sourceLineNo">532</span> *<a name="line.532"></a> <span class="sourceLineNo">533</span> * @param _enum The new values to add to the <property>enum</property> property on this bean.<a name="line.533"></a> <span class="sourceLineNo">534</span> * @return This object (for method chaining).<a name="line.534"></a> @@ -549,7 +549,7 @@ <span class="sourceLineNo">541</span> /**<a name="line.541"></a> <span class="sourceLineNo">542</span> * Bean property adder: <property>enum</property>.<a name="line.542"></a> <span class="sourceLineNo">543</span> * <p><a name="line.543"></a> -<span class="sourceLineNo">544</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.544"></a> +<span class="sourceLineNo">544</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.544"></a> <span class="sourceLineNo">545</span> *<a name="line.545"></a> <span class="sourceLineNo">546</span> * @param _enum The new values to add to the <property>enum</property> property on this bean.<a name="line.546"></a> <span class="sourceLineNo">547</span> * @return This object (for method chaining).<a name="line.547"></a> @@ -565,7 +565,7 @@ <span class="sourceLineNo">557</span> /**<a name="line.557"></a> <span class="sourceLineNo">558</span> * Bean property getter: <property>multipleOf</property>.<a name="line.558"></a> <span class="sourceLineNo">559</span> * <p><a name="line.559"></a> -<span class="sourceLineNo">560</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.560"></a> +<span class="sourceLineNo">560</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.560"></a> <span class="sourceLineNo">561</span> *<a name="line.561"></a> <span class="sourceLineNo">562</span> * @return The value of the <property>multipleOf</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.562"></a> <span class="sourceLineNo">563</span> */<a name="line.563"></a> @@ -576,7 +576,7 @@ <span class="sourceLineNo">568</span> /**<a name="line.568"></a> <span class="sourceLineNo">569</span> * Bean property setter: <property>multipleOf</property>.<a name="line.569"></a> <span class="sourceLineNo">570</span> * <p><a name="line.570"></a> -<span class="sourceLineNo">571</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.571"></a> +<span class="sourceLineNo">571</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.571"></a> <span class="sourceLineNo">572</span> *<a name="line.572"></a> <span class="sourceLineNo">573</span> * @param multipleOf The new value for the <property>multipleOf</property> property on this bean.<a name="line.573"></a> <span class="sourceLineNo">574</span> * @return This object (for method chaining).<a name="line.574"></a>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Info.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Info.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Info.html index e7600a1..87250ff 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Info.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Info.html @@ -25,7 +25,7 @@ <span class="sourceLineNo">017</span>/**<a name="line.17"></a> <span class="sourceLineNo">018</span> * The object provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience.<a name="line.18"></a> <span class="sourceLineNo">019</span> *<a name="line.19"></a> -<span class="sourceLineNo">020</span> * <h6 class='topic'>Example:</h6><a name="line.20"></a> +<span class="sourceLineNo">020</span> * <h5 class='section'>Example:</h5><a name="line.20"></a> <span class="sourceLineNo">021</span> * <p class='bcode'><a name="line.21"></a> <span class="sourceLineNo">022</span> * {<a name="line.22"></a> <span class="sourceLineNo">023</span> * <js>"title"</js>: <js>"Swagger Sample App"</js>,<a name="line.23"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Items.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Items.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Items.html index f0550fc..b7e8dcb 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Items.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Items.html @@ -29,7 +29,7 @@ <span class="sourceLineNo">021</span>/**<a name="line.21"></a> <span class="sourceLineNo">022</span> * A limited subset of JSON-Schema's items object. It is used by parameter definitions that are not located in "body".<a name="line.22"></a> <span class="sourceLineNo">023</span> *<a name="line.23"></a> -<span class="sourceLineNo">024</span> * <h6 class='topic'>Example:</h6><a name="line.24"></a> +<span class="sourceLineNo">024</span> * <h5 class='section'>Example:</h5><a name="line.24"></a> <span class="sourceLineNo">025</span> * <p class='bcode'><a name="line.25"></a> <span class="sourceLineNo">026</span> * {<a name="line.26"></a> <span class="sourceLineNo">027</span> * <js>"type"</js>: <js>"string"</js>,<a name="line.27"></a> @@ -122,7 +122,7 @@ <span class="sourceLineNo">114</span> /**<a name="line.114"></a> <span class="sourceLineNo">115</span> * Bean property getter: <property>format</property>.<a name="line.115"></a> <span class="sourceLineNo">116</span> * <p><a name="line.116"></a> -<span class="sourceLineNo">117</span> * The extending format for the previously mentioned <code>type</code>. See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type Formats</a> for further details.<a name="line.117"></a> +<span class="sourceLineNo">117</span> * The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.<a name="line.117"></a> <span class="sourceLineNo">118</span> *<a name="line.118"></a> <span class="sourceLineNo">119</span> * @return The value of the <property>format</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.119"></a> <span class="sourceLineNo">120</span> */<a name="line.120"></a> @@ -133,7 +133,7 @@ <span class="sourceLineNo">125</span> /**<a name="line.125"></a> <span class="sourceLineNo">126</span> * Bean property setter: <property>format</property>.<a name="line.126"></a> <span class="sourceLineNo">127</span> * <p><a name="line.127"></a> -<span class="sourceLineNo">128</span> * The extending format for the previously mentioned <code>type</code>. See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type Formats</a> for further details.<a name="line.128"></a> +<span class="sourceLineNo">128</span> * The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.<a name="line.128"></a> <span class="sourceLineNo">129</span> *<a name="line.129"></a> <span class="sourceLineNo">130</span> * @param format The new value for the <property>format</property> property on this bean.<a name="line.130"></a> <span class="sourceLineNo">131</span> * @return This object (for method chaining).<a name="line.131"></a> @@ -220,7 +220,7 @@ <span class="sourceLineNo">212</span> * <p><a name="line.212"></a> <span class="sourceLineNo">213</span> * Declares the value of the item that the server will use if none is provided.<a name="line.213"></a> <span class="sourceLineNo">214</span> * (Note: <js>"default"</js> has no meaning for required items.)<a name="line.214"></a> -<span class="sourceLineNo">215</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.215"></a> +<span class="sourceLineNo">215</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.215"></a> <span class="sourceLineNo">216</span> * Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the data type.<a name="line.216"></a> <span class="sourceLineNo">217</span> *<a name="line.217"></a> <span class="sourceLineNo">218</span> * @return The value of the <property>default</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.218"></a> @@ -234,7 +234,7 @@ <span class="sourceLineNo">226</span> * <p><a name="line.226"></a> <span class="sourceLineNo">227</span> * Declares the value of the item that the server will use if none is provided.<a name="line.227"></a> <span class="sourceLineNo">228</span> * (Note: <js>"default"</js> has no meaning for required items.)<a name="line.228"></a> -<span class="sourceLineNo">229</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.229"></a> +<span class="sourceLineNo">229</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.<a name="line.229"></a> <span class="sourceLineNo">230</span> * Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the data type.<a name="line.230"></a> <span class="sourceLineNo">231</span> *<a name="line.231"></a> <span class="sourceLineNo">232</span> * @param _default The new value for the <property>default</property> property on this bean.<a name="line.232"></a> @@ -248,7 +248,7 @@ <span class="sourceLineNo">240</span> /**<a name="line.240"></a> <span class="sourceLineNo">241</span> * Bean property getter: <property>maximum</property>.<a name="line.241"></a> <span class="sourceLineNo">242</span> * <p><a name="line.242"></a> -<span class="sourceLineNo">243</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.243"></a> +<span class="sourceLineNo">243</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.243"></a> <span class="sourceLineNo">244</span> *<a name="line.244"></a> <span class="sourceLineNo">245</span> * @return The value of the <property>maximum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.245"></a> <span class="sourceLineNo">246</span> */<a name="line.246"></a> @@ -259,7 +259,7 @@ <span class="sourceLineNo">251</span> /**<a name="line.251"></a> <span class="sourceLineNo">252</span> * Bean property setter: <property>maximum</property>.<a name="line.252"></a> <span class="sourceLineNo">253</span> * <p><a name="line.253"></a> -<span class="sourceLineNo">254</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.254"></a> +<span class="sourceLineNo">254</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.254"></a> <span class="sourceLineNo">255</span> *<a name="line.255"></a> <span class="sourceLineNo">256</span> * @param maximum The new value for the <property>maximum</property> property on this bean.<a name="line.256"></a> <span class="sourceLineNo">257</span> * @return This object (for method chaining).<a name="line.257"></a> @@ -272,7 +272,7 @@ <span class="sourceLineNo">264</span> /**<a name="line.264"></a> <span class="sourceLineNo">265</span> * Bean property getter: <property>exclusiveMaximum</property>.<a name="line.265"></a> <span class="sourceLineNo">266</span> * <p><a name="line.266"></a> -<span class="sourceLineNo">267</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.267"></a> +<span class="sourceLineNo">267</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.267"></a> <span class="sourceLineNo">268</span> *<a name="line.268"></a> <span class="sourceLineNo">269</span> * @return The value of the <property>exclusiveMaximum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.269"></a> <span class="sourceLineNo">270</span> */<a name="line.270"></a> @@ -283,7 +283,7 @@ <span class="sourceLineNo">275</span> /**<a name="line.275"></a> <span class="sourceLineNo">276</span> * Bean property setter: <property>exclusiveMaximum</property>.<a name="line.276"></a> <span class="sourceLineNo">277</span> * <p><a name="line.277"></a> -<span class="sourceLineNo">278</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.278"></a> +<span class="sourceLineNo">278</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.<a name="line.278"></a> <span class="sourceLineNo">279</span> *<a name="line.279"></a> <span class="sourceLineNo">280</span> * @param exclusiveMaximum The new value for the <property>exclusiveMaximum</property> property on this bean.<a name="line.280"></a> <span class="sourceLineNo">281</span> * @return This object (for method chaining).<a name="line.281"></a> @@ -296,7 +296,7 @@ <span class="sourceLineNo">288</span> /**<a name="line.288"></a> <span class="sourceLineNo">289</span> * Bean property getter: <property>minimum</property>.<a name="line.289"></a> <span class="sourceLineNo">290</span> * <p><a name="line.290"></a> -<span class="sourceLineNo">291</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.291"></a> +<span class="sourceLineNo">291</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.291"></a> <span class="sourceLineNo">292</span> *<a name="line.292"></a> <span class="sourceLineNo">293</span> * @return The value of the <property>minimum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.293"></a> <span class="sourceLineNo">294</span> */<a name="line.294"></a> @@ -307,7 +307,7 @@ <span class="sourceLineNo">299</span> /**<a name="line.299"></a> <span class="sourceLineNo">300</span> * Bean property setter: <property>minimum</property>.<a name="line.300"></a> <span class="sourceLineNo">301</span> * <p><a name="line.301"></a> -<span class="sourceLineNo">302</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.302"></a> +<span class="sourceLineNo">302</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.302"></a> <span class="sourceLineNo">303</span> *<a name="line.303"></a> <span class="sourceLineNo">304</span> * @param minimum The new value for the <property>minimum</property> property on this bean.<a name="line.304"></a> <span class="sourceLineNo">305</span> * @return This object (for method chaining).<a name="line.305"></a> @@ -320,7 +320,7 @@ <span class="sourceLineNo">312</span> /**<a name="line.312"></a> <span class="sourceLineNo">313</span> * Bean property getter: <property>exclusiveMinimum</property>.<a name="line.313"></a> <span class="sourceLineNo">314</span> * <p><a name="line.314"></a> -<span class="sourceLineNo">315</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.315"></a> +<span class="sourceLineNo">315</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.315"></a> <span class="sourceLineNo">316</span> *<a name="line.316"></a> <span class="sourceLineNo">317</span> * @return The value of the <property>exclusiveMinimum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.317"></a> <span class="sourceLineNo">318</span> */<a name="line.318"></a> @@ -331,7 +331,7 @@ <span class="sourceLineNo">323</span> /**<a name="line.323"></a> <span class="sourceLineNo">324</span> * Bean property setter: <property>exclusiveMinimum</property>.<a name="line.324"></a> <span class="sourceLineNo">325</span> * <p><a name="line.325"></a> -<span class="sourceLineNo">326</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.326"></a> +<span class="sourceLineNo">326</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.<a name="line.326"></a> <span class="sourceLineNo">327</span> *<a name="line.327"></a> <span class="sourceLineNo">328</span> * @param exclusiveMinimum The new value for the <property>exclusiveMinimum</property> property on this bean.<a name="line.328"></a> <span class="sourceLineNo">329</span> * @return This object (for method chaining).<a name="line.329"></a> @@ -344,7 +344,7 @@ <span class="sourceLineNo">336</span> /**<a name="line.336"></a> <span class="sourceLineNo">337</span> * Bean property getter: <property>maxLength</property>.<a name="line.337"></a> <span class="sourceLineNo">338</span> * <p><a name="line.338"></a> -<span class="sourceLineNo">339</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.339"></a> +<span class="sourceLineNo">339</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.339"></a> <span class="sourceLineNo">340</span> *<a name="line.340"></a> <span class="sourceLineNo">341</span> * @return The value of the <property>maxLength</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.341"></a> <span class="sourceLineNo">342</span> */<a name="line.342"></a> @@ -355,7 +355,7 @@ <span class="sourceLineNo">347</span> /**<a name="line.347"></a> <span class="sourceLineNo">348</span> * Bean property setter: <property>maxLength</property>.<a name="line.348"></a> <span class="sourceLineNo">349</span> * <p><a name="line.349"></a> -<span class="sourceLineNo">350</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.350"></a> +<span class="sourceLineNo">350</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.<a name="line.350"></a> <span class="sourceLineNo">351</span> *<a name="line.351"></a> <span class="sourceLineNo">352</span> * @param maxLength The new value for the <property>maxLength</property> property on this bean.<a name="line.352"></a> <span class="sourceLineNo">353</span> * @return This object (for method chaining).<a name="line.353"></a> @@ -368,7 +368,7 @@ <span class="sourceLineNo">360</span> /**<a name="line.360"></a> <span class="sourceLineNo">361</span> * Bean property getter: <property>minLength</property>.<a name="line.361"></a> <span class="sourceLineNo">362</span> * <p><a name="line.362"></a> -<span class="sourceLineNo">363</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.363"></a> +<span class="sourceLineNo">363</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.363"></a> <span class="sourceLineNo">364</span> *<a name="line.364"></a> <span class="sourceLineNo">365</span> * @return The value of the <property>minLength</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.365"></a> <span class="sourceLineNo">366</span> */<a name="line.366"></a> @@ -379,7 +379,7 @@ <span class="sourceLineNo">371</span> /**<a name="line.371"></a> <span class="sourceLineNo">372</span> * Bean property setter: <property>minLength</property>.<a name="line.372"></a> <span class="sourceLineNo">373</span> * <p><a name="line.373"></a> -<span class="sourceLineNo">374</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.374"></a> +<span class="sourceLineNo">374</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.<a name="line.374"></a> <span class="sourceLineNo">375</span> *<a name="line.375"></a> <span class="sourceLineNo">376</span> * @param minLength The new value for the <property>minLength</property> property on this bean.<a name="line.376"></a> <span class="sourceLineNo">377</span> * @return This object (for method chaining).<a name="line.377"></a> @@ -392,7 +392,7 @@ <span class="sourceLineNo">384</span> /**<a name="line.384"></a> <span class="sourceLineNo">385</span> * Bean property getter: <property>pattern</property>.<a name="line.385"></a> <span class="sourceLineNo">386</span> * <p><a name="line.386"></a> -<span class="sourceLineNo">387</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.387"></a> +<span class="sourceLineNo">387</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.387"></a> <span class="sourceLineNo">388</span> *<a name="line.388"></a> <span class="sourceLineNo">389</span> * @return The value of the <property>pattern</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.389"></a> <span class="sourceLineNo">390</span> */<a name="line.390"></a> @@ -403,7 +403,7 @@ <span class="sourceLineNo">395</span> /**<a name="line.395"></a> <span class="sourceLineNo">396</span> * Bean property setter: <property>pattern</property>.<a name="line.396"></a> <span class="sourceLineNo">397</span> * <p><a name="line.397"></a> -<span class="sourceLineNo">398</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.398"></a> +<span class="sourceLineNo">398</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.<a name="line.398"></a> <span class="sourceLineNo">399</span> *<a name="line.399"></a> <span class="sourceLineNo">400</span> * @param pattern The new value for the <property>pattern</property> property on this bean.<a name="line.400"></a> <span class="sourceLineNo">401</span> * @return This object (for method chaining).<a name="line.401"></a> @@ -416,7 +416,7 @@ <span class="sourceLineNo">408</span> /**<a name="line.408"></a> <span class="sourceLineNo">409</span> * Bean property getter: <property>maxItems</property>.<a name="line.409"></a> <span class="sourceLineNo">410</span> * <p><a name="line.410"></a> -<span class="sourceLineNo">411</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.411"></a> +<span class="sourceLineNo">411</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.411"></a> <span class="sourceLineNo">412</span> *<a name="line.412"></a> <span class="sourceLineNo">413</span> * @return The value of the <property>maxItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.413"></a> <span class="sourceLineNo">414</span> */<a name="line.414"></a> @@ -427,7 +427,7 @@ <span class="sourceLineNo">419</span> /**<a name="line.419"></a> <span class="sourceLineNo">420</span> * Bean property setter: <property>maxItems</property>.<a name="line.420"></a> <span class="sourceLineNo">421</span> * <p><a name="line.421"></a> -<span class="sourceLineNo">422</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.422"></a> +<span class="sourceLineNo">422</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.<a name="line.422"></a> <span class="sourceLineNo">423</span> *<a name="line.423"></a> <span class="sourceLineNo">424</span> * @param maxItems The new value for the <property>maxItems</property> property on this bean.<a name="line.424"></a> <span class="sourceLineNo">425</span> * @return This object (for method chaining).<a name="line.425"></a> @@ -440,7 +440,7 @@ <span class="sourceLineNo">432</span> /**<a name="line.432"></a> <span class="sourceLineNo">433</span> * Bean property getter: <property>minItems</property>.<a name="line.433"></a> <span class="sourceLineNo">434</span> * <p><a name="line.434"></a> -<span class="sourceLineNo">435</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.435"></a> +<span class="sourceLineNo">435</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.435"></a> <span class="sourceLineNo">436</span> *<a name="line.436"></a> <span class="sourceLineNo">437</span> * @return The value of the <property>minItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.437"></a> <span class="sourceLineNo">438</span> */<a name="line.438"></a> @@ -451,7 +451,7 @@ <span class="sourceLineNo">443</span> /**<a name="line.443"></a> <span class="sourceLineNo">444</span> * Bean property setter: <property>minItems</property>.<a name="line.444"></a> <span class="sourceLineNo">445</span> * <p><a name="line.445"></a> -<span class="sourceLineNo">446</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.446"></a> +<span class="sourceLineNo">446</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.<a name="line.446"></a> <span class="sourceLineNo">447</span> *<a name="line.447"></a> <span class="sourceLineNo">448</span> * @param minItems The new value for the <property>minItems</property> property on this bean.<a name="line.448"></a> <span class="sourceLineNo">449</span> * @return This object (for method chaining).<a name="line.449"></a> @@ -464,7 +464,7 @@ <span class="sourceLineNo">456</span> /**<a name="line.456"></a> <span class="sourceLineNo">457</span> * Bean property getter: <property>uniqueItems</property>.<a name="line.457"></a> <span class="sourceLineNo">458</span> * <p><a name="line.458"></a> -<span class="sourceLineNo">459</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.459"></a> +<span class="sourceLineNo">459</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.459"></a> <span class="sourceLineNo">460</span> *<a name="line.460"></a> <span class="sourceLineNo">461</span> * @return The value of the <property>uniqueItems</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.461"></a> <span class="sourceLineNo">462</span> */<a name="line.462"></a> @@ -475,7 +475,7 @@ <span class="sourceLineNo">467</span> /**<a name="line.467"></a> <span class="sourceLineNo">468</span> * Bean property setter: <property>uniqueItems</property>.<a name="line.468"></a> <span class="sourceLineNo">469</span> * <p><a name="line.469"></a> -<span class="sourceLineNo">470</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.470"></a> +<span class="sourceLineNo">470</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.<a name="line.470"></a> <span class="sourceLineNo">471</span> *<a name="line.471"></a> <span class="sourceLineNo">472</span> * @param uniqueItems The new value for the <property>uniqueItems</property> property on this bean.<a name="line.472"></a> <span class="sourceLineNo">473</span> * @return This object (for method chaining).<a name="line.473"></a> @@ -488,7 +488,7 @@ <span class="sourceLineNo">480</span> /**<a name="line.480"></a> <span class="sourceLineNo">481</span> * Bean property getter: <property>enum</property>.<a name="line.481"></a> <span class="sourceLineNo">482</span> * <p><a name="line.482"></a> -<span class="sourceLineNo">483</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.483"></a> +<span class="sourceLineNo">483</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.483"></a> <span class="sourceLineNo">484</span> *<a name="line.484"></a> <span class="sourceLineNo">485</span> * @return The value of the <property>enum</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.485"></a> <span class="sourceLineNo">486</span> */<a name="line.486"></a> @@ -499,7 +499,7 @@ <span class="sourceLineNo">491</span> /**<a name="line.491"></a> <span class="sourceLineNo">492</span> * Bean property setter: <property>enum</property>.<a name="line.492"></a> <span class="sourceLineNo">493</span> * <p><a name="line.493"></a> -<span class="sourceLineNo">494</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.494"></a> +<span class="sourceLineNo">494</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.494"></a> <span class="sourceLineNo">495</span> *<a name="line.495"></a> <span class="sourceLineNo">496</span> * @param _enum The new value for the <property>enum</property> property on this bean.<a name="line.496"></a> <span class="sourceLineNo">497</span> * @return This object (for method chaining).<a name="line.497"></a> @@ -512,7 +512,7 @@ <span class="sourceLineNo">504</span> /**<a name="line.504"></a> <span class="sourceLineNo">505</span> * Bean property adder: <property>enum</property>.<a name="line.505"></a> <span class="sourceLineNo">506</span> * <p><a name="line.506"></a> -<span class="sourceLineNo">507</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.507"></a> +<span class="sourceLineNo">507</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.507"></a> <span class="sourceLineNo">508</span> *<a name="line.508"></a> <span class="sourceLineNo">509</span> * @param _enum The new values to add to the <property>enum</property> property on this bean.<a name="line.509"></a> <span class="sourceLineNo">510</span> * @return This object (for method chaining).<a name="line.510"></a> @@ -525,7 +525,7 @@ <span class="sourceLineNo">517</span> /**<a name="line.517"></a> <span class="sourceLineNo">518</span> * Bean property adder: <property>enum</property>.<a name="line.518"></a> <span class="sourceLineNo">519</span> * <p><a name="line.519"></a> -<span class="sourceLineNo">520</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.520"></a> +<span class="sourceLineNo">520</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.<a name="line.520"></a> <span class="sourceLineNo">521</span> *<a name="line.521"></a> <span class="sourceLineNo">522</span> * @param _enum The new values to add to the <property>enum</property> property on this bean.<a name="line.522"></a> <span class="sourceLineNo">523</span> * @return This object (for method chaining).<a name="line.523"></a> @@ -541,7 +541,7 @@ <span class="sourceLineNo">533</span> /**<a name="line.533"></a> <span class="sourceLineNo">534</span> * Bean property getter: <property>multipleOf</property>.<a name="line.534"></a> <span class="sourceLineNo">535</span> * <p><a name="line.535"></a> -<span class="sourceLineNo">536</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.536"></a> +<span class="sourceLineNo">536</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.536"></a> <span class="sourceLineNo">537</span> *<a name="line.537"></a> <span class="sourceLineNo">538</span> * @return The value of the <property>multipleOf</property> property on this bean, or <jk>null</jk> if it is not set.<a name="line.538"></a> <span class="sourceLineNo">539</span> */<a name="line.539"></a> @@ -552,7 +552,7 @@ <span class="sourceLineNo">544</span> /**<a name="line.544"></a> <span class="sourceLineNo">545</span> * Bean property setter: <property>multipleOf</property>.<a name="line.545"></a> <span class="sourceLineNo">546</span> * <p><a name="line.546"></a> -<span class="sourceLineNo">547</span> * See <a href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.547"></a> +<span class="sourceLineNo">547</span> * See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.<a name="line.547"></a> <span class="sourceLineNo">548</span> *<a name="line.548"></a> <span class="sourceLineNo">549</span> * @param multipleOf The new value for the <property>multipleOf</property> property on this bean.<a name="line.549"></a> <span class="sourceLineNo">550</span> * @return This object (for method chaining).<a name="line.550"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/License.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/License.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/License.html index 2f85b38..8229c49 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/License.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/License.html @@ -25,7 +25,7 @@ <span class="sourceLineNo">017</span>/**<a name="line.17"></a> <span class="sourceLineNo">018</span> * License information for the exposed API.<a name="line.18"></a> <span class="sourceLineNo">019</span> *<a name="line.19"></a> -<span class="sourceLineNo">020</span> * <h6 class='topic'>Example:</h6><a name="line.20"></a> +<span class="sourceLineNo">020</span> * <h5 class='section'>Example:</h5><a name="line.20"></a> <span class="sourceLineNo">021</span> * <p class='bcode'><a name="line.21"></a> <span class="sourceLineNo">022</span> * {<a name="line.22"></a> <span class="sourceLineNo">023</span> * <js>"name"</js>: <js>"Apache 2.0"</js>,<a name="line.23"></a>
