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 Mon Apr 22 19:50:41 PDT 2013 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>PropertyBuilder (jackson-databind 2.2.0 API)</title> 8<meta name="date" content="2013-04-22"> 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="PropertyBuilder (jackson-databind 2.2.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/PropertyBuilder.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/ser/FilterProvider.html" title="class in com.fasterxml.jackson.databind.ser"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/ser/ResolvableSerializer.html" title="interface in com.fasterxml.jackson.databind.ser"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/ser/PropertyBuilder.html" target="_top">Frames</a></li> 45<li><a href="PropertyBuilder.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>Nested | </li> 66<li><a href="#field_summary">Field</a> | </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><a href="#field_detail">Field</a> | </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.ser</div> 84<h2 title="Class PropertyBuilder" class="title">Class PropertyBuilder</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/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.ser.PropertyBuilder</li> 92</ul> 93</li> 94</ul> 95<div class="description"> 96<ul class="blockList"> 97<li class="blockList"> 98<hr> 99<br> 100<pre>public class <span class="strong">PropertyBuilder</span> 101extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> 102<div class="block">Helper class for <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanSerializerFactory.html" title="class in com.fasterxml.jackson.databind.ser"><code>BeanSerializerFactory</code></a> that is used to 103 construct <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanPropertyWriter.html" title="class in com.fasterxml.jackson.databind.ser"><code>BeanPropertyWriter</code></a> instances. Can be sub-classed 104 to change behavior.</div> 105</li> 106</ul> 107</div> 108<div class="summary"> 109<ul class="blockList"> 110<li class="blockList"> 111<!-- =========== FIELD SUMMARY =========== --> 112<ul class="blockList"> 113<li class="blockList"><a name="field_summary"> 114<!-- --> 115</a> 116<h3>Field Summary</h3> 117<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 118<caption><span>Fields</span><span class="tabEnd"> </span></caption> 119<tr> 120<th class="colFirst" scope="col">Modifier and Type</th> 121<th class="colLast" scope="col">Field and Description</th> 122</tr> 123<tr class="altColor"> 124<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 125<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_annotationIntrospector">_annotationIntrospector</a></strong></code> </td> 126</tr> 127<tr class="rowColor"> 128<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 129<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_beanDesc">_beanDesc</a></strong></code> </td> 130</tr> 131<tr class="altColor"> 132<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html" title="class in com.fasterxml.jackson.databind">SerializationConfig</a></code></td> 133<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_config">_config</a></strong></code> </td> 134</tr> 135<tr class="rowColor"> 136<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 137<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_defaultBean">_defaultBean</a></strong></code> 138<div class="block">If a property has serialization inclusion value of 139 <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.Inclusion.html#ALWAYS"><code>JsonSerialize.Inclusion.ALWAYS</code></a>, we need to know the default 140 value of the bean, to know if property value equals default 141 one.</div> 142</td> 143</tr> 144<tr class="altColor"> 145<td class="colFirst"><code>protected <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/com/fasterxml/jackson/annotation/JsonInclude.Include.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Include</a></code></td> 146<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_outputProps">_outputProps</a></strong></code> </td> 147</tr> 148</table> 149</li> 150</ul> 151<!-- ======== CONSTRUCTOR SUMMARY ======== --> 152<ul class="blockList"> 153<li class="blockList"><a name="constructor_summary"> 154<!-- --> 155</a> 156<h3>Constructor Summary</h3> 157<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 158<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 159<tr> 160<th class="colOne" scope="col">Constructor and Description</th> 161</tr> 162<tr class="altColor"> 163<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#PropertyBuilder(com.fasterxml.jackson.databind.SerializationConfig, com.fasterxml.jackson.databind.BeanDescription)">PropertyBuilder</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html" title="class in com.fasterxml.jackson.databind">SerializationConfig</a> config, 164 <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> beanDesc)</code> </td> 165</tr> 166</table> 167</li> 168</ul> 169<!-- ========== METHOD SUMMARY =========== --> 170<ul class="blockList"> 171<li class="blockList"><a name="method_summary"> 172<!-- --> 173</a> 174<h3>Method Summary</h3> 175<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 176<caption><span>Methods</span><span class="tabEnd"> </span></caption> 177<tr> 178<th class="colFirst" scope="col">Modifier and Type</th> 179<th class="colLast" scope="col">Method and Description</th> 180</tr> 181<tr class="altColor"> 182<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 183<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#_throwWrapped(java.lang.Exception, java.lang.String, java.lang.Object)">_throwWrapped</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 184 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propName, 185 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> defaultBean)</code> </td> 186</tr> 187<tr class="rowColor"> 188<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanPropertyWriter.html" title="class in com.fasterxml.jackson.databind.ser">BeanPropertyWriter</a></code></td> 189<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#buildWriter(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition, com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.introspect.AnnotatedMember, boolean)">buildWriter</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a> propDef, 190 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> declaredType, 191 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?> ser, 192 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a> typeSer, 193 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a> contentTypeSer, 194 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> am, 195 boolean defaultUseStaticTyping)</code> </td> 196</tr> 197<tr class="altColor"> 198<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 199<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#findSerializationType(com.fasterxml.jackson.databind.introspect.Annotated, boolean, com.fasterxml.jackson.databind.JavaType)">findSerializationType</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> a, 200 boolean useStaticTyping, 201 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> declaredType)</code> 202<div class="block">Method that will try to determine statically defined type of property 203 being serialized, based on annotations (for overrides), and alternatively 204 declared type (if static typing for serialization is enabled).</div> 205</td> 206</tr> 207<tr class="rowColor"> 208<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a></code></td> 209<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#getClassAnnotations()">getClassAnnotations</a></strong>()</code> </td> 210</tr> 211<tr class="altColor"> 212<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 213<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#getDefaultBean()">getDefaultBean</a></strong>()</code> </td> 214</tr> 215<tr class="rowColor"> 216<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 217<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyBuilder.html#getDefaultValue(java.lang.String, com.fasterxml.jackson.databind.introspect.AnnotatedMember)">getDefaultValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 218 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> member)</code> </td> 219</tr> 220</table> 221<ul class="blockList"> 222<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 223<!-- --> 224</a> 225<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 226<code><a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 227</ul> 228</li> 229</ul> 230</li> 231</ul> 232</div> 233<div class="details"> 234<ul class="blockList"> 235<li class="blockList"> 236<!-- ============ FIELD DETAIL =========== --> 237<ul class="blockList"> 238<li class="blockList"><a name="field_detail"> 239<!-- --> 240</a> 241<h3>Field Detail</h3> 242<a name="_config"> 243<!-- --> 244</a> 245<ul class="blockList"> 246<li class="blockList"> 247<h4>_config</h4> 248<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html" title="class in com.fasterxml.jackson.databind">SerializationConfig</a> _config</pre> 249</li> 250</ul> 251<a name="_beanDesc"> 252<!-- --> 253</a> 254<ul class="blockList"> 255<li class="blockList"> 256<h4>_beanDesc</h4> 257<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> _beanDesc</pre> 258</li> 259</ul> 260<a name="_outputProps"> 261<!-- --> 262</a> 263<ul class="blockList"> 264<li class="blockList"> 265<h4>_outputProps</h4> 266<pre>protected final <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/com/fasterxml/jackson/annotation/JsonInclude.Include.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Include</a> _outputProps</pre> 267</li> 268</ul> 269<a name="_annotationIntrospector"> 270<!-- --> 271</a> 272<ul class="blockList"> 273<li class="blockList"> 274<h4>_annotationIntrospector</h4> 275<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> _annotationIntrospector</pre> 276</li> 277</ul> 278<a name="_defaultBean"> 279<!-- --> 280</a> 281<ul class="blockListLast"> 282<li class="blockList"> 283<h4>_defaultBean</h4> 284<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _defaultBean</pre> 285<div class="block">If a property has serialization inclusion value of 286 <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.Inclusion.html#ALWAYS"><code>JsonSerialize.Inclusion.ALWAYS</code></a>, we need to know the default 287 value of the bean, to know if property value equals default 288 one.</div> 289</li> 290</ul> 291</li> 292</ul> 293<!-- ========= CONSTRUCTOR DETAIL ======== --> 294<ul class="blockList"> 295<li class="blockList"><a name="constructor_detail"> 296<!-- --> 297</a> 298<h3>Constructor Detail</h3> 299<a name="PropertyBuilder(com.fasterxml.jackson.databind.SerializationConfig, com.fasterxml.jackson.databind.BeanDescription)"> 300<!-- --> 301</a> 302<ul class="blockListLast"> 303<li class="blockList"> 304<h4>PropertyBuilder</h4> 305<pre>public PropertyBuilder(<a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html" title="class in com.fasterxml.jackson.databind">SerializationConfig</a> config, 306 <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> beanDesc)</pre> 307</li> 308</ul> 309</li> 310</ul> 311<!-- ============ METHOD DETAIL ========== --> 312<ul class="blockList"> 313<li class="blockList"><a name="method_detail"> 314<!-- --> 315</a> 316<h3>Method Detail</h3> 317<a name="getClassAnnotations()"> 318<!-- --> 319</a> 320<ul class="blockList"> 321<li class="blockList"> 322<h4>getClassAnnotations</h4> 323<pre>public <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> getClassAnnotations()</pre> 324</li> 325</ul> 326<a name="buildWriter(com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition, com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.introspect.AnnotatedMember, boolean)"> 327<!-- --> 328</a> 329<ul class="blockList"> 330<li class="blockList"> 331<h4>buildWriter</h4> 332<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanPropertyWriter.html" title="class in com.fasterxml.jackson.databind.ser">BeanPropertyWriter</a> buildWriter(<a href="../../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a> propDef, 333 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> declaredType, 334 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?> ser, 335 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a> typeSer, 336 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a> contentTypeSer, 337 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> am, 338 boolean defaultUseStaticTyping)</pre> 339<dl><dt><span class="strong">Parameters:</span></dt><dd><code>contentTypeSer</code> - Optional explicit type information serializer 340 to use for contained values (only used for properties that are 341 of container type)</dd></dl> 342</li> 343</ul> 344<a name="findSerializationType(com.fasterxml.jackson.databind.introspect.Annotated, boolean, com.fasterxml.jackson.databind.JavaType)"> 345<!-- --> 346</a> 347<ul class="blockList"> 348<li class="blockList"> 349<h4>findSerializationType</h4> 350<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> findSerializationType(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> a, 351 boolean useStaticTyping, 352 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> declaredType)</pre> 353<div class="block">Method that will try to determine statically defined type of property 354 being serialized, based on annotations (for overrides), and alternatively 355 declared type (if static typing for serialization is enabled). 356 If neither can be used (no annotations, dynamic typing), returns null.</div> 357</li> 358</ul> 359<a name="getDefaultBean()"> 360<!-- --> 361</a> 362<ul class="blockList"> 363<li class="blockList"> 364<h4>getDefaultBean</h4> 365<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getDefaultBean()</pre> 366</li> 367</ul> 368<a name="getDefaultValue(java.lang.String, com.fasterxml.jackson.databind.introspect.AnnotatedMember)"> 369<!-- --> 370</a> 371<ul class="blockList"> 372<li class="blockList"> 373<h4>getDefaultValue</h4> 374<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getDefaultValue(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 375 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> member)</pre> 376</li> 377</ul> 378<a name="_throwWrapped(java.lang.Exception, java.lang.String, java.lang.Object)"> 379<!-- --> 380</a> 381<ul class="blockListLast"> 382<li class="blockList"> 383<h4>_throwWrapped</h4> 384<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _throwWrapped(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 385 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propName, 386 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> defaultBean)</pre> 387</li> 388</ul> 389</li> 390</ul> 391</li> 392</ul> 393</div> 394</div> 395<!-- ========= END OF CLASS DATA ========= --> 396<!-- ======= START OF BOTTOM NAVBAR ====== --> 397<div class="bottomNav"><a name="navbar_bottom"> 398<!-- --> 399</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 400<!-- --> 401</a> 402<ul class="navList" title="Navigation"> 403<li><a href="../../../../../overview-summary.html">Overview</a></li> 404<li><a href="package-summary.html">Package</a></li> 405<li class="navBarCell1Rev">Class</li> 406<li><a href="class-use/PropertyBuilder.html">Use</a></li> 407<li><a href="package-tree.html">Tree</a></li> 408<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 409<li><a href="../../../../../index-all.html">Index</a></li> 410<li><a href="../../../../../help-doc.html">Help</a></li> 411</ul> 412</div> 413<div class="subNav"> 414<ul class="navList"> 415<li><a href="../../../../../com/fasterxml/jackson/databind/ser/FilterProvider.html" title="class in com.fasterxml.jackson.databind.ser"><span class="strong">Prev Class</span></a></li> 416<li><a href="../../../../../com/fasterxml/jackson/databind/ser/ResolvableSerializer.html" title="interface in com.fasterxml.jackson.databind.ser"><span class="strong">Next Class</span></a></li> 417</ul> 418<ul class="navList"> 419<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/ser/PropertyBuilder.html" target="_top">Frames</a></li> 420<li><a href="PropertyBuilder.html" target="_top">No Frames</a></li> 421</ul> 422<ul class="navList" id="allclasses_navbar_bottom"> 423<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 424</ul> 425<div> 426<script type="text/javascript"><!-- 427 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 428 if(window==top) { 429 allClassesLink.style.display = "block"; 430 } 431 else { 432 allClassesLink.style.display = "none"; 433 } 434 //--> 435</script> 436</div> 437<div> 438<ul class="subNavList"> 439<li>Summary: </li> 440<li>Nested | </li> 441<li><a href="#field_summary">Field</a> | </li> 442<li><a href="#constructor_summary">Constr</a> | </li> 443<li><a href="#method_summary">Method</a></li> 444</ul> 445<ul class="subNavList"> 446<li>Detail: </li> 447<li><a href="#field_detail">Field</a> | </li> 448<li><a href="#constructor_detail">Constr</a> | </li> 449<li><a href="#method_detail">Method</a></li> 450</ul> 451</div> 452<a name="skip-navbar_bottom"> 453<!-- --> 454</a></div> 455<!-- ======== END OF BOTTOM NAVBAR ======= --> 456<p class="legalCopy"><small>Copyright © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 457</body> 458</html> 459