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 (1.8.0_162) on Tue Nov 05 19:39:07 PST 2019 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>SettableBeanProperty (jackson-databind 2.10.0 API)</title> 8<meta name="date" content="2019-11-05"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="SettableBeanProperty (jackson-databind 2.10.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":6,"i8":6,"i9":10,"i10":10,"i11":6,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":6,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":6,"i33":6,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":6,"i40":6,"i41":10,"i42":6}; 23var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; 24var altColor = "altColor"; 25var rowColor = "rowColor"; 26var tableTab = "tableTab"; 27var activeTableTab = "activeTableTab"; 28</script> 29<noscript> 30<div>JavaScript is disabled on your browser.</div> 31</noscript> 32<!-- ========= START OF TOP NAVBAR ======= --> 33<div class="topNav"><a name="navbar.top"> 34<!-- --> 35</a> 36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 37<a name="navbar.top.firstrow"> 38<!-- --> 39</a> 40<ul class="navList" title="Navigation"> 41<li><a href="../../../../../overview-summary.html">Overview</a></li> 42<li><a href="package-summary.html">Package</a></li> 43<li class="navBarCell1Rev">Class</li> 44<li><a href="class-use/SettableBeanProperty.html">Use</a></li> 45<li><a href="package-tree.html">Tree</a></li> 46<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 47<li><a href="../../../../../index-all.html">Index</a></li> 48<li><a href="../../../../../help-doc.html">Help</a></li> 49</ul> 50</div> 51<div class="subNav"> 52<ul class="navList"> 53<li><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableAnyProperty.html" title="class in com.fasterxml.jackson.databind.deser"><span class="typeNameLink">Prev Class</span></a></li> 54<li><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.Delegating.html" title="class in com.fasterxml.jackson.databind.deser"><span class="typeNameLink">Next Class</span></a></li> 55</ul> 56<ul class="navList"> 57<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" target="_top">Frames</a></li> 58<li><a href="SettableBeanProperty.html" target="_top">No Frames</a></li> 59</ul> 60<ul class="navList" id="allclasses_navbar_top"> 61<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 62</ul> 63<div> 64<script type="text/javascript"><!-- 65 allClassesLink = document.getElementById("allclasses_navbar_top"); 66 if(window==top) { 67 allClassesLink.style.display = "block"; 68 } 69 else { 70 allClassesLink.style.display = "none"; 71 } 72 //--> 73</script> 74</div> 75<div> 76<ul class="subNavList"> 77<li>Summary: </li> 78<li><a href="#nested.class.summary">Nested</a> | </li> 79<li><a href="#field.summary">Field</a> | </li> 80<li><a href="#constructor.summary">Constr</a> | </li> 81<li><a href="#method.summary">Method</a></li> 82</ul> 83<ul class="subNavList"> 84<li>Detail: </li> 85<li><a href="#field.detail">Field</a> | </li> 86<li><a href="#constructor.detail">Constr</a> | </li> 87<li><a href="#method.detail">Method</a></li> 88</ul> 89</div> 90<a name="skip.navbar.top"> 91<!-- --> 92</a></div> 93<!-- ========= END OF TOP NAVBAR ========= --> 94<!-- ======== START OF CLASS DATA ======== --> 95<div class="header"> 96<div class="subTitle">com.fasterxml.jackson.databind.deser</div> 97<h2 title="Class SettableBeanProperty" class="title">Class SettableBeanProperty</h2> 98</div> 99<div class="contentContainer"> 100<ul class="inheritance"> 101<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 102<li> 103<ul class="inheritance"> 104<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase</a></li> 105<li> 106<ul class="inheritance"> 107<li>com.fasterxml.jackson.databind.deser.SettableBeanProperty</li> 108</ul> 109</li> 110</ul> 111</li> 112</ul> 113<div class="description"> 114<ul class="blockList"> 115<li class="blockList"> 116<dl> 117<dt>All Implemented Interfaces:</dt> 118<dd><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/util/Named.html" title="interface in com.fasterxml.jackson.databind.util">Named</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 119</dl> 120<dl> 121<dt>Direct Known Subclasses:</dt> 122<dd><a href="../../../../../com/fasterxml/jackson/databind/deser/CreatorProperty.html" title="class in com.fasterxml.jackson.databind.deser">CreatorProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/FieldProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl">FieldProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/MethodProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl">MethodProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/ObjectIdReferenceProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl">ObjectIdReferenceProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/ObjectIdValueProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl">ObjectIdValueProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.Delegating.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty.Delegating</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/SetterlessProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl">SetterlessProperty</a></dd> 123</dl> 124<hr> 125<br> 126<pre>public abstract class <span class="typeNameLabel">SettableBeanProperty</span> 127extends <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">ConcreteBeanPropertyBase</a> 128implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> 129<div class="block">Base class for deserializable properties of a bean: contains 130 both type and name definitions, and reflection-based set functionality. 131 Concrete sub-classes implement details, so that field- and 132 setter-backed properties, as well as a few more esoteric variations, 133 can be handled.</div> 134<dl> 135<dt><span class="seeLabel">See Also:</span></dt> 136<dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.deser.SettableBeanProperty">Serialized Form</a></dd> 137</dl> 138</li> 139</ul> 140</div> 141<div class="summary"> 142<ul class="blockList"> 143<li class="blockList"> 144<!-- ======== NESTED CLASS SUMMARY ======== --> 145<ul class="blockList"> 146<li class="blockList"><a name="nested.class.summary"> 147<!-- --> 148</a> 149<h3>Nested Class Summary</h3> 150<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> 151<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> 152<tr> 153<th class="colFirst" scope="col">Modifier and Type</th> 154<th class="colLast" scope="col">Class and Description</th> 155</tr> 156<tr class="altColor"> 157<td class="colFirst"><code>static class </code></td> 158<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.Delegating.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty.Delegating</a></span></code> 159<div class="block">Helper class that is designed to both make it easier to sub-class 160 delegating subtypes and to reduce likelihood of breakage when 161 new methods are added.</div> 162</td> 163</tr> 164</table> 165<ul class="blockList"> 166<li class="blockList"><a name="nested.classes.inherited.from.class.com.fasterxml.jackson.databind.BeanProperty"> 167<!-- --> 168</a> 169<h3>Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></h3> 170<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Bogus.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Bogus</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></code></li> 171</ul> 172</li> 173</ul> 174<!-- =========== FIELD SUMMARY =========== --> 175<ul class="blockList"> 176<li class="blockList"><a name="field.summary"> 177<!-- --> 178</a> 179<h3>Field Summary</h3> 180<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 181<caption><span>Fields</span><span class="tabEnd"> </span></caption> 182<tr> 183<th class="colFirst" scope="col">Modifier and Type</th> 184<th class="colLast" scope="col">Field and Description</th> 185</tr> 186<tr class="altColor"> 187<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a></code></td> 188<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_contextAnnotations">_contextAnnotations</a></span></code> 189<div class="block">Class that contains this property (either class that declares 190 the property or one of its subclasses), class that is 191 deserialized using deserializer that contains this property.</div> 192</td> 193</tr> 194<tr class="rowColor"> 195<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 196<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_managedReferenceName">_managedReferenceName</a></span></code> 197<div class="block">If property represents a managed (forward) reference, we will need 198 the name of reference for later linking.</div> 199</td> 200</tr> 201<tr class="altColor"> 202<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a></code></td> 203<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_nullProvider">_nullProvider</a></span></code> 204<div class="block">Entity used for possible translation from `null` into non-null 205 value of type of this property.</div> 206</td> 207</tr> 208<tr class="rowColor"> 209<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a></code></td> 210<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_objectIdInfo">_objectIdInfo</a></span></code> 211<div class="block">This is the information for object identity associated with the property.</div> 212</td> 213</tr> 214<tr class="altColor"> 215<td class="colFirst"><code>protected int</code></td> 216<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_propertyIndex">_propertyIndex</a></span></code> 217<div class="block">Index of property (within all property of a bean); assigned 218 when all properties have been collected.</div> 219</td> 220</tr> 221<tr class="rowColor"> 222<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 223<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_propName">_propName</a></span></code> 224<div class="block">Logical name of the property (often but not always derived 225 from the setter method name)</div> 226</td> 227</tr> 228<tr class="altColor"> 229<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 230<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_type">_type</a></span></code> 231<div class="block">Base type for property; may be a supertype of actual value.</div> 232</td> 233</tr> 234<tr class="rowColor"> 235<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td> 236<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_valueDeserializer">_valueDeserializer</a></span></code> 237<div class="block">Deserializer used for handling property value.</div> 238</td> 239</tr> 240<tr class="altColor"> 241<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a></code></td> 242<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_valueTypeDeserializer">_valueTypeDeserializer</a></span></code> 243<div class="block">If value will contain type information (to support 244 polymorphic handling), this is the type deserializer 245 used to handle type resolution.</div> 246</td> 247</tr> 248<tr class="rowColor"> 249<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/util/ViewMatcher.html" title="class in com.fasterxml.jackson.databind.util">ViewMatcher</a></code></td> 250<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_viewMatcher">_viewMatcher</a></span></code> 251<div class="block">Helper object used for checking whether this property is to 252 be included in the active view, if property is view-specific; 253 null otherwise.</div> 254</td> 255</tr> 256<tr class="altColor"> 257<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 258<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_wrapperName">_wrapperName</a></span></code> </td> 259</tr> 260<tr class="rowColor"> 261<td class="colFirst"><code>protected static <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td> 262<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#MISSING_VALUE_DESERIALIZER">MISSING_VALUE_DESERIALIZER</a></span></code> 263<div class="block">To avoid nasty NPEs, let's use a placeholder for _valueDeserializer, 264 if real deserializer is not (yet) available.</div> 265</td> 266</tr> 267</table> 268<ul class="blockList"> 269<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase"> 270<!-- --> 271</a> 272<h3>Fields inherited from class com.fasterxml.jackson.databind.introspect.<a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">ConcreteBeanPropertyBase</a></h3> 273<code><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#Z:Z_aliases">_aliases</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#Z:Z_metadata">_metadata</a></code></li> 274</ul> 275<ul class="blockList"> 276<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.databind.BeanProperty"> 277<!-- --> 278</a> 279<h3>Fields inherited from interface com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></h3> 280<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#EMPTY_FORMAT">EMPTY_FORMAT</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#EMPTY_INCLUDE">EMPTY_INCLUDE</a></code></li> 281</ul> 282</li> 283</ul> 284<!-- ======== CONSTRUCTOR SUMMARY ======== --> 285<ul class="blockList"> 286<li class="blockList"><a name="constructor.summary"> 287<!-- --> 288</a> 289<h3>Constructor Summary</h3> 290<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 291<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 292<tr> 293<th class="colFirst" scope="col">Modifier</th> 294<th class="colLast" scope="col">Constructor and Description</th> 295</tr> 296<tr class="altColor"> 297<td class="colFirst"><code>protected </code></td> 298<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.jsontype.TypeDeserializer-com.fasterxml.jackson.databind.util.Annotations-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a> propDef, 299 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 300 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> typeDeser, 301 <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> contextAnnotations)</code> </td> 302</tr> 303<tr class="rowColor"> 304<td class="colFirst"><code>protected </code></td> 305<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.PropertyMetadata-com.fasterxml.jackson.databind.JsonDeserializer-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> propName, 306 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 307 <a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a> metadata, 308 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> valueDeser)</code> 309<div class="block">Constructor only used by <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/ObjectIdValueProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl"><code>ObjectIdValueProperty</code></a>.</div> 310</td> 311</tr> 312<tr class="altColor"> 313<td class="colFirst"><code>protected </code></td> 314<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.jsontype.TypeDeserializer-com.fasterxml.jackson.databind.util.Annotations-com.fasterxml.jackson.databind.PropertyMetadata-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> propName, 315 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 316 <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> wrapper, 317 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> typeDeser, 318 <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> contextAnnotations, 319 <a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a> metadata)</code> </td> 320</tr> 321<tr class="rowColor"> 322<td class="colFirst"><code>protected </code></td> 323<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src)</code> 324<div class="block">Basic copy-constructor for sub-classes to use.</div> 325</td> 326</tr> 327<tr class="altColor"> 328<td class="colFirst"><code>protected </code></td> 329<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-com.fasterxml.jackson.databind.JsonDeserializer-com.fasterxml.jackson.databind.deser.NullValueProvider-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src, 330 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?> deser, 331 <a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> nuller)</code> 332<div class="block">Copy-with-deserializer-change constructor for sub-classes to use.</div> 333</td> 334</tr> 335<tr class="rowColor"> 336<td class="colFirst"><code>protected </code></td> 337<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-">SettableBeanProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src, 338 <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> newName)</code> 339<div class="block">Copy-with-deserializer-change constructor for sub-classes to use.</div> 340</td> 341</tr> 342</table> 343</li> 344</ul> 345<!-- ========== METHOD SUMMARY =========== --> 346<ul class="blockList"> 347<li class="blockList"><a name="method.summary"> 348<!-- --> 349</a> 350<h3>Method Summary</h3> 351<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 352<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></span></caption> 353<tr> 354<th class="colFirst" scope="col">Modifier and Type</th> 355<th class="colLast" scope="col">Method and Description</th> 356</tr> 357<tr id="i0" class="altColor"> 358<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></td> 359<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_throwAsIOE-java.lang.Exception-">_throwAsIOE</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e)</code> 360<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> 361</td> 362</tr> 363<tr id="i1" class="rowColor"> 364<td class="colFirst"><code>protected void</code></td> 365<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_throwAsIOE-java.lang.Exception-java.lang.Object-">_throwAsIOE</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 366 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> 367</tr> 368<tr id="i2" class="altColor"> 369<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></td> 370<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_throwAsIOE-com.fasterxml.jackson.core.JsonParser-java.lang.Exception-">_throwAsIOE</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 371 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e)</code> </td> 372</tr> 373<tr id="i3" class="rowColor"> 374<td class="colFirst"><code>protected void</code></td> 375<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#Z:Z_throwAsIOE-com.fasterxml.jackson.core.JsonParser-java.lang.Exception-java.lang.Object-">_throwAsIOE</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 376 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 377 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> 378<div class="block">Method that takes in exception of any type, and casts or wraps it 379 to an IOException or its subclass.</div> 380</td> 381</tr> 382<tr id="i4" class="altColor"> 383<td class="colFirst"><code>void</code></td> 384<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#assignIndex-int-">assignIndex</a></span>(int index)</code> 385<div class="block">Method used to assign index for property.</div> 386</td> 387</tr> 388<tr id="i5" class="rowColor"> 389<td class="colFirst"><code>void</code></td> 390<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#depositSchemaProperty-com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor-com.fasterxml.jackson.databind.SerializerProvider-">depositSchemaProperty</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonObjectFormatVisitor.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonObjectFormatVisitor</a> objectVisitor, 391 <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> provider)</code> 392<div class="block">Method that can be called to visit the type structure that this 393 property is part of.</div> 394</td> 395</tr> 396<tr id="i6" class="altColor"> 397<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 398<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserialize-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-">deserialize</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 399 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt)</code> 400<div class="block">This method is needed by some specialized bean deserializers, 401 and also called by some <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"><code>deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)</code></a> implementations.</div> 402</td> 403</tr> 404<tr id="i7" class="rowColor"> 405<td class="colFirst"><code>abstract void</code></td> 406<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-">deserializeAndSet</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 407 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 408 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance)</code> 409<div class="block">Method called to deserialize appropriate value, given parser (and 410 context), and set it using appropriate mechanism.</div> 411</td> 412</tr> 413<tr id="i8" class="altColor"> 414<td class="colFirst"><code>abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 415<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeSetAndReturn-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-">deserializeSetAndReturn</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 416 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 417 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance)</code> 418<div class="block">Alternative to <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"><code>deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)</code></a> that returns 419 either return value of setter method called (if one is), 420 or null to indicate that no return value is available.</div> 421</td> 422</tr> 423<tr id="i9" class="rowColor"> 424<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 425<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeWith-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-">deserializeWith</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 426 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 427 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> toUpdate)</code> </td> 428</tr> 429<tr id="i10" class="altColor"> 430<td class="colFirst"><code>void</code></td> 431<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#fixAccess-com.fasterxml.jackson.databind.DeserializationConfig-">fixAccess</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind">DeserializationConfig</a> config)</code> 432<div class="block">Method called to ensure that the mutator has proper access rights to 433 be called, as per configuration.</div> 434</td> 435</tr> 436<tr id="i11" class="rowColor"> 437<td class="colFirst"><code>abstract <A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>><br>A</code></td> 438<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getAnnotation-java.lang.Class-">getAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><A> acls)</code> 439<div class="block">Method for finding annotation associated with this property; 440 meaning annotation associated with one of entities used to 441 access property.</div> 442</td> 443</tr> 444<tr id="i12" class="altColor"> 445<td class="colFirst"><code><A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>><br>A</code></td> 446<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getContextAnnotation-java.lang.Class-">getContextAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><A> acls)</code> 447<div class="block">Method for finding annotation associated with context of 448 this property; usually class in which member is declared 449 (or its subtype if processing subtype).</div> 450</td> 451</tr> 452<tr id="i13" class="rowColor"> 453<td class="colFirst"><code>int</code></td> 454<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getCreatorIndex--">getCreatorIndex</a></span>()</code> 455<div class="block">Method for accessing index of the creator property: for other 456 types of properties will simply return -1.</div> 457</td> 458</tr> 459<tr id="i14" class="altColor"> 460<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?></code></td> 461<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getDeclaringClass--">getDeclaringClass</a></span>()</code> </td> 462</tr> 463<tr id="i15" class="rowColor"> 464<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 465<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getFullName--">getFullName</a></span>()</code> 466<div class="block">Method for getting full name definition, including possible 467 format-specific additional properties (such as namespace when 468 using XML backend).</div> 469</td> 470</tr> 471<tr id="i16" class="altColor"> 472<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 473<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getInjectableValueId--">getInjectableValueId</a></span>()</code> 474<div class="block">Accessor for id of injectable value, if this bean property supports 475 value injection.</div> 476</td> 477</tr> 478<tr id="i17" class="rowColor"> 479<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 480<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getManagedReferenceName--">getManagedReferenceName</a></span>()</code> </td> 481</tr> 482<tr id="i18" class="altColor"> 483<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a></code></td> 484<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getMember--">getMember</a></span>()</code> 485<div class="block">Method for accessing primary physical entity that represents the property; 486 annotated field, method or constructor property.</div> 487</td> 488</tr> 489<tr id="i19" class="rowColor"> 490<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 491<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getName--">getName</a></span>()</code> 492<div class="block">Method to get logical name of the property</div> 493</td> 494</tr> 495<tr id="i20" class="altColor"> 496<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a></code></td> 497<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getNullValueProvider--">getNullValueProvider</a></span>()</code> </td> 498</tr> 499<tr id="i21" class="rowColor"> 500<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a></code></td> 501<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getObjectIdInfo--">getObjectIdInfo</a></span>()</code> </td> 502</tr> 503<tr id="i22" class="altColor"> 504<td class="colFirst"><code>int</code></td> 505<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getPropertyIndex--">getPropertyIndex</a></span>()</code> 506<div class="block">Method for accessing unique index of this property; indexes are 507 assigned once all properties of a <a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><code>BeanDeserializer</code></a> have 508 been collected.</div> 509</td> 510</tr> 511<tr id="i23" class="rowColor"> 512<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 513<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getType--">getType</a></span>()</code> 514<div class="block">Method to get declared type of the property.</div> 515</td> 516</tr> 517<tr id="i24" class="altColor"> 518<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td> 519<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getValueDeserializer--">getValueDeserializer</a></span>()</code> </td> 520</tr> 521<tr id="i25" class="rowColor"> 522<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a></code></td> 523<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getValueTypeDeserializer--">getValueTypeDeserializer</a></span>()</code> </td> 524</tr> 525<tr id="i26" class="altColor"> 526<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 527<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#getWrapperName--">getWrapperName</a></span>()</code> 528<div class="block">If property is indicated to be wrapped, name of 529 wrapper element to use.</div> 530</td> 531</tr> 532<tr id="i27" class="rowColor"> 533<td class="colFirst"><code>boolean</code></td> 534<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#hasValueDeserializer--">hasValueDeserializer</a></span>()</code> </td> 535</tr> 536<tr id="i28" class="altColor"> 537<td class="colFirst"><code>boolean</code></td> 538<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#hasValueTypeDeserializer--">hasValueTypeDeserializer</a></span>()</code> </td> 539</tr> 540<tr id="i29" class="rowColor"> 541<td class="colFirst"><code>boolean</code></td> 542<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#hasViews--">hasViews</a></span>()</code> </td> 543</tr> 544<tr id="i30" class="altColor"> 545<td class="colFirst"><code>boolean</code></td> 546<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#isIgnorable--">isIgnorable</a></span>()</code> </td> 547</tr> 548<tr id="i31" class="rowColor"> 549<td class="colFirst"><code>void</code></td> 550<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#markAsIgnorable--">markAsIgnorable</a></span>()</code> </td> 551</tr> 552<tr id="i32" class="altColor"> 553<td class="colFirst"><code>abstract void</code></td> 554<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#set-java.lang.Object-java.lang.Object-">set</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance, 555 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> 556<div class="block">Method called to assign given value to this property, on 557 specified Object.</div> 558</td> 559</tr> 560<tr id="i33" class="rowColor"> 561<td class="colFirst"><code>abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 562<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#setAndReturn-java.lang.Object-java.lang.Object-">setAndReturn</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance, 563 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> 564<div class="block">Method called to assign given value to this property, on 565 specified Object, and return whatever delegating accessor 566 returned (if anything)</div> 567</td> 568</tr> 569<tr id="i34" class="altColor"> 570<td class="colFirst"><code>void</code></td> 571<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#setManagedReferenceName-java.lang.String-">setManagedReferenceName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> n)</code> </td> 572</tr> 573<tr id="i35" class="rowColor"> 574<td class="colFirst"><code>void</code></td> 575<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#setObjectIdInfo-com.fasterxml.jackson.databind.introspect.ObjectIdInfo-">setObjectIdInfo</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo)</code> </td> 576</tr> 577<tr id="i36" class="altColor"> 578<td class="colFirst"><code>void</code></td> 579<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#setViews-java.lang.Class:A-">setViews</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>[] views)</code> </td> 580</tr> 581<tr id="i37" class="rowColor"> 582<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 583<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#toString--">toString</a></span>()</code> </td> 584</tr> 585<tr id="i38" class="altColor"> 586<td class="colFirst"><code>boolean</code></td> 587<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#visibleInView-java.lang.Class-">visibleInView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> activeView)</code> </td> 588</tr> 589<tr id="i39" class="rowColor"> 590<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></code></td> 591<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#withName-com.fasterxml.jackson.databind.PropertyName-">withName</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> newName)</code> 592<div class="block">Fluent factory method for constructing and returning a new instance 593 with specified property name.</div> 594</td> 595</tr> 596<tr id="i40" class="altColor"> 597<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></code></td> 598<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#withNullProvider-com.fasterxml.jackson.databind.deser.NullValueProvider-">withNullProvider</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> nva)</code> </td> 599</tr> 600<tr id="i41" class="rowColor"> 601<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></code></td> 602<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#withSimpleName-java.lang.String-">withSimpleName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</code> </td> 603</tr> 604<tr id="i42" class="altColor"> 605<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></code></td> 606<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#withValueDeserializer-com.fasterxml.jackson.databind.JsonDeserializer-">withValueDeserializer</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?> deser)</code> 607<div class="block">Fluent factory method for constructing and returning a new instance 608 with specified value deserializer.</div> 609</td> 610</tr> 611</table> 612<ul class="blockList"> 613<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase"> 614<!-- --> 615</a> 616<h3>Methods inherited from class com.fasterxml.jackson.databind.introspect.<a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">ConcreteBeanPropertyBase</a></h3> 617<code><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findAliases-com.fasterxml.jackson.databind.cfg.MapperConfig-">findAliases</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findFormatOverrides-com.fasterxml.jackson.databind.AnnotationIntrospector-">findFormatOverrides</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findPropertyFormat-com.fasterxml.jackson.databind.cfg.MapperConfig-java.lang.Class-">findPropertyFormat</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findPropertyInclusion-com.fasterxml.jackson.databind.cfg.MapperConfig-java.lang.Class-">findPropertyInclusion</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#getMetadata--">getMetadata</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#isRequired--">isRequired</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#isVirtual--">isVirtual</a></code></li> 618</ul> 619<ul class="blockList"> 620<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 621<!-- --> 622</a> 623<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 624<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> 625</ul> 626</li> 627</ul> 628</li> 629</ul> 630</div> 631<div class="details"> 632<ul class="blockList"> 633<li class="blockList"> 634<!-- ============ FIELD DETAIL =========== --> 635<ul class="blockList"> 636<li class="blockList"><a name="field.detail"> 637<!-- --> 638</a> 639<h3>Field Detail</h3> 640<a name="MISSING_VALUE_DESERIALIZER"> 641<!-- --> 642</a> 643<ul class="blockList"> 644<li class="blockList"> 645<h4>MISSING_VALUE_DESERIALIZER</h4> 646<pre>protected static final <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> MISSING_VALUE_DESERIALIZER</pre> 647<div class="block">To avoid nasty NPEs, let's use a placeholder for _valueDeserializer, 648 if real deserializer is not (yet) available.</div> 649<dl> 650<dt><span class="simpleTagLabel">Since:</span></dt> 651<dd>2.2</dd> 652</dl> 653</li> 654</ul> 655<a name="Z:Z_propName"> 656<!-- --> 657</a> 658<ul class="blockList"> 659<li class="blockList"> 660<h4>_propName</h4> 661<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> _propName</pre> 662<div class="block">Logical name of the property (often but not always derived 663 from the setter method name)</div> 664</li> 665</ul> 666<a name="Z:Z_type"> 667<!-- --> 668</a> 669<ul class="blockList"> 670<li class="blockList"> 671<h4>_type</h4> 672<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> _type</pre> 673<div class="block">Base type for property; may be a supertype of actual value.</div> 674</li> 675</ul> 676<a name="Z:Z_wrapperName"> 677<!-- --> 678</a> 679<ul class="blockList"> 680<li class="blockList"> 681<h4>_wrapperName</h4> 682<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> _wrapperName</pre> 683<dl> 684<dt><span class="simpleTagLabel">Since:</span></dt> 685<dd>2.2</dd> 686</dl> 687</li> 688</ul> 689<a name="Z:Z_contextAnnotations"> 690<!-- --> 691</a> 692<ul class="blockList"> 693<li class="blockList"> 694<h4>_contextAnnotations</h4> 695<pre>protected final transient <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> _contextAnnotations</pre> 696<div class="block">Class that contains this property (either class that declares 697 the property or one of its subclasses), class that is 698 deserialized using deserializer that contains this property.</div> 699</li> 700</ul> 701<a name="Z:Z_valueDeserializer"> 702<!-- --> 703</a> 704<ul class="blockList"> 705<li class="blockList"> 706<h4>_valueDeserializer</h4> 707<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> _valueDeserializer</pre> 708<div class="block">Deserializer used for handling property value. 709<p> 710 NOTE: has been immutable since 2.3</div> 711</li> 712</ul> 713<a name="Z:Z_valueTypeDeserializer"> 714<!-- --> 715</a> 716<ul class="blockList"> 717<li class="blockList"> 718<h4>_valueTypeDeserializer</h4> 719<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> _valueTypeDeserializer</pre> 720<div class="block">If value will contain type information (to support 721 polymorphic handling), this is the type deserializer 722 used to handle type resolution.</div> 723</li> 724</ul> 725<a name="Z:Z_nullProvider"> 726<!-- --> 727</a> 728<ul class="blockList"> 729<li class="blockList"> 730<h4>_nullProvider</h4> 731<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> _nullProvider</pre> 732<div class="block">Entity used for possible translation from `null` into non-null 733 value of type of this property. 734 Often same as <code>_valueDeserializer</code>, but not always.</div> 735<dl> 736<dt><span class="simpleTagLabel">Since:</span></dt> 737<dd>2.9</dd> 738</dl> 739</li> 740</ul> 741<a name="Z:Z_managedReferenceName"> 742<!-- --> 743</a> 744<ul class="blockList"> 745<li class="blockList"> 746<h4>_managedReferenceName</h4> 747<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _managedReferenceName</pre> 748<div class="block">If property represents a managed (forward) reference, we will need 749 the name of reference for later linking. 750<p> 751 TODO: should try to make immutable.</div> 752</li> 753</ul> 754<a name="Z:Z_objectIdInfo"> 755<!-- --> 756</a> 757<ul class="blockList"> 758<li class="blockList"> 759<h4>_objectIdInfo</h4> 760<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> _objectIdInfo</pre> 761<div class="block">This is the information for object identity associated with the property. 762 <p> 763 TODO: should try to make immutable.</div> 764</li> 765</ul> 766<a name="Z:Z_viewMatcher"> 767<!-- --> 768</a> 769<ul class="blockList"> 770<li class="blockList"> 771<h4>_viewMatcher</h4> 772<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/util/ViewMatcher.html" title="class in com.fasterxml.jackson.databind.util">ViewMatcher</a> _viewMatcher</pre> 773<div class="block">Helper object used for checking whether this property is to 774 be included in the active view, if property is view-specific; 775 null otherwise. 776<p> 777 TODO: should try to make immutable.</div> 778</li> 779</ul> 780<a name="Z:Z_propertyIndex"> 781<!-- --> 782</a> 783<ul class="blockListLast"> 784<li class="blockList"> 785<h4>_propertyIndex</h4> 786<pre>protected int _propertyIndex</pre> 787<div class="block">Index of property (within all property of a bean); assigned 788 when all properties have been collected. Order of entries 789 is arbitrary, but once indexes are assigned they are not 790 changed. 791<p> 792 TODO: should try to make immutable if at all possible</div> 793</li> 794</ul> 795</li> 796</ul> 797<!-- ========= CONSTRUCTOR DETAIL ======== --> 798<ul class="blockList"> 799<li class="blockList"><a name="constructor.detail"> 800<!-- --> 801</a> 802<h3>Constructor Detail</h3> 803<a name="SettableBeanProperty-com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.jsontype.TypeDeserializer-com.fasterxml.jackson.databind.util.Annotations-"> 804<!-- --> 805</a> 806<ul class="blockList"> 807<li class="blockList"> 808<h4>SettableBeanProperty</h4> 809<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a> propDef, 810 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 811 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> typeDeser, 812 <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> contextAnnotations)</pre> 813</li> 814</ul> 815<a name="SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.jsontype.TypeDeserializer-com.fasterxml.jackson.databind.util.Annotations-com.fasterxml.jackson.databind.PropertyMetadata-"> 816<!-- --> 817</a> 818<ul class="blockList"> 819<li class="blockList"> 820<h4>SettableBeanProperty</h4> 821<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> propName, 822 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 823 <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> wrapper, 824 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> typeDeser, 825 <a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> contextAnnotations, 826 <a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a> metadata)</pre> 827</li> 828</ul> 829<a name="SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-com.fasterxml.jackson.databind.JavaType-com.fasterxml.jackson.databind.PropertyMetadata-com.fasterxml.jackson.databind.JsonDeserializer-"> 830<!-- --> 831</a> 832<ul class="blockList"> 833<li class="blockList"> 834<h4>SettableBeanProperty</h4> 835<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> propName, 836 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type, 837 <a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a> metadata, 838 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> valueDeser)</pre> 839<div class="block">Constructor only used by <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/ObjectIdValueProperty.html" title="class in com.fasterxml.jackson.databind.deser.impl"><code>ObjectIdValueProperty</code></a>.</div> 840<dl> 841<dt><span class="simpleTagLabel">Since:</span></dt> 842<dd>2.3</dd> 843</dl> 844</li> 845</ul> 846<a name="SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-"> 847<!-- --> 848</a> 849<ul class="blockList"> 850<li class="blockList"> 851<h4>SettableBeanProperty</h4> 852<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src)</pre> 853<div class="block">Basic copy-constructor for sub-classes to use.</div> 854</li> 855</ul> 856<a name="SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-com.fasterxml.jackson.databind.JsonDeserializer-com.fasterxml.jackson.databind.deser.NullValueProvider-"> 857<!-- --> 858</a> 859<ul class="blockList"> 860<li class="blockList"> 861<h4>SettableBeanProperty</h4> 862<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src, 863 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?> deser, 864 <a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> nuller)</pre> 865<div class="block">Copy-with-deserializer-change constructor for sub-classes to use.</div> 866</li> 867</ul> 868<a name="SettableBeanProperty-com.fasterxml.jackson.databind.deser.SettableBeanProperty-com.fasterxml.jackson.databind.PropertyName-"> 869<!-- --> 870</a> 871<ul class="blockListLast"> 872<li class="blockList"> 873<h4>SettableBeanProperty</h4> 874<pre>protected SettableBeanProperty(<a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> src, 875 <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> newName)</pre> 876<div class="block">Copy-with-deserializer-change constructor for sub-classes to use.</div> 877</li> 878</ul> 879</li> 880</ul> 881<!-- ============ METHOD DETAIL ========== --> 882<ul class="blockList"> 883<li class="blockList"><a name="method.detail"> 884<!-- --> 885</a> 886<h3>Method Detail</h3> 887<a name="withValueDeserializer-com.fasterxml.jackson.databind.JsonDeserializer-"> 888<!-- --> 889</a> 890<ul class="blockList"> 891<li class="blockList"> 892<h4>withValueDeserializer</h4> 893<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> withValueDeserializer(<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?> deser)</pre> 894<div class="block">Fluent factory method for constructing and returning a new instance 895 with specified value deserializer. 896 Note that this method should NOT change configuration of this instance.</div> 897<dl> 898<dt><span class="paramLabel">Parameters:</span></dt> 899<dd><code>deser</code> - Deserializer to assign to the new property instance</dd> 900<dt><span class="returnLabel">Returns:</span></dt> 901<dd>Newly constructed instance, if value deserializer differs from the 902 one used for this instance; or 'this' if not.</dd> 903</dl> 904</li> 905</ul> 906<a name="withName-com.fasterxml.jackson.databind.PropertyName-"> 907<!-- --> 908</a> 909<ul class="blockList"> 910<li class="blockList"> 911<h4>withName</h4> 912<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> withName(<a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> newName)</pre> 913<div class="block">Fluent factory method for constructing and returning a new instance 914 with specified property name. 915 Note that this method should NOT change configuration of this instance.</div> 916<dl> 917<dt><span class="paramLabel">Parameters:</span></dt> 918<dd><code>newName</code> - Name to use for the new instance.</dd> 919<dt><span class="returnLabel">Returns:</span></dt> 920<dd>Newly constructed instance, if property name differs from the 921 one used for this instance; or 'this' if not.</dd> 922</dl> 923</li> 924</ul> 925<a name="withSimpleName-java.lang.String-"> 926<!-- --> 927</a> 928<ul class="blockList"> 929<li class="blockList"> 930<h4>withSimpleName</h4> 931<pre>public <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> withSimpleName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</pre> 932<dl> 933<dt><span class="simpleTagLabel">Since:</span></dt> 934<dd>2.3</dd> 935</dl> 936</li> 937</ul> 938<a name="withNullProvider-com.fasterxml.jackson.databind.deser.NullValueProvider-"> 939<!-- --> 940</a> 941<ul class="blockList"> 942<li class="blockList"> 943<h4>withNullProvider</h4> 944<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a> withNullProvider(<a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> nva)</pre> 945<dl> 946<dt><span class="simpleTagLabel">Since:</span></dt> 947<dd>2.9</dd> 948</dl> 949</li> 950</ul> 951<a name="setManagedReferenceName-java.lang.String-"> 952<!-- --> 953</a> 954<ul class="blockList"> 955<li class="blockList"> 956<h4>setManagedReferenceName</h4> 957<pre>public void setManagedReferenceName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> n)</pre> 958</li> 959</ul> 960<a name="setObjectIdInfo-com.fasterxml.jackson.databind.introspect.ObjectIdInfo-"> 961<!-- --> 962</a> 963<ul class="blockList"> 964<li class="blockList"> 965<h4>setObjectIdInfo</h4> 966<pre>public void setObjectIdInfo(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo)</pre> 967</li> 968</ul> 969<a name="setViews-java.lang.Class:A-"> 970<!-- --> 971</a> 972<ul class="blockList"> 973<li class="blockList"> 974<h4>setViews</h4> 975<pre>public void setViews(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>[] views)</pre> 976</li> 977</ul> 978<a name="assignIndex-int-"> 979<!-- --> 980</a> 981<ul class="blockList"> 982<li class="blockList"> 983<h4>assignIndex</h4> 984<pre>public void assignIndex(int index)</pre> 985<div class="block">Method used to assign index for property.</div> 986</li> 987</ul> 988<a name="fixAccess-com.fasterxml.jackson.databind.DeserializationConfig-"> 989<!-- --> 990</a> 991<ul class="blockList"> 992<li class="blockList"> 993<h4>fixAccess</h4> 994<pre>public void fixAccess(<a href="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind">DeserializationConfig</a> config)</pre> 995<div class="block">Method called to ensure that the mutator has proper access rights to 996 be called, as per configuration. Overridden by implementations that 997 have mutators that require access, fields and setters.</div> 998<dl> 999<dt><span class="simpleTagLabel">Since:</span></dt> 1000<dd>2.8.3</dd> 1001</dl> 1002</li> 1003</ul> 1004<a name="markAsIgnorable--"> 1005<!-- --> 1006</a> 1007<ul class="blockList"> 1008<li class="blockList"> 1009<h4>markAsIgnorable</h4> 1010<pre>public void markAsIgnorable()</pre> 1011<dl> 1012<dt><span class="simpleTagLabel">Since:</span></dt> 1013<dd>2.9.4</dd> 1014</dl> 1015</li> 1016</ul> 1017<a name="isIgnorable--"> 1018<!-- --> 1019</a> 1020<ul class="blockList"> 1021<li class="blockList"> 1022<h4>isIgnorable</h4> 1023<pre>public boolean isIgnorable()</pre> 1024<dl> 1025<dt><span class="simpleTagLabel">Since:</span></dt> 1026<dd>2.9.4</dd> 1027</dl> 1028</li> 1029</ul> 1030<a name="getName--"> 1031<!-- --> 1032</a> 1033<ul class="blockList"> 1034<li class="blockList"> 1035<h4>getName</h4> 1036<pre>public final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre> 1037<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getName--">BeanProperty</a></code></span></div> 1038<div class="block">Method to get logical name of the property</div> 1039<dl> 1040<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1041<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getName--">getName</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1042<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1043<dd><code><a href="../../../../../com/fasterxml/jackson/databind/util/Named.html#getName--">getName</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/util/Named.html" title="interface in com.fasterxml.jackson.databind.util">Named</a></code></dd> 1044</dl> 1045</li> 1046</ul> 1047<a name="getFullName--"> 1048<!-- --> 1049</a> 1050<ul class="blockList"> 1051<li class="blockList"> 1052<h4>getFullName</h4> 1053<pre>public <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> getFullName()</pre> 1054<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getFullName--">BeanProperty</a></code></span></div> 1055<div class="block">Method for getting full name definition, including possible 1056 format-specific additional properties (such as namespace when 1057 using XML backend).</div> 1058<dl> 1059<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1060<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getFullName--">getFullName</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1061</dl> 1062</li> 1063</ul> 1064<a name="getType--"> 1065<!-- --> 1066</a> 1067<ul class="blockList"> 1068<li class="blockList"> 1069<h4>getType</h4> 1070<pre>public <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> getType()</pre> 1071<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getType--">BeanProperty</a></code></span></div> 1072<div class="block">Method to get declared type of the property.</div> 1073<dl> 1074<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1075<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getType--">getType</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1076</dl> 1077</li> 1078</ul> 1079<a name="getWrapperName--"> 1080<!-- --> 1081</a> 1082<ul class="blockList"> 1083<li class="blockList"> 1084<h4>getWrapperName</h4> 1085<pre>public <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> getWrapperName()</pre> 1086<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getWrapperName--">BeanProperty</a></code></span></div> 1087<div class="block">If property is indicated to be wrapped, name of 1088 wrapper element to use.</div> 1089<dl> 1090<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1091<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getWrapperName--">getWrapperName</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1092</dl> 1093</li> 1094</ul> 1095<a name="getMember--"> 1096<!-- --> 1097</a> 1098<ul class="blockList"> 1099<li class="blockList"> 1100<h4>getMember</h4> 1101<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> getMember()</pre> 1102<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getMember--">BeanProperty</a></code></span></div> 1103<div class="block">Method for accessing primary physical entity that represents the property; 1104 annotated field, method or constructor property.</div> 1105<dl> 1106<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1107<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getMember--">getMember</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1108</dl> 1109</li> 1110</ul> 1111<a name="getAnnotation-java.lang.Class-"> 1112<!-- --> 1113</a> 1114<ul class="blockList"> 1115<li class="blockList"> 1116<h4>getAnnotation</h4> 1117<pre>public abstract <A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>> A getAnnotation(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><A> acls)</pre> 1118<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getAnnotation-java.lang.Class-">BeanProperty</a></code></span></div> 1119<div class="block">Method for finding annotation associated with this property; 1120 meaning annotation associated with one of entities used to 1121 access property. 1122<p> 1123 Note that this method should only be called for custom annotations; 1124 access to standard Jackson annotations (or ones supported by 1125 alternate <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a>s) should be accessed 1126 through <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a>.</div> 1127<dl> 1128<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1129<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getAnnotation-java.lang.Class-">getAnnotation</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1130</dl> 1131</li> 1132</ul> 1133<a name="getContextAnnotation-java.lang.Class-"> 1134<!-- --> 1135</a> 1136<ul class="blockList"> 1137<li class="blockList"> 1138<h4>getContextAnnotation</h4> 1139<pre>public <A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>> A getContextAnnotation(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><A> acls)</pre> 1140<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getContextAnnotation-java.lang.Class-">BeanProperty</a></code></span></div> 1141<div class="block">Method for finding annotation associated with context of 1142 this property; usually class in which member is declared 1143 (or its subtype if processing subtype). 1144<p> 1145 Note that this method should only be called for custom annotations; 1146 access to standard Jackson annotations (or ones supported by 1147 alternate <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a>s) should be accessed 1148 through <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a>.</div> 1149<dl> 1150<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1151<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getContextAnnotation-java.lang.Class-">getContextAnnotation</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1152</dl> 1153</li> 1154</ul> 1155<a name="depositSchemaProperty-com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor-com.fasterxml.jackson.databind.SerializerProvider-"> 1156<!-- --> 1157</a> 1158<ul class="blockList"> 1159<li class="blockList"> 1160<h4>depositSchemaProperty</h4> 1161<pre>public void depositSchemaProperty(<a href="../../../../../com/fasterxml/jackson/databind/jsonFormatVisitors/JsonObjectFormatVisitor.html" title="interface in com.fasterxml.jackson.databind.jsonFormatVisitors">JsonObjectFormatVisitor</a> objectVisitor, 1162 <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> provider) 1163 throws <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></pre> 1164<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#depositSchemaProperty-com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor-com.fasterxml.jackson.databind.SerializerProvider-">BeanProperty</a></code></span></div> 1165<div class="block">Method that can be called to visit the type structure that this 1166 property is part of. 1167 Note that not all implementations support traversal with this 1168 method; those that do not should throw 1169 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a>. 1170<p> 1171 NOTE: Starting with 2.7, takes explicit <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind"><code>SerializerProvider</code></a> 1172 argument to reduce the need to rely on provider visitor may or may not 1173 have assigned.</div> 1174<dl> 1175<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> 1176<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#depositSchemaProperty-com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor-com.fasterxml.jackson.databind.SerializerProvider-">depositSchemaProperty</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd> 1177<dt><span class="paramLabel">Parameters:</span></dt> 1178<dd><code>objectVisitor</code> - Visitor to used as the callback handler</dd> 1179<dt><span class="throwsLabel">Throws:</span></dt> 1180<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></dd> 1181</dl> 1182</li> 1183</ul> 1184<a name="getDeclaringClass--"> 1185<!-- --> 1186</a> 1187<ul class="blockList"> 1188<li class="blockList"> 1189<h4>getDeclaringClass</h4> 1190<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> getDeclaringClass()</pre> 1191</li> 1192</ul> 1193<a name="getManagedReferenceName--"> 1194<!-- --> 1195</a> 1196<ul class="blockList"> 1197<li class="blockList"> 1198<h4>getManagedReferenceName</h4> 1199<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getManagedReferenceName()</pre> 1200</li> 1201</ul> 1202<a name="getObjectIdInfo--"> 1203<!-- --> 1204</a> 1205<ul class="blockList"> 1206<li class="blockList"> 1207<h4>getObjectIdInfo</h4> 1208<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> getObjectIdInfo()</pre> 1209</li> 1210</ul> 1211<a name="hasValueDeserializer--"> 1212<!-- --> 1213</a> 1214<ul class="blockList"> 1215<li class="blockList"> 1216<h4>hasValueDeserializer</h4> 1217<pre>public boolean hasValueDeserializer()</pre> 1218</li> 1219</ul> 1220<a name="hasValueTypeDeserializer--"> 1221<!-- --> 1222</a> 1223<ul class="blockList"> 1224<li class="blockList"> 1225<h4>hasValueTypeDeserializer</h4> 1226<pre>public boolean hasValueTypeDeserializer()</pre> 1227</li> 1228</ul> 1229<a name="getValueDeserializer--"> 1230<!-- --> 1231</a> 1232<ul class="blockList"> 1233<li class="blockList"> 1234<h4>getValueDeserializer</h4> 1235<pre>public <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> getValueDeserializer()</pre> 1236</li> 1237</ul> 1238<a name="getValueTypeDeserializer--"> 1239<!-- --> 1240</a> 1241<ul class="blockList"> 1242<li class="blockList"> 1243<h4>getValueTypeDeserializer</h4> 1244<pre>public <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeDeserializer</a> getValueTypeDeserializer()</pre> 1245</li> 1246</ul> 1247<a name="getNullValueProvider--"> 1248<!-- --> 1249</a> 1250<ul class="blockList"> 1251<li class="blockList"> 1252<h4>getNullValueProvider</h4> 1253<pre>public <a href="../../../../../com/fasterxml/jackson/databind/deser/NullValueProvider.html" title="interface in com.fasterxml.jackson.databind.deser">NullValueProvider</a> getNullValueProvider()</pre> 1254<dl> 1255<dt><span class="simpleTagLabel">Since:</span></dt> 1256<dd>2.9</dd> 1257</dl> 1258</li> 1259</ul> 1260<a name="visibleInView-java.lang.Class-"> 1261<!-- --> 1262</a> 1263<ul class="blockList"> 1264<li class="blockList"> 1265<h4>visibleInView</h4> 1266<pre>public boolean visibleInView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> activeView)</pre> 1267</li> 1268</ul> 1269<a name="hasViews--"> 1270<!-- --> 1271</a> 1272<ul class="blockList"> 1273<li class="blockList"> 1274<h4>hasViews</h4> 1275<pre>public boolean hasViews()</pre> 1276</li> 1277</ul> 1278<a name="getPropertyIndex--"> 1279<!-- --> 1280</a> 1281<ul class="blockList"> 1282<li class="blockList"> 1283<h4>getPropertyIndex</h4> 1284<pre>public int getPropertyIndex()</pre> 1285<div class="block">Method for accessing unique index of this property; indexes are 1286 assigned once all properties of a <a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><code>BeanDeserializer</code></a> have 1287 been collected.</div> 1288<dl> 1289<dt><span class="returnLabel">Returns:</span></dt> 1290<dd>Index of this property</dd> 1291</dl> 1292</li> 1293</ul> 1294<a name="getCreatorIndex--"> 1295<!-- --> 1296</a> 1297<ul class="blockList"> 1298<li class="blockList"> 1299<h4>getCreatorIndex</h4> 1300<pre>public int getCreatorIndex()</pre> 1301<div class="block">Method for accessing index of the creator property: for other 1302 types of properties will simply return -1.</div> 1303<dl> 1304<dt><span class="simpleTagLabel">Since:</span></dt> 1305<dd>2.1</dd> 1306</dl> 1307</li> 1308</ul> 1309<a name="getInjectableValueId--"> 1310<!-- --> 1311</a> 1312<ul class="blockList"> 1313<li class="blockList"> 1314<h4>getInjectableValueId</h4> 1315<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getInjectableValueId()</pre> 1316<div class="block">Accessor for id of injectable value, if this bean property supports 1317 value injection.</div> 1318</li> 1319</ul> 1320<a name="deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"> 1321<!-- --> 1322</a> 1323<ul class="blockList"> 1324<li class="blockList"> 1325<h4>deserializeAndSet</h4> 1326<pre>public abstract void deserializeAndSet(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1327 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 1328 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance) 1329 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1330<div class="block">Method called to deserialize appropriate value, given parser (and 1331 context), and set it using appropriate mechanism. 1332 Pre-condition is that passed parser must point to the first token 1333 that should be consumed to produce the value (the only value for 1334 scalars, multiple for Objects and Arrays).</div> 1335<dl> 1336<dt><span class="throwsLabel">Throws:</span></dt> 1337<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1338</dl> 1339</li> 1340</ul> 1341<a name="deserializeSetAndReturn-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"> 1342<!-- --> 1343</a> 1344<ul class="blockList"> 1345<li class="blockList"> 1346<h4>deserializeSetAndReturn</h4> 1347<pre>public abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> deserializeSetAndReturn(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1348 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 1349 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance) 1350 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1351<div class="block">Alternative to <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"><code>deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)</code></a> that returns 1352 either return value of setter method called (if one is), 1353 or null to indicate that no return value is available. 1354 Mostly used to support Builder style deserialization.</div> 1355<dl> 1356<dt><span class="throwsLabel">Throws:</span></dt> 1357<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1358<dt><span class="simpleTagLabel">Since:</span></dt> 1359<dd>2.0</dd> 1360</dl> 1361</li> 1362</ul> 1363<a name="set-java.lang.Object-java.lang.Object-"> 1364<!-- --> 1365</a> 1366<ul class="blockList"> 1367<li class="blockList"> 1368<h4>set</h4> 1369<pre>public abstract void set(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance, 1370 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 1371 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1372<div class="block">Method called to assign given value to this property, on 1373 specified Object. 1374<p> 1375 Note: this is an optional operation, not supported by all 1376 implementations, creator-backed properties for example do not 1377 support this method.</div> 1378<dl> 1379<dt><span class="throwsLabel">Throws:</span></dt> 1380<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1381</dl> 1382</li> 1383</ul> 1384<a name="setAndReturn-java.lang.Object-java.lang.Object-"> 1385<!-- --> 1386</a> 1387<ul class="blockList"> 1388<li class="blockList"> 1389<h4>setAndReturn</h4> 1390<pre>public abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> setAndReturn(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> instance, 1391 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 1392 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1393<div class="block">Method called to assign given value to this property, on 1394 specified Object, and return whatever delegating accessor 1395 returned (if anything) 1396<p> 1397 Note: this is an optional operation, not supported by all 1398 implementations, creator-backed properties for example do not 1399 support this method.</div> 1400<dl> 1401<dt><span class="throwsLabel">Throws:</span></dt> 1402<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1403</dl> 1404</li> 1405</ul> 1406<a name="deserialize-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-"> 1407<!-- --> 1408</a> 1409<ul class="blockList"> 1410<li class="blockList"> 1411<h4>deserialize</h4> 1412<pre>public final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> deserialize(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1413 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt) 1414 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1415<div class="block">This method is needed by some specialized bean deserializers, 1416 and also called by some <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html#deserializeAndSet-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"><code>deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)</code></a> implementations. 1417<p> 1418 Pre-condition is that passed parser must point to the first token 1419 that should be consumed to produce the value (the only value for 1420 scalars, multiple for Objects and Arrays). 1421<p> 1422 Note that this method is final for performance reasons: to override 1423 functionality you must override other methods that call this method; 1424 this method should also not be called directly unless you really know 1425 what you are doing (and probably not even then).</div> 1426<dl> 1427<dt><span class="throwsLabel">Throws:</span></dt> 1428<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1429</dl> 1430</li> 1431</ul> 1432<a name="deserializeWith-com.fasterxml.jackson.core.JsonParser-com.fasterxml.jackson.databind.DeserializationContext-java.lang.Object-"> 1433<!-- --> 1434</a> 1435<ul class="blockList"> 1436<li class="blockList"> 1437<h4>deserializeWith</h4> 1438<pre>public final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> deserializeWith(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1439 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 1440 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> toUpdate) 1441 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1442<dl> 1443<dt><span class="throwsLabel">Throws:</span></dt> 1444<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1445<dt><span class="simpleTagLabel">Since:</span></dt> 1446<dd>2.9</dd> 1447</dl> 1448</li> 1449</ul> 1450<a name="Z:Z_throwAsIOE-com.fasterxml.jackson.core.JsonParser-java.lang.Exception-java.lang.Object-"> 1451<!-- --> 1452</a> 1453<ul class="blockList"> 1454<li class="blockList"> 1455<h4>_throwAsIOE</h4> 1456<pre>protected void _throwAsIOE(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1457 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 1458 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 1459 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1460<div class="block">Method that takes in exception of any type, and casts or wraps it 1461 to an IOException or its subclass.</div> 1462<dl> 1463<dt><span class="throwsLabel">Throws:</span></dt> 1464<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1465</dl> 1466</li> 1467</ul> 1468<a name="Z:Z_throwAsIOE-com.fasterxml.jackson.core.JsonParser-java.lang.Exception-"> 1469<!-- --> 1470</a> 1471<ul class="blockList"> 1472<li class="blockList"> 1473<h4>_throwAsIOE</h4> 1474<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> _throwAsIOE(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 1475 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e) 1476 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1477<dl> 1478<dt><span class="throwsLabel">Throws:</span></dt> 1479<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1480<dt><span class="simpleTagLabel">Since:</span></dt> 1481<dd>2.7</dd> 1482</dl> 1483</li> 1484</ul> 1485<a name="Z:Z_throwAsIOE-java.lang.Exception-"> 1486<!-- --> 1487</a> 1488<ul class="blockList"> 1489<li class="blockList"> 1490<h4>_throwAsIOE</h4> 1491<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 1492protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> _throwAsIOE(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e) 1493 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1494<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> 1495<dl> 1496<dt><span class="throwsLabel">Throws:</span></dt> 1497<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1498</dl> 1499</li> 1500</ul> 1501<a name="Z:Z_throwAsIOE-java.lang.Exception-java.lang.Object-"> 1502<!-- --> 1503</a> 1504<ul class="blockList"> 1505<li class="blockList"> 1506<h4>_throwAsIOE</h4> 1507<pre>protected void _throwAsIOE(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e, 1508 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 1509 throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1510<dl> 1511<dt><span class="throwsLabel">Throws:</span></dt> 1512<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1513</dl> 1514</li> 1515</ul> 1516<a name="toString--"> 1517<!-- --> 1518</a> 1519<ul class="blockListLast"> 1520<li class="blockList"> 1521<h4>toString</h4> 1522<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> 1523<dl> 1524<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 1525<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> 1526</dl> 1527</li> 1528</ul> 1529</li> 1530</ul> 1531</li> 1532</ul> 1533</div> 1534</div> 1535<!-- ========= END OF CLASS DATA ========= --> 1536<!-- ======= START OF BOTTOM NAVBAR ====== --> 1537<div class="bottomNav"><a name="navbar.bottom"> 1538<!-- --> 1539</a> 1540<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 1541<a name="navbar.bottom.firstrow"> 1542<!-- --> 1543</a> 1544<ul class="navList" title="Navigation"> 1545<li><a href="../../../../../overview-summary.html">Overview</a></li> 1546<li><a href="package-summary.html">Package</a></li> 1547<li class="navBarCell1Rev">Class</li> 1548<li><a href="class-use/SettableBeanProperty.html">Use</a></li> 1549<li><a href="package-tree.html">Tree</a></li> 1550<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 1551<li><a href="../../../../../index-all.html">Index</a></li> 1552<li><a href="../../../../../help-doc.html">Help</a></li> 1553</ul> 1554</div> 1555<div class="subNav"> 1556<ul class="navList"> 1557<li><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableAnyProperty.html" title="class in com.fasterxml.jackson.databind.deser"><span class="typeNameLink">Prev Class</span></a></li> 1558<li><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.Delegating.html" title="class in com.fasterxml.jackson.databind.deser"><span class="typeNameLink">Next Class</span></a></li> 1559</ul> 1560<ul class="navList"> 1561<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" target="_top">Frames</a></li> 1562<li><a href="SettableBeanProperty.html" target="_top">No Frames</a></li> 1563</ul> 1564<ul class="navList" id="allclasses_navbar_bottom"> 1565<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 1566</ul> 1567<div> 1568<script type="text/javascript"><!-- 1569 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 1570 if(window==top) { 1571 allClassesLink.style.display = "block"; 1572 } 1573 else { 1574 allClassesLink.style.display = "none"; 1575 } 1576 //--> 1577</script> 1578</div> 1579<div> 1580<ul class="subNavList"> 1581<li>Summary: </li> 1582<li><a href="#nested.class.summary">Nested</a> | </li> 1583<li><a href="#field.summary">Field</a> | </li> 1584<li><a href="#constructor.summary">Constr</a> | </li> 1585<li><a href="#method.summary">Method</a></li> 1586</ul> 1587<ul class="subNavList"> 1588<li>Detail: </li> 1589<li><a href="#field.detail">Field</a> | </li> 1590<li><a href="#constructor.detail">Constr</a> | </li> 1591<li><a href="#method.detail">Method</a></li> 1592</ul> 1593</div> 1594<a name="skip.navbar.bottom"> 1595<!-- --> 1596</a></div> 1597<!-- ======== END OF BOTTOM NAVBAR ======= --> 1598<p class="legalCopy"><small>Copyright © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 1599</body> 1600</html> 1601