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 Mar 24 10:51:54 PDT 2020 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>PropertyAccessor (Jackson-annotations 2.11.0.rc1 API)</title> 8<meta name="date" content="2020-03-24"> 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="PropertyAccessor (Jackson-annotations 2.11.0.rc1 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9}; 23var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 42<li class="navBarCell1Rev">Class</li> 43<li><a href="class-use/PropertyAccessor.html">Use</a></li> 44<li><a href="package-tree.html">Tree</a></li> 45<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 46<li><a href="../../../../index-all.html">Index</a></li> 47<li><a href="../../../../help-doc.html">Help</a></li> 48</ul> 49</div> 50<div class="subNav"> 51<ul class="navList"> 52<li><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev Class</span></a></li> 53<li><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next Class</span></a></li> 54</ul> 55<ul class="navList"> 56<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/PropertyAccessor.html" target="_top">Frames</a></li> 57<li><a href="PropertyAccessor.html" target="_top">No Frames</a></li> 58</ul> 59<ul class="navList" id="allclasses_navbar_top"> 60<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 61</ul> 62<div> 63<script type="text/javascript"><!-- 64 allClassesLink = document.getElementById("allclasses_navbar_top"); 65 if(window==top) { 66 allClassesLink.style.display = "block"; 67 } 68 else { 69 allClassesLink.style.display = "none"; 70 } 71 //--> 72</script> 73</div> 74<div> 75<ul class="subNavList"> 76<li>Summary: </li> 77<li>Nested | </li> 78<li><a href="#enum.constant.summary">Enum Constants</a> | </li> 79<li>Field | </li> 80<li><a href="#method.summary">Method</a></li> 81</ul> 82<ul class="subNavList"> 83<li>Detail: </li> 84<li><a href="#enum.constant.detail">Enum Constants</a> | </li> 85<li>Field | </li> 86<li><a href="#method.detail">Method</a></li> 87</ul> 88</div> 89<a name="skip.navbar.top"> 90<!-- --> 91</a></div> 92<!-- ========= END OF TOP NAVBAR ========= --> 93<!-- ======== START OF CLASS DATA ======== --> 94<div class="header"> 95<div class="subTitle">com.fasterxml.jackson.annotation</div> 96<h2 title="Enum PropertyAccessor" class="title">Enum PropertyAccessor</h2> 97</div> 98<div class="contentContainer"> 99<ul class="inheritance"> 100<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 101<li> 102<ul class="inheritance"> 103<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a>></li> 104<li> 105<ul class="inheritance"> 106<li>com.fasterxml.jackson.annotation.PropertyAccessor</li> 107</ul> 108</li> 109</ul> 110</li> 111</ul> 112<div class="description"> 113<ul class="blockList"> 114<li class="blockList"> 115<dl> 116<dt>All Implemented Interfaces:</dt> 117<dd><a href="https://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a>></dd> 118</dl> 119<hr> 120<br> 121<pre>public enum <span class="typeNameLabel">PropertyAccessor</span> 122extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a>></pre> 123<div class="block">Enumeration used to define kinds of elements (called "property accessors") 124 that annotations like <a href="../../../../com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAutoDetect</code></a> apply to. 125<p> 126 In addition to method types (GETTER/IS_GETTER, SETTER, CREATOR) and the 127 field type (FIELD), 2 pseudo-types 128 are defined for convenience: <code>ALWAYS</code> and <code>NONE</code>. These 129 can be used to indicate, all or none of available method types (respectively), 130 for use by annotations that takes <code>JsonMethod</code> argument.</div> 131</li> 132</ul> 133</div> 134<div class="summary"> 135<ul class="blockList"> 136<li class="blockList"> 137<!-- =========== ENUM CONSTANT SUMMARY =========== --> 138<ul class="blockList"> 139<li class="blockList"><a name="enum.constant.summary"> 140<!-- --> 141</a> 142<h3>Enum Constant Summary</h3> 143<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> 144<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> 145<tr> 146<th class="colOne" scope="col">Enum Constant and Description</th> 147</tr> 148<tr class="altColor"> 149<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#ALL">ALL</a></span></code> 150<div class="block">This pseudo-type indicates that all accessors are affected.</div> 151</td> 152</tr> 153<tr class="rowColor"> 154<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#CREATOR">CREATOR</a></span></code> 155<div class="block">Creators are constructors and (static) factory methods used to 156 construct POJO instances for deserialization</div> 157</td> 158</tr> 159<tr class="altColor"> 160<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#FIELD">FIELD</a></span></code> 161<div class="block">Field refers to fields of regular Java objects.</div> 162</td> 163</tr> 164<tr class="rowColor"> 165<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#GETTER">GETTER</a></span></code> 166<div class="block">Getters are methods used to get a POJO field value for serialization, 167 or, under certain conditions also for de-serialization.</div> 168</td> 169</tr> 170<tr class="altColor"> 171<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#IS_GETTER">IS_GETTER</a></span></code> 172<div class="block">"Is getters" are getter-like methods that are named "isXxx" 173 (instead of "getXxx" for getters) and return boolean value 174 (either primitive, or <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div> 175</td> 176</tr> 177<tr class="rowColor"> 178<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#NONE">NONE</a></span></code> 179<div class="block">This pseudo-type indicates that none of accessors if affected.</div> 180</td> 181</tr> 182<tr class="altColor"> 183<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#SETTER">SETTER</a></span></code> 184<div class="block">Setters are methods used to set a POJO value for deserialization.</div> 185</td> 186</tr> 187</table> 188</li> 189</ul> 190<!-- ========== METHOD SUMMARY =========== --> 191<ul class="blockList"> 192<li class="blockList"><a name="method.summary"> 193<!-- --> 194</a> 195<h3>Method Summary</h3> 196<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 197<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> 198<tr> 199<th class="colFirst" scope="col">Modifier and Type</th> 200<th class="colLast" scope="col">Method and Description</th> 201</tr> 202<tr id="i0" class="altColor"> 203<td class="colFirst"><code>boolean</code></td> 204<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#creatorEnabled--">creatorEnabled</a></span>()</code> </td> 205</tr> 206<tr id="i1" class="rowColor"> 207<td class="colFirst"><code>boolean</code></td> 208<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#fieldEnabled--">fieldEnabled</a></span>()</code> </td> 209</tr> 210<tr id="i2" class="altColor"> 211<td class="colFirst"><code>boolean</code></td> 212<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#getterEnabled--">getterEnabled</a></span>()</code> </td> 213</tr> 214<tr id="i3" class="rowColor"> 215<td class="colFirst"><code>boolean</code></td> 216<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#isGetterEnabled--">isGetterEnabled</a></span>()</code> </td> 217</tr> 218<tr id="i4" class="altColor"> 219<td class="colFirst"><code>boolean</code></td> 220<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#setterEnabled--">setterEnabled</a></span>()</code> </td> 221</tr> 222<tr id="i5" class="rowColor"> 223<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></code></td> 224<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> 225<div class="block">Returns the enum constant of this type with the specified name.</div> 226</td> 227</tr> 228<tr id="i6" class="altColor"> 229<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a>[]</code></td> 230<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#values--">values</a></span>()</code> 231<div class="block">Returns an array containing the constants of this enum type, in 232the order they are declared.</div> 233</td> 234</tr> 235</table> 236<ul class="blockList"> 237<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> 238<!-- --> 239</a> 240<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3> 241<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li> 242</ul> 243<ul class="blockList"> 244<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 245<!-- --> 246</a> 247<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 248<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> 249</ul> 250</li> 251</ul> 252</li> 253</ul> 254</div> 255<div class="details"> 256<ul class="blockList"> 257<li class="blockList"> 258<!-- ============ ENUM CONSTANT DETAIL =========== --> 259<ul class="blockList"> 260<li class="blockList"><a name="enum.constant.detail"> 261<!-- --> 262</a> 263<h3>Enum Constant Detail</h3> 264<a name="GETTER"> 265<!-- --> 266</a> 267<ul class="blockList"> 268<li class="blockList"> 269<h4>GETTER</h4> 270<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> GETTER</pre> 271<div class="block">Getters are methods used to get a POJO field value for serialization, 272 or, under certain conditions also for de-serialization. Latter 273 can be used for effectively setting Collection or Map values 274 in absence of setters, iff returned value is not a copy but 275 actual value of the logical property. 276<p> 277 Since version 1.3, this does <b>NOT</b> include "is getters" (methods 278 that return boolean and named 'isXxx' for property 'xxx'); instead, 279 <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html#IS_GETTER"><code>IS_GETTER</code></a> is used}.</div> 280</li> 281</ul> 282<a name="SETTER"> 283<!-- --> 284</a> 285<ul class="blockList"> 286<li class="blockList"> 287<h4>SETTER</h4> 288<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> SETTER</pre> 289<div class="block">Setters are methods used to set a POJO value for deserialization.</div> 290</li> 291</ul> 292<a name="CREATOR"> 293<!-- --> 294</a> 295<ul class="blockList"> 296<li class="blockList"> 297<h4>CREATOR</h4> 298<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> CREATOR</pre> 299<div class="block">Creators are constructors and (static) factory methods used to 300 construct POJO instances for deserialization</div> 301</li> 302</ul> 303<a name="FIELD"> 304<!-- --> 305</a> 306<ul class="blockList"> 307<li class="blockList"> 308<h4>FIELD</h4> 309<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> FIELD</pre> 310<div class="block">Field refers to fields of regular Java objects. Although 311 they are not really methods, addition of optional field-discovery 312 in version 1.1 meant that there was need to enable/disable 313 their auto-detection, and this is the place to add it in.</div> 314</li> 315</ul> 316<a name="IS_GETTER"> 317<!-- --> 318</a> 319<ul class="blockList"> 320<li class="blockList"> 321<h4>IS_GETTER</h4> 322<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> IS_GETTER</pre> 323<div class="block">"Is getters" are getter-like methods that are named "isXxx" 324 (instead of "getXxx" for getters) and return boolean value 325 (either primitive, or <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div> 326</li> 327</ul> 328<a name="NONE"> 329<!-- --> 330</a> 331<ul class="blockList"> 332<li class="blockList"> 333<h4>NONE</h4> 334<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> NONE</pre> 335<div class="block">This pseudo-type indicates that none of accessors if affected.</div> 336</li> 337</ul> 338<a name="ALL"> 339<!-- --> 340</a> 341<ul class="blockListLast"> 342<li class="blockList"> 343<h4>ALL</h4> 344<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> ALL</pre> 345<div class="block">This pseudo-type indicates that all accessors are affected.</div> 346</li> 347</ul> 348</li> 349</ul> 350<!-- ============ METHOD DETAIL ========== --> 351<ul class="blockList"> 352<li class="blockList"><a name="method.detail"> 353<!-- --> 354</a> 355<h3>Method Detail</h3> 356<a name="values--"> 357<!-- --> 358</a> 359<ul class="blockList"> 360<li class="blockList"> 361<h4>values</h4> 362<pre>public static <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a>[] values()</pre> 363<div class="block">Returns an array containing the constants of this enum type, in 364the order they are declared. This method may be used to iterate 365over the constants as follows: 366<pre> 367for (PropertyAccessor c : PropertyAccessor.values()) 368 System.out.println(c); 369</pre></div> 370<dl> 371<dt><span class="returnLabel">Returns:</span></dt> 372<dd>an array containing the constants of this enum type, in the order they are declared</dd> 373</dl> 374</li> 375</ul> 376<a name="valueOf-java.lang.String-"> 377<!-- --> 378</a> 379<ul class="blockList"> 380<li class="blockList"> 381<h4>valueOf</h4> 382<pre>public static <a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a> valueOf(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 383<div class="block">Returns the enum constant of this type with the specified name. 384The string must match <i>exactly</i> an identifier used to declare an 385enum constant in this type. (Extraneous whitespace characters are 386not permitted.)</div> 387<dl> 388<dt><span class="paramLabel">Parameters:</span></dt> 389<dd><code>name</code> - the name of the enum constant to be returned.</dd> 390<dt><span class="returnLabel">Returns:</span></dt> 391<dd>the enum constant with the specified name</dd> 392<dt><span class="throwsLabel">Throws:</span></dt> 393<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd> 394<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd> 395</dl> 396</li> 397</ul> 398<a name="creatorEnabled--"> 399<!-- --> 400</a> 401<ul class="blockList"> 402<li class="blockList"> 403<h4>creatorEnabled</h4> 404<pre>public boolean creatorEnabled()</pre> 405</li> 406</ul> 407<a name="getterEnabled--"> 408<!-- --> 409</a> 410<ul class="blockList"> 411<li class="blockList"> 412<h4>getterEnabled</h4> 413<pre>public boolean getterEnabled()</pre> 414</li> 415</ul> 416<a name="isGetterEnabled--"> 417<!-- --> 418</a> 419<ul class="blockList"> 420<li class="blockList"> 421<h4>isGetterEnabled</h4> 422<pre>public boolean isGetterEnabled()</pre> 423</li> 424</ul> 425<a name="setterEnabled--"> 426<!-- --> 427</a> 428<ul class="blockList"> 429<li class="blockList"> 430<h4>setterEnabled</h4> 431<pre>public boolean setterEnabled()</pre> 432</li> 433</ul> 434<a name="fieldEnabled--"> 435<!-- --> 436</a> 437<ul class="blockListLast"> 438<li class="blockList"> 439<h4>fieldEnabled</h4> 440<pre>public boolean fieldEnabled()</pre> 441</li> 442</ul> 443</li> 444</ul> 445</li> 446</ul> 447</div> 448</div> 449<!-- ========= END OF CLASS DATA ========= --> 450<!-- ======= START OF BOTTOM NAVBAR ====== --> 451<div class="bottomNav"><a name="navbar.bottom"> 452<!-- --> 453</a> 454<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 455<a name="navbar.bottom.firstrow"> 456<!-- --> 457</a> 458<ul class="navList" title="Navigation"> 459<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 460<li class="navBarCell1Rev">Class</li> 461<li><a href="class-use/PropertyAccessor.html">Use</a></li> 462<li><a href="package-tree.html">Tree</a></li> 463<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 464<li><a href="../../../../index-all.html">Index</a></li> 465<li><a href="../../../../help-doc.html">Help</a></li> 466</ul> 467</div> 468<div class="subNav"> 469<ul class="navList"> 470<li><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev Class</span></a></li> 471<li><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next Class</span></a></li> 472</ul> 473<ul class="navList"> 474<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/PropertyAccessor.html" target="_top">Frames</a></li> 475<li><a href="PropertyAccessor.html" target="_top">No Frames</a></li> 476</ul> 477<ul class="navList" id="allclasses_navbar_bottom"> 478<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 479</ul> 480<div> 481<script type="text/javascript"><!-- 482 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 483 if(window==top) { 484 allClassesLink.style.display = "block"; 485 } 486 else { 487 allClassesLink.style.display = "none"; 488 } 489 //--> 490</script> 491</div> 492<div> 493<ul class="subNavList"> 494<li>Summary: </li> 495<li>Nested | </li> 496<li><a href="#enum.constant.summary">Enum Constants</a> | </li> 497<li>Field | </li> 498<li><a href="#method.summary">Method</a></li> 499</ul> 500<ul class="subNavList"> 501<li>Detail: </li> 502<li><a href="#enum.constant.detail">Enum Constants</a> | </li> 503<li>Field | </li> 504<li><a href="#method.detail">Method</a></li> 505</ul> 506</div> 507<a name="skip.navbar.bottom"> 508<!-- --> 509</a></div> 510<!-- ======== END OF BOTTOM NAVBAR ======= --> 511<p class="legalCopy"><small>Copyright © 2008–2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 512</body> 513</html> 514