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_10-ea) on Sun Jul 14 20:03:27 PDT 2013 --> 6<title>ResolvableDeserializer (Jackson JSON Processor)</title> 7<meta name="date" content="2013-07-14"> 8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 9</head> 10<body> 11<script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 13 parent.document.title="ResolvableDeserializer (Jackson JSON Processor)"; 14 } 15//--> 16</script> 17<noscript> 18<div>JavaScript is disabled on your browser.</div> 19</noscript> 20<!-- ========= START OF TOP NAVBAR ======= --> 21<div class="topNav"><a name="navbar_top"> 22<!-- --> 23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 24<!-- --> 25</a> 26<ul class="navList" title="Navigation"> 27<li><a href="../../../../overview-summary.html">Overview</a></li> 28<li><a href="package-summary.html">Package</a></li> 29<li class="navBarCell1Rev">Class</li> 30<li><a href="class-use/ResolvableDeserializer.html">Use</a></li> 31<li><a href="package-tree.html">Tree</a></li> 32<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../index-all.html">Index</a></li> 34<li><a href="../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.PropertyNamingStrategyBase.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 40<li><a href="../../../../org/codehaus/jackson/map/ResolvableSerializer.html" title="interface in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/map/ResolvableDeserializer.html" target="_top">Frames</a></li> 44<li><a href="ResolvableDeserializer.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<div> 62<ul class="subNavList"> 63<li>Summary: </li> 64<li>Nested | </li> 65<li>Field | </li> 66<li>Constr | </li> 67<li><a href="#method_summary">Method</a></li> 68</ul> 69<ul class="subNavList"> 70<li>Detail: </li> 71<li>Field | </li> 72<li>Constr | </li> 73<li><a href="#method_detail">Method</a></li> 74</ul> 75</div> 76<a name="skip-navbar_top"> 77<!-- --> 78</a></div> 79<!-- ========= END OF TOP NAVBAR ========= --> 80<!-- ======== START OF CLASS DATA ======== --> 81<div class="header"> 82<div class="subTitle">org.codehaus.jackson.map</div> 83<h2 title="Interface ResolvableDeserializer" class="title">Interface ResolvableDeserializer</h2> 84</div> 85<div class="contentContainer"> 86<div class="description"> 87<ul class="blockList"> 88<li class="blockList"> 89<dl> 90<dt>All Known Implementing Classes:</dt> 91<dd><a href="../../../../org/codehaus/jackson/map/deser/std/AtomicReferenceDeserializer.html" title="class in org.codehaus.jackson.map.deser.std">AtomicReferenceDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html" title="class in org.codehaus.jackson.map.deser">BeanDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/std/CollectionDeserializer.html" title="class in org.codehaus.jackson.map.deser.std">CollectionDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/CollectionDeserializer.html" title="class in org.codehaus.jackson.map.deser">CollectionDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html" title="class in org.codehaus.jackson.map.deser.std">MapDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/MapDeserializer.html" title="class in org.codehaus.jackson.map.deser">MapDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/std/StringCollectionDeserializer.html" title="class in org.codehaus.jackson.map.deser.std">StringCollectionDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/std/ThrowableDeserializer.html" title="class in org.codehaus.jackson.map.deser.std">ThrowableDeserializer</a>, <a href="../../../../org/codehaus/jackson/map/deser/ThrowableDeserializer.html" title="class in org.codehaus.jackson.map.deser">ThrowableDeserializer</a></dd> 92</dl> 93<hr> 94<br> 95<pre>public interface <span class="strong">ResolvableDeserializer</span></pre> 96<div class="block">Interface used to indicate deserializers that want to do post-processing 97 after construction and being added to <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map"><code>DeserializerProvider</code></a>, 98 but before being used. This is typically used to resolve references 99 to other contained types; for example, bean deserializers use this 100 to eagerly find deserializers for contained field types.</div> 101</li> 102</ul> 103</div> 104<div class="summary"> 105<ul class="blockList"> 106<li class="blockList"> 107<!-- ========== METHOD SUMMARY =========== --> 108<ul class="blockList"> 109<li class="blockList"><a name="method_summary"> 110<!-- --> 111</a> 112<h3>Method Summary</h3> 113<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 114<caption><span>Methods</span><span class="tabEnd"> </span></caption> 115<tr> 116<th class="colFirst" scope="col">Modifier and Type</th> 117<th class="colLast" scope="col">Method and Description</th> 118</tr> 119<tr class="altColor"> 120<td class="colFirst"><code>void</code></td> 121<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/ResolvableDeserializer.html#resolve(org.codehaus.jackson.map.DeserializationConfig, org.codehaus.jackson.map.DeserializerProvider)">resolve</a></strong>(<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a> config, 122 <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map">DeserializerProvider</a> provider)</code> 123<div class="block">Method called after <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map"><code>DeserializerProvider</code></a> has registered 124 the deserializer, but before it has returned it to the caller.</div> 125</td> 126</tr> 127</table> 128</li> 129</ul> 130</li> 131</ul> 132</div> 133<div class="details"> 134<ul class="blockList"> 135<li class="blockList"> 136<!-- ============ METHOD DETAIL ========== --> 137<ul class="blockList"> 138<li class="blockList"><a name="method_detail"> 139<!-- --> 140</a> 141<h3>Method Detail</h3> 142<a name="resolve(org.codehaus.jackson.map.DeserializationConfig, org.codehaus.jackson.map.DeserializerProvider)"> 143<!-- --> 144</a> 145<ul class="blockListLast"> 146<li class="blockList"> 147<h4>resolve</h4> 148<pre>void resolve(<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a> config, 149 <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map">DeserializerProvider</a> provider) 150 throws <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></pre> 151<div class="block">Method called after <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map"><code>DeserializerProvider</code></a> has registered 152 the deserializer, but before it has returned it to the caller. 153 Called object can then resolve its dependencies to other types, 154 including self-references (direct or indirect).</div> 155<dl><dt><span class="strong">Parameters:</span></dt><dd><code>provider</code> - Provider that has constructed deserializer this method 156 is called on.</dd> 157<dt><span class="strong">Throws:</span></dt> 158<dd><code><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></code></dd></dl> 159</li> 160</ul> 161</li> 162</ul> 163</li> 164</ul> 165</div> 166</div> 167<!-- ========= END OF CLASS DATA ========= --> 168<!-- ======= START OF BOTTOM NAVBAR ====== --> 169<div class="bottomNav"><a name="navbar_bottom"> 170<!-- --> 171</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 172<!-- --> 173</a> 174<ul class="navList" title="Navigation"> 175<li><a href="../../../../overview-summary.html">Overview</a></li> 176<li><a href="package-summary.html">Package</a></li> 177<li class="navBarCell1Rev">Class</li> 178<li><a href="class-use/ResolvableDeserializer.html">Use</a></li> 179<li><a href="package-tree.html">Tree</a></li> 180<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 181<li><a href="../../../../index-all.html">Index</a></li> 182<li><a href="../../../../help-doc.html">Help</a></li> 183</ul> 184</div> 185<div class="subNav"> 186<ul class="navList"> 187<li><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.PropertyNamingStrategyBase.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 188<li><a href="../../../../org/codehaus/jackson/map/ResolvableSerializer.html" title="interface in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 189</ul> 190<ul class="navList"> 191<li><a href="../../../../index.html?org/codehaus/jackson/map/ResolvableDeserializer.html" target="_top">Frames</a></li> 192<li><a href="ResolvableDeserializer.html" target="_top">No Frames</a></li> 193</ul> 194<ul class="navList" id="allclasses_navbar_bottom"> 195<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 196</ul> 197<div> 198<script type="text/javascript"><!-- 199 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 200 if(window==top) { 201 allClassesLink.style.display = "block"; 202 } 203 else { 204 allClassesLink.style.display = "none"; 205 } 206 //--> 207</script> 208</div> 209<div> 210<ul class="subNavList"> 211<li>Summary: </li> 212<li>Nested | </li> 213<li>Field | </li> 214<li>Constr | </li> 215<li><a href="#method_summary">Method</a></li> 216</ul> 217<ul class="subNavList"> 218<li>Detail: </li> 219<li>Field | </li> 220<li>Constr | </li> 221<li><a href="#method_detail">Method</a></li> 222</ul> 223</div> 224<a name="skip-navbar_bottom"> 225<!-- --> 226</a></div> 227<!-- ======== END OF BOTTOM NAVBAR ======= --> 228</body> 229</html> 230