1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:18 PST 2013 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>AnnotatedMember (jackson-databind 2.3.0 API)</title> 8<meta name="date" content="2013-11-16"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="AnnotatedMember (jackson-databind 2.3.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../../overview-summary.html">Overview</a></li> 29<li><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/AnnotatedMember.html">Use</a></li> 32<li><a href="package-tree.html">Tree</a></li> 33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../../index-all.html">Index</a></li> 35<li><a href="../../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedField.html" title="class in com.fasterxml.jackson.databind.introspect"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" target="_top">Frames</a></li> 45<li><a href="AnnotatedMember.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li>Nested | </li> 66<li><a href="#field_summary">Field</a> | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li><a href="#field_detail">Field</a> | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind.introspect</div> 84<h2 title="Class AnnotatedMember" class="title">Class AnnotatedMember</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">com.fasterxml.jackson.databind.introspect.Annotated</a></li> 92<li> 93<ul class="inheritance"> 94<li>com.fasterxml.jackson.databind.introspect.AnnotatedMember</li> 95</ul> 96</li> 97</ul> 98</li> 99</ul> 100<div class="description"> 101<ul class="blockList"> 102<li class="blockList"> 103<dl> 104<dt>All Implemented Interfaces:</dt> 105<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 106</dl> 107<dl> 108<dt>Direct Known Subclasses:</dt> 109<dd><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedField.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedField</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedParameter.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedParameter</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedWithParams.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedWithParams</a></dd> 110</dl> 111<hr> 112<br> 113<pre>public abstract class <span class="strong">AnnotatedMember</span> 114extends <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> 115implements <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> 116<div class="block">Intermediate base class for annotated entities that are members of 117 a class; fields, methods and constructors. This is a superset 118 of things that can represent logical properties as it contains 119 constructors in addition to fields and methods.</div> 120<dl><dt><span class="strong">Author:</span></dt> 121 <dd>tatu</dd> 122<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.introspect.AnnotatedMember">Serialized Form</a></dd></dl> 123</li> 124</ul> 125</div> 126<div class="summary"> 127<ul class="blockList"> 128<li class="blockList"> 129<!-- =========== FIELD SUMMARY =========== --> 130<ul class="blockList"> 131<li class="blockList"><a name="field_summary"> 132<!-- --> 133</a> 134<h3>Field Summary</h3> 135<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 136<caption><span>Fields</span><span class="tabEnd"> </span></caption> 137<tr> 138<th class="colFirst" scope="col">Modifier and Type</th> 139<th class="colLast" scope="col">Field and Description</th> 140</tr> 141<tr class="altColor"> 142<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a></code></td> 143<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#_annotations">_annotations</a></strong></code> </td> 144</tr> 145</table> 146</li> 147</ul> 148<!-- ======== CONSTRUCTOR SUMMARY ======== --> 149<ul class="blockList"> 150<li class="blockList"><a name="constructor_summary"> 151<!-- --> 152</a> 153<h3>Constructor Summary</h3> 154<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 155<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 156<tr> 157<th class="colFirst" scope="col">Modifier</th> 158<th class="colLast" scope="col">Constructor and Description</th> 159</tr> 160<tr class="altColor"> 161<td class="colFirst"><code>protected </code></td> 162<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#AnnotatedMember(com.fasterxml.jackson.databind.introspect.AnnotationMap)">AnnotatedMember</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a> annotations)</code> </td> 163</tr> 164</table> 165</li> 166</ul> 167<!-- ========== METHOD SUMMARY =========== --> 168<ul class="blockList"> 169<li class="blockList"><a name="method_summary"> 170<!-- --> 171</a> 172<h3>Method Summary</h3> 173<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 174<caption><span>Methods</span><span class="tabEnd"> </span></caption> 175<tr> 176<th class="colFirst" scope="col">Modifier and Type</th> 177<th class="colLast" scope="col">Method and Description</th> 178</tr> 179<tr class="altColor"> 180<td class="colFirst"><code>void</code></td> 181<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#addIfNotPresent(java.lang.annotation.Annotation)">addIfNotPresent</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a> a)</code> 182<div class="block">Method called to augment annotations, by adding specified 183 annotation if and only if it is not yet present in the 184 annotation map we have.</div> 185</td> 186</tr> 187<tr class="rowColor"> 188<td class="colFirst"><code>void</code></td> 189<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#addOrOverride(java.lang.annotation.Annotation)">addOrOverride</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a> a)</code> 190<div class="block">Method called to override an annotation, usually due to a mix-in 191 annotation masking or overriding an annotation 'real' constructor 192 has.</div> 193</td> 194</tr> 195<tr class="altColor"> 196<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>></code></td> 197<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#annotations()">annotations</a></strong>()</code> 198<div class="block">Accessor that can be used to iterate over all the annotations 199 associated with annotated component.</div> 200</td> 201</tr> 202<tr class="rowColor"> 203<td class="colFirst"><code>void</code></td> 204<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#fixAccess()">fixAccess</a></strong>()</code> 205<div class="block">Method that can be called to modify access rights, by calling 206 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(java.lang.reflect.AccessibleObject[], boolean)" title="class or interface in java.lang.reflect"><code>AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean)</code></a> on 207 the underlying annotated element.</div> 208</td> 209</tr> 210<tr class="altColor"> 211<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a></code></td> 212<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#getAllAnnotations()">getAllAnnotations</a></strong>()</code> 213<div class="block">Internal helper method used to access annotation information; 214 not exposed to developers since instances are mutable.</div> 215</td> 216</tr> 217<tr class="rowColor"> 218<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?></code></td> 219<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#getDeclaringClass()">getDeclaringClass</a></strong>()</code> </td> 220</tr> 221<tr class="altColor"> 222<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Member.html?is-external=true" title="class or interface in java.lang.reflect">Member</a></code></td> 223<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#getMember()">getMember</a></strong>()</code> </td> 224</tr> 225<tr class="rowColor"> 226<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 227<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#getValue(java.lang.Object)">getValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> pojo)</code> 228<div class="block">Optional method that can be used to access the value of 229 this member on given object, if this is a supported 230 operation for member type.</div> 231</td> 232</tr> 233<tr class="altColor"> 234<td class="colFirst"><code>abstract void</code></td> 235<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html#setValue(java.lang.Object, java.lang.Object)">setValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> pojo, 236 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> 237<div class="block">Optional method that can be used to assign value of 238 this member on given object, if this is a supported 239 operation for member type.</div> 240</td> 241</tr> 242</table> 243<ul class="blockList"> 244<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.introspect.Annotated"> 245<!-- --> 246</a> 247<h3>Methods inherited from class com.fasterxml.jackson.databind.introspect.<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a></h3> 248<code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getAnnotated()">getAnnotated</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getAnnotation(java.lang.Class)">getAnnotation</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getGenericType()">getGenericType</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getModifiers()">getModifiers</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getName()">getName</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getRawType()">getRawType</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getType(com.fasterxml.jackson.databind.type.TypeBindings)">getType</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#hasAnnotation(java.lang.Class)">hasAnnotation</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#isPublic()">isPublic</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#withAnnotations(com.fasterxml.jackson.databind.introspect.AnnotationMap)">withAnnotations</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#withFallBackAnnotationsFrom(com.fasterxml.jackson.databind.introspect.Annotated)">withFallBackAnnotationsFrom</a></code></li> 249</ul> 250<ul class="blockList"> 251<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 252<!-- --> 253</a> 254<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 255<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 256</ul> 257</li> 258</ul> 259</li> 260</ul> 261</div> 262<div class="details"> 263<ul class="blockList"> 264<li class="blockList"> 265<!-- ============ FIELD DETAIL =========== --> 266<ul class="blockList"> 267<li class="blockList"><a name="field_detail"> 268<!-- --> 269</a> 270<h3>Field Detail</h3> 271<a name="_annotations"> 272<!-- --> 273</a> 274<ul class="blockListLast"> 275<li class="blockList"> 276<h4>_annotations</h4> 277<pre>protected final transient <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a> _annotations</pre> 278</li> 279</ul> 280</li> 281</ul> 282<!-- ========= CONSTRUCTOR DETAIL ======== --> 283<ul class="blockList"> 284<li class="blockList"><a name="constructor_detail"> 285<!-- --> 286</a> 287<h3>Constructor Detail</h3> 288<a name="AnnotatedMember(com.fasterxml.jackson.databind.introspect.AnnotationMap)"> 289<!-- --> 290</a> 291<ul class="blockListLast"> 292<li class="blockList"> 293<h4>AnnotatedMember</h4> 294<pre>protected AnnotatedMember(<a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a> annotations)</pre> 295</li> 296</ul> 297</li> 298</ul> 299<!-- ============ METHOD DETAIL ========== --> 300<ul class="blockList"> 301<li class="blockList"><a name="method_detail"> 302<!-- --> 303</a> 304<h3>Method Detail</h3> 305<a name="getDeclaringClass()"> 306<!-- --> 307</a> 308<ul class="blockList"> 309<li class="blockList"> 310<h4>getDeclaringClass</h4> 311<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> getDeclaringClass()</pre> 312</li> 313</ul> 314<a name="getMember()"> 315<!-- --> 316</a> 317<ul class="blockList"> 318<li class="blockList"> 319<h4>getMember</h4> 320<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Member.html?is-external=true" title="class or interface in java.lang.reflect">Member</a> getMember()</pre> 321</li> 322</ul> 323<a name="annotations()"> 324<!-- --> 325</a> 326<ul class="blockList"> 327<li class="blockList"> 328<h4>annotations</h4> 329<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>> annotations()</pre> 330<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#annotations()">Annotated</a></code></strong></div> 331<div class="block">Accessor that can be used to iterate over all the annotations 332 associated with annotated component.</div> 333<dl> 334<dt><strong>Specified by:</strong></dt> 335<dd><code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#annotations()">annotations</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a></code></dd> 336</dl> 337</li> 338</ul> 339<a name="getAllAnnotations()"> 340<!-- --> 341</a> 342<ul class="blockList"> 343<li class="blockList"> 344<h4>getAllAnnotations</h4> 345<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotationMap.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotationMap</a> getAllAnnotations()</pre> 346<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getAllAnnotations()">Annotated</a></code></strong></div> 347<div class="block">Internal helper method used to access annotation information; 348 not exposed to developers since instances are mutable.</div> 349<dl> 350<dt><strong>Specified by:</strong></dt> 351<dd><code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html#getAllAnnotations()">getAllAnnotations</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a></code></dd> 352</dl> 353</li> 354</ul> 355<a name="addOrOverride(java.lang.annotation.Annotation)"> 356<!-- --> 357</a> 358<ul class="blockList"> 359<li class="blockList"> 360<h4>addOrOverride</h4> 361<pre>public final void addOrOverride(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a> a)</pre> 362<div class="block">Method called to override an annotation, usually due to a mix-in 363 annotation masking or overriding an annotation 'real' constructor 364 has.</div> 365</li> 366</ul> 367<a name="addIfNotPresent(java.lang.annotation.Annotation)"> 368<!-- --> 369</a> 370<ul class="blockList"> 371<li class="blockList"> 372<h4>addIfNotPresent</h4> 373<pre>public final void addIfNotPresent(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a> a)</pre> 374<div class="block">Method called to augment annotations, by adding specified 375 annotation if and only if it is not yet present in the 376 annotation map we have.</div> 377</li> 378</ul> 379<a name="fixAccess()"> 380<!-- --> 381</a> 382<ul class="blockList"> 383<li class="blockList"> 384<h4>fixAccess</h4> 385<pre>public final void fixAccess()</pre> 386<div class="block">Method that can be called to modify access rights, by calling 387 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(java.lang.reflect.AccessibleObject[], boolean)" title="class or interface in java.lang.reflect"><code>AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean)</code></a> on 388 the underlying annotated element.</div> 389</li> 390</ul> 391<a name="setValue(java.lang.Object, java.lang.Object)"> 392<!-- --> 393</a> 394<ul class="blockList"> 395<li class="blockList"> 396<h4>setValue</h4> 397<pre>public abstract void setValue(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> pojo, 398 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 399 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a>, 400 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> 401<div class="block">Optional method that can be used to assign value of 402 this member on given object, if this is a supported 403 operation for member type. 404<p> 405 This is implemented for fields and single-argument 406 member methods; but not for constructor parameters or 407 other types of methods (like static methods)</div> 408<dl><dt><span class="strong">Throws:</span></dt> 409<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a></code></dd> 410<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl> 411</li> 412</ul> 413<a name="getValue(java.lang.Object)"> 414<!-- --> 415</a> 416<ul class="blockListLast"> 417<li class="blockList"> 418<h4>getValue</h4> 419<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getValue(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> pojo) 420 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a>, 421 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> 422<div class="block">Optional method that can be used to access the value of 423 this member on given object, if this is a supported 424 operation for member type. 425<p> 426 This is implemented for fields and no-argument 427 member methods; but not for constructor parameters or 428 other types of methods (like static methods)</div> 429<dl><dt><span class="strong">Throws:</span></dt> 430<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a></code></dd> 431<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl> 432</li> 433</ul> 434</li> 435</ul> 436</li> 437</ul> 438</div> 439</div> 440<!-- ========= END OF CLASS DATA ========= --> 441<!-- ======= START OF BOTTOM NAVBAR ====== --> 442<div class="bottomNav"><a name="navbar_bottom"> 443<!-- --> 444</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 445<!-- --> 446</a> 447<ul class="navList" title="Navigation"> 448<li><a href="../../../../../overview-summary.html">Overview</a></li> 449<li><a href="package-summary.html">Package</a></li> 450<li class="navBarCell1Rev">Class</li> 451<li><a href="class-use/AnnotatedMember.html">Use</a></li> 452<li><a href="package-tree.html">Tree</a></li> 453<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 454<li><a href="../../../../../index-all.html">Index</a></li> 455<li><a href="../../../../../help-doc.html">Help</a></li> 456</ul> 457</div> 458<div class="subNav"> 459<ul class="navList"> 460<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedField.html" title="class in com.fasterxml.jackson.databind.introspect"><span class="strong">Prev Class</span></a></li> 461<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect"><span class="strong">Next Class</span></a></li> 462</ul> 463<ul class="navList"> 464<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" target="_top">Frames</a></li> 465<li><a href="AnnotatedMember.html" target="_top">No Frames</a></li> 466</ul> 467<ul class="navList" id="allclasses_navbar_bottom"> 468<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 469</ul> 470<div> 471<script type="text/javascript"><!-- 472 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 473 if(window==top) { 474 allClassesLink.style.display = "block"; 475 } 476 else { 477 allClassesLink.style.display = "none"; 478 } 479 //--> 480</script> 481</div> 482<div> 483<ul class="subNavList"> 484<li>Summary: </li> 485<li>Nested | </li> 486<li><a href="#field_summary">Field</a> | </li> 487<li><a href="#constructor_summary">Constr</a> | </li> 488<li><a href="#method_summary">Method</a></li> 489</ul> 490<ul class="subNavList"> 491<li>Detail: </li> 492<li><a href="#field_detail">Field</a> | </li> 493<li><a href="#constructor_detail">Constr</a> | </li> 494<li><a href="#method_detail">Method</a></li> 495</ul> 496</div> 497<a name="skip-navbar_bottom"> 498<!-- --> 499</a></div> 500<!-- ======== END OF BOTTOM NAVBAR ======= --> 501<p class="legalCopy"><small>Copyright © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 502</body> 503</html> 504