1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_79) on Wed Jul 20 08:39:08 PDT 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>AnnotationIntrospector.ReferenceProperty (jackson-databind 2.8.0 API)</title> 8<meta name="date" content="2016-07-20"> 9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="AnnotationIntrospector.ReferenceProperty (jackson-databind 2.8.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../overview-summary.html">Overview</a></li> 29<li><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/AnnotationIntrospector.ReferenceProperty.html">Use</a></li> 32<li><a href="package-tree.html">Tree</a></li> 33<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../index-all.html">Index</a></li> 35<li><a href="../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../index.html?com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" target="_top">Frames</a></li> 45<li><a href="AnnotationIntrospector.ReferenceProperty.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li><a href="#nested_class_summary">Nested</a> | </li> 66<li>Field | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li>Field | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind</div> 84<h2 title="Class AnnotationIntrospector.ReferenceProperty" class="title">Class AnnotationIntrospector.ReferenceProperty</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty</li> 92</ul> 93</li> 94</ul> 95<div class="description"> 96<ul class="blockList"> 97<li class="blockList"> 98<dl> 99<dt>Enclosing class:</dt> 100<dd><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></dd> 101</dl> 102<hr> 103<br> 104<pre>public static class <span class="strong">AnnotationIntrospector.ReferenceProperty</span> 105extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> 106<div class="block">Value type used with managed and back references; contains type and 107 logic name, used to link related references</div> 108</li> 109</ul> 110</div> 111<div class="summary"> 112<ul class="blockList"> 113<li class="blockList"> 114<!-- ======== NESTED CLASS SUMMARY ======== --> 115<ul class="blockList"> 116<li class="blockList"><a name="nested_class_summary"> 117<!-- --> 118</a> 119<h3>Nested Class Summary</h3> 120<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> 121<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> 122<tr> 123<th class="colFirst" scope="col">Modifier and Type</th> 124<th class="colLast" scope="col">Class and Description</th> 125</tr> 126<tr class="altColor"> 127<td class="colFirst"><code>static class </code></td> 128<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty.Type</a></strong></code> </td> 129</tr> 130</table> 131</li> 132</ul> 133<!-- ======== CONSTRUCTOR SUMMARY ======== --> 134<ul class="blockList"> 135<li class="blockList"><a name="constructor_summary"> 136<!-- --> 137</a> 138<h3>Constructor Summary</h3> 139<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 140<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 141<tr> 142<th class="colOne" scope="col">Constructor and Description</th> 143</tr> 144<tr class="altColor"> 145<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#AnnotationIntrospector.ReferenceProperty(com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty.Type,%20java.lang.String)">AnnotationIntrospector.ReferenceProperty</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty.Type</a> t, 146 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> n)</code> </td> 147</tr> 148</table> 149</li> 150</ul> 151<!-- ========== METHOD SUMMARY =========== --> 152<ul class="blockList"> 153<li class="blockList"><a name="method_summary"> 154<!-- --> 155</a> 156<h3>Method Summary</h3> 157<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 158<caption><span>Methods</span><span class="tabEnd"> </span></caption> 159<tr> 160<th class="colFirst" scope="col">Modifier and Type</th> 161<th class="colLast" scope="col">Method and Description</th> 162</tr> 163<tr class="altColor"> 164<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty</a></code></td> 165<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#back(java.lang.String)">back</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> 166</tr> 167<tr class="rowColor"> 168<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 169<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#getName()">getName</a></strong>()</code> </td> 170</tr> 171<tr class="altColor"> 172<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty.Type</a></code></td> 173<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#getType()">getType</a></strong>()</code> </td> 174</tr> 175<tr class="rowColor"> 176<td class="colFirst"><code>boolean</code></td> 177<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#isBackReference()">isBackReference</a></strong>()</code> </td> 178</tr> 179<tr class="altColor"> 180<td class="colFirst"><code>boolean</code></td> 181<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#isManagedReference()">isManagedReference</a></strong>()</code> </td> 182</tr> 183<tr class="rowColor"> 184<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty</a></code></td> 185<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html#managed(java.lang.String)">managed</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> 186</tr> 187</table> 188<ul class="blockList"> 189<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 190<!-- --> 191</a> 192<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 193<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> 194</ul> 195</li> 196</ul> 197</li> 198</ul> 199</div> 200<div class="details"> 201<ul class="blockList"> 202<li class="blockList"> 203<!-- ========= CONSTRUCTOR DETAIL ======== --> 204<ul class="blockList"> 205<li class="blockList"><a name="constructor_detail"> 206<!-- --> 207</a> 208<h3>Constructor Detail</h3> 209<a name="AnnotationIntrospector.ReferenceProperty(com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty.Type, java.lang.String)"> 210<!-- --> 211</a> 212<ul class="blockListLast"> 213<li class="blockList"> 214<h4>AnnotationIntrospector.ReferenceProperty</h4> 215<pre>public AnnotationIntrospector.ReferenceProperty(<a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty.Type</a> t, 216 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> n)</pre> 217</li> 218</ul> 219</li> 220</ul> 221<!-- ============ METHOD DETAIL ========== --> 222<ul class="blockList"> 223<li class="blockList"><a name="method_detail"> 224<!-- --> 225</a> 226<h3>Method Detail</h3> 227<a name="managed(java.lang.String)"> 228<!-- --> 229</a> 230<ul class="blockList"> 231<li class="blockList"> 232<h4>managed</h4> 233<pre>public static <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty</a> managed(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 234</li> 235</ul> 236<a name="back(java.lang.String)"> 237<!-- --> 238</a> 239<ul class="blockList"> 240<li class="blockList"> 241<h4>back</h4> 242<pre>public static <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty</a> back(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 243</li> 244</ul> 245<a name="getType()"> 246<!-- --> 247</a> 248<ul class="blockList"> 249<li class="blockList"> 250<h4>getType</h4> 251<pre>public <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind">AnnotationIntrospector.ReferenceProperty.Type</a> getType()</pre> 252</li> 253</ul> 254<a name="getName()"> 255<!-- --> 256</a> 257<ul class="blockList"> 258<li class="blockList"> 259<h4>getName</h4> 260<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre> 261</li> 262</ul> 263<a name="isManagedReference()"> 264<!-- --> 265</a> 266<ul class="blockList"> 267<li class="blockList"> 268<h4>isManagedReference</h4> 269<pre>public boolean isManagedReference()</pre> 270</li> 271</ul> 272<a name="isBackReference()"> 273<!-- --> 274</a> 275<ul class="blockListLast"> 276<li class="blockList"> 277<h4>isBackReference</h4> 278<pre>public boolean isBackReference()</pre> 279</li> 280</ul> 281</li> 282</ul> 283</li> 284</ul> 285</div> 286</div> 287<!-- ========= END OF CLASS DATA ========= --> 288<!-- ======= START OF BOTTOM NAVBAR ====== --> 289<div class="bottomNav"><a name="navbar_bottom"> 290<!-- --> 291</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 292<!-- --> 293</a> 294<ul class="navList" title="Navigation"> 295<li><a href="../../../../overview-summary.html">Overview</a></li> 296<li><a href="package-summary.html">Package</a></li> 297<li class="navBarCell1Rev">Class</li> 298<li><a href="class-use/AnnotationIntrospector.ReferenceProperty.html">Use</a></li> 299<li><a href="package-tree.html">Tree</a></li> 300<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 301<li><a href="../../../../index-all.html">Index</a></li> 302<li><a href="../../../../help-doc.html">Help</a></li> 303</ul> 304</div> 305<div class="subNav"> 306<ul class="navList"> 307<li><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 308<li><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 309</ul> 310<ul class="navList"> 311<li><a href="../../../../index.html?com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.html" target="_top">Frames</a></li> 312<li><a href="AnnotationIntrospector.ReferenceProperty.html" target="_top">No Frames</a></li> 313</ul> 314<ul class="navList" id="allclasses_navbar_bottom"> 315<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 316</ul> 317<div> 318<script type="text/javascript"><!-- 319 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 320 if(window==top) { 321 allClassesLink.style.display = "block"; 322 } 323 else { 324 allClassesLink.style.display = "none"; 325 } 326 //--> 327</script> 328</div> 329<div> 330<ul class="subNavList"> 331<li>Summary: </li> 332<li><a href="#nested_class_summary">Nested</a> | </li> 333<li>Field | </li> 334<li><a href="#constructor_summary">Constr</a> | </li> 335<li><a href="#method_summary">Method</a></li> 336</ul> 337<ul class="subNavList"> 338<li>Detail: </li> 339<li>Field | </li> 340<li><a href="#constructor_detail">Constr</a> | </li> 341<li><a href="#method_detail">Method</a></li> 342</ul> 343</div> 344<a name="skip-navbar_bottom"> 345<!-- --> 346</a></div> 347<!-- ======== END OF BOTTOM NAVBAR ======= --> 348<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 349</body> 350</html> 351