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 Thu Jan 01 17:43:54 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>BeanDescription (jackson-databind 2.5.0 API)</title> 8<meta name="date" content="2015-01-01"> 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="BeanDescription (jackson-databind 2.5.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/BeanDescription.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/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../index.html?com/fasterxml/jackson/databind/BeanDescription.html" target="_top">Frames</a></li> 45<li><a href="BeanDescription.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</div> 84<h2 title="Class BeanDescription" class="title">Class BeanDescription</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.databind.BeanDescription</li> 92</ul> 93</li> 94</ul> 95<div class="description"> 96<ul class="blockList"> 97<li class="blockList"> 98<dl> 99<dt>Direct Known Subclasses:</dt> 100<dd><a href="../../../../com/fasterxml/jackson/databind/introspect/BasicBeanDescription.html" title="class in com.fasterxml.jackson.databind.introspect">BasicBeanDescription</a></dd> 101</dl> 102<hr> 103<br> 104<pre>public abstract class <span class="strong">BeanDescription</span> 105extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> 106<div class="block">Basic container for information gathered by <a href="../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect"><code>ClassIntrospector</code></a> to 107 help in constructing serializers and deserializers. 108 Note that the main implementation type is 109 <a href="../../../../com/fasterxml/jackson/databind/introspect/BasicBeanDescription.html" title="class in com.fasterxml.jackson.databind.introspect"><code>BasicBeanDescription</code></a>, 110 meaning that it is safe to upcast to this type.</div> 111</li> 112</ul> 113</div> 114<div class="summary"> 115<ul class="blockList"> 116<li class="blockList"> 117<!-- =========== FIELD SUMMARY =========== --> 118<ul class="blockList"> 119<li class="blockList"><a name="field_summary"> 120<!-- --> 121</a> 122<h3>Field Summary</h3> 123<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 124<caption><span>Fields</span><span class="tabEnd"> </span></caption> 125<tr> 126<th class="colFirst" scope="col">Modifier and Type</th> 127<th class="colLast" scope="col">Field and Description</th> 128</tr> 129<tr class="altColor"> 130<td class="colFirst"><code>protected <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 131<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#_type">_type</a></strong></code> 132<div class="block">Bean type information, including raw class and possible 133 * generics information</div> 134</td> 135</tr> 136</table> 137</li> 138</ul> 139<!-- ======== CONSTRUCTOR SUMMARY ======== --> 140<ul class="blockList"> 141<li class="blockList"><a name="constructor_summary"> 142<!-- --> 143</a> 144<h3>Constructor Summary</h3> 145<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 146<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 147<tr> 148<th class="colFirst" scope="col">Modifier</th> 149<th class="colLast" scope="col">Constructor and Description</th> 150</tr> 151<tr class="altColor"> 152<td class="colFirst"><code>protected </code></td> 153<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#BeanDescription(com.fasterxml.jackson.databind.JavaType)">BeanDescription</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</code> </td> 154</tr> 155</table> 156</li> 157</ul> 158<!-- ========== METHOD SUMMARY =========== --> 159<ul class="blockList"> 160<li class="blockList"><a name="method_summary"> 161<!-- --> 162</a> 163<h3>Method Summary</h3> 164<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 165<caption><span>Methods</span><span class="tabEnd"> </span></caption> 166<tr> 167<th class="colFirst" scope="col">Modifier and Type</th> 168<th class="colLast" scope="col">Method and Description</th> 169</tr> 170<tr class="altColor"> 171<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/type/TypeBindings.html" title="class in com.fasterxml.jackson.databind.type">TypeBindings</a></code></td> 172<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#bindingsForBeanType()">bindingsForBeanType</a></strong>()</code> 173<div class="block">Accessor for type bindings that may be needed to fully resolve 174 types of member object, such as return and argument types of 175 methods and constructors, and types of fields.</div> 176</td> 177</tr> 178<tr class="rowColor"> 179<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> 180<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findAnyGetter()">findAnyGetter</a></strong>()</code> </td> 181</tr> 182<tr class="altColor"> 183<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a></code></td> 184<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findAnySetter()">findAnySetter</a></strong>()</code> 185<div class="block">Method used to locate the method of introspected class that 186 implements <code>JsonAnySetter</code>.</div> 187</td> 188</tr> 189<tr class="rowColor"> 190<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a>></code></td> 191<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findBackReferenceProperties()">findBackReferenceProperties</a></strong>()</code> 192<div class="block">Method for locating all back-reference properties (setters, fields) bean has</div> 193</td> 194</tr> 195<tr class="altColor"> 196<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedConstructor.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedConstructor</a></code></td> 197<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findDefaultConstructor()">findDefaultConstructor</a></strong>()</code> 198<div class="block">Method that will locate the no-arg constructor for this class, 199 if it has one, and that constructor has not been marked as 200 ignorable.</div> 201</td> 202</tr> 203<tr class="rowColor"> 204<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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> 205<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findDeserializationConverter()">findDeserializationConverter</a></strong>()</code> 206<div class="block">Method for finding <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a> used for serializing instances 207 of this class.</div> 208</td> 209</tr> 210<tr class="altColor"> 211<td class="colFirst"><code>abstract com.fasterxml.jackson.annotation.JsonFormat.Value</code></td> 212<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findExpectedFormat(com.fasterxml.jackson.annotation.JsonFormat.Value)">findExpectedFormat</a></strong>(com.fasterxml.jackson.annotation.JsonFormat.Value defValue)</code> 213<div class="block">Method for checking what is the expected format for POJO, as 214 defined by defaults and possible annotations.</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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a></code></td> 219<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findFactoryMethod(java.lang.Class...)">findFactoryMethod</a></strong>(<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><?>... expArgTypes)</code> 220<div class="block">Method that can be called to find if introspected class declares 221 a static "valueOf" factory method that returns an instance of 222 introspected type, given one of acceptable types.</div> 223</td> 224</tr> 225<tr class="altColor"> 226<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<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>,<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a>></code></td> 227<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findInjectables()">findInjectables</a></strong>()</code> </td> 228</tr> 229<tr class="rowColor"> 230<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a></code></td> 231<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findJsonValueMethod()">findJsonValueMethod</a></strong>()</code> 232<div class="block">Method for locating the getter method that is annotated with 233 <code>JsonValue</code> annotation, 234 if any.</div> 235</td> 236</tr> 237<tr class="altColor"> 238<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a></code></td> 239<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findMethod(java.lang.String, java.lang.Class[])">findMethod</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 240 <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><?>[] paramTypes)</code> </td> 241</tr> 242<tr class="rowColor"> 243<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> 244<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findPOJOBuilder()">findPOJOBuilder</a></strong>()</code> 245<div class="block">Method for checking if the POJO type has annotations to 246 indicate that a builder is to be used for instantiating 247 instances and handling data binding, instead of standard 248 bean deserializer.</div> 249</td> 250</tr> 251<tr class="altColor"> 252<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.Value.html" title="class in com.fasterxml.jackson.databind.annotation">JsonPOJOBuilder.Value</a></code></td> 253<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findPOJOBuilderConfig()">findPOJOBuilderConfig</a></strong>()</code> 254<div class="block">Method for finding configuration for POJO Builder class.</div> 255</td> 256</tr> 257<tr class="rowColor"> 258<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a>></code></td> 259<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findProperties()">findProperties</a></strong>()</code> </td> 260</tr> 261<tr class="altColor"> 262<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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> 263<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findSerializationConverter()">findSerializationConverter</a></strong>()</code> 264<div class="block">Method for finding <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a> used for serializing instances 265 of this class.</div> 266</td> 267</tr> 268<tr class="rowColor"> 269<td class="colFirst"><code>abstract com.fasterxml.jackson.annotation.JsonInclude.Include</code></td> 270<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findSerializationInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include)">findSerializationInclusion</a></strong>(com.fasterxml.jackson.annotation.JsonInclude.Include defValue)</code> </td> 271</tr> 272<tr class="altColor"> 273<td class="colFirst"><code>abstract com.fasterxml.jackson.annotation.JsonInclude.Include</code></td> 274<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findSerializationInclusionForContent(com.fasterxml.jackson.annotation.JsonInclude.Include)">findSerializationInclusionForContent</a></strong>(com.fasterxml.jackson.annotation.JsonInclude.Include defValue)</code> </td> 275</tr> 276<tr class="rowColor"> 277<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a><?></code></td> 278<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#findSingleArgConstructor(java.lang.Class...)">findSingleArgConstructor</a></strong>(<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><?>... argTypes)</code> 279<div class="block">Method that can be called to locate a single-arg constructor that 280 takes specified exact type (will not accept supertype constructors)</div> 281</td> 282</tr> 283<tr class="altColor"> 284<td class="colFirst"><code><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> 285<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getBeanClass()">getBeanClass</a></strong>()</code> </td> 286</tr> 287<tr class="rowColor"> 288<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a></code></td> 289<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getClassAnnotations()">getClassAnnotations</a></strong>()</code> 290<div class="block">Method for accessing collection of annotations the bean 291 class has.</div> 292</td> 293</tr> 294<tr class="altColor"> 295<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedClass</a></code></td> 296<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getClassInfo()">getClassInfo</a></strong>()</code> 297<div class="block">Method for accessing low-level information about Class this 298 item describes.</div> 299</td> 300</tr> 301<tr class="rowColor"> 302<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedConstructor.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedConstructor</a>></code></td> 303<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getConstructors()">getConstructors</a></strong>()</code> </td> 304</tr> 305<tr class="altColor"> 306<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a>></code></td> 307<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getFactoryMethods()">getFactoryMethods</a></strong>()</code> </td> 308</tr> 309<tr class="rowColor"> 310<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> 311<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getIgnoredPropertyNames()">getIgnoredPropertyNames</a></strong>()</code> </td> 312</tr> 313<tr class="altColor"> 314<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a></code></td> 315<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getObjectIdInfo()">getObjectIdInfo</a></strong>()</code> 316<div class="block">Accessor for getting information about Object Id expected to 317 be used for this POJO type, if any.</div> 318</td> 319</tr> 320<tr class="rowColor"> 321<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 322<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#getType()">getType</a></strong>()</code> 323<div class="block">Method for accessing declared type of bean being introspected, 324 including full generic type information (from declaration)</div> 325</td> 326</tr> 327<tr class="altColor"> 328<td class="colFirst"><code>abstract boolean</code></td> 329<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#hasKnownClassAnnotations()">hasKnownClassAnnotations</a></strong>()</code> 330<div class="block">Method for checking whether class being described has any 331 annotations recognized by registered annotation introspector.</div> 332</td> 333</tr> 334<tr class="rowColor"> 335<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> 336<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#instantiateBean(boolean)">instantiateBean</a></strong>(boolean fixAccess)</code> 337<div class="block">Method called to create a "default instance" of the bean, currently 338 only needed for obtaining default field values which may be used for 339 suppressing serialization of fields that have "not changed".</div> 340</td> 341</tr> 342<tr class="altColor"> 343<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 344<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/BeanDescription.html#resolveType(java.lang.reflect.Type)">resolveType</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> jdkType)</code> 345<div class="block">Method for resolving given JDK type, using this bean as the 346 generic type resolution context.</div> 347</td> 348</tr> 349</table> 350<ul class="blockList"> 351<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 352<!-- --> 353</a> 354<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> 355<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> 356</ul> 357</li> 358</ul> 359</li> 360</ul> 361</div> 362<div class="details"> 363<ul class="blockList"> 364<li class="blockList"> 365<!-- ============ FIELD DETAIL =========== --> 366<ul class="blockList"> 367<li class="blockList"><a name="field_detail"> 368<!-- --> 369</a> 370<h3>Field Detail</h3> 371<a name="_type"> 372<!-- --> 373</a> 374<ul class="blockListLast"> 375<li class="blockList"> 376<h4>_type</h4> 377<pre>protected final <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> _type</pre> 378<div class="block">Bean type information, including raw class and possible 379 * generics information</div> 380</li> 381</ul> 382</li> 383</ul> 384<!-- ========= CONSTRUCTOR DETAIL ======== --> 385<ul class="blockList"> 386<li class="blockList"><a name="constructor_detail"> 387<!-- --> 388</a> 389<h3>Constructor Detail</h3> 390<a name="BeanDescription(com.fasterxml.jackson.databind.JavaType)"> 391<!-- --> 392</a> 393<ul class="blockListLast"> 394<li class="blockList"> 395<h4>BeanDescription</h4> 396<pre>protected BeanDescription(<a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</pre> 397</li> 398</ul> 399</li> 400</ul> 401<!-- ============ METHOD DETAIL ========== --> 402<ul class="blockList"> 403<li class="blockList"><a name="method_detail"> 404<!-- --> 405</a> 406<h3>Method Detail</h3> 407<a name="getType()"> 408<!-- --> 409</a> 410<ul class="blockList"> 411<li class="blockList"> 412<h4>getType</h4> 413<pre>public <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> getType()</pre> 414<div class="block">Method for accessing declared type of bean being introspected, 415 including full generic type information (from declaration)</div> 416</li> 417</ul> 418<a name="getBeanClass()"> 419<!-- --> 420</a> 421<ul class="blockList"> 422<li class="blockList"> 423<h4>getBeanClass</h4> 424<pre>public <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><?> getBeanClass()</pre> 425</li> 426</ul> 427<a name="getClassInfo()"> 428<!-- --> 429</a> 430<ul class="blockList"> 431<li class="blockList"> 432<h4>getClassInfo</h4> 433<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedClass</a> getClassInfo()</pre> 434<div class="block">Method for accessing low-level information about Class this 435 item describes.</div> 436</li> 437</ul> 438<a name="getObjectIdInfo()"> 439<!-- --> 440</a> 441<ul class="blockList"> 442<li class="blockList"> 443<h4>getObjectIdInfo</h4> 444<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> getObjectIdInfo()</pre> 445<div class="block">Accessor for getting information about Object Id expected to 446 be used for this POJO type, if any.</div> 447</li> 448</ul> 449<a name="hasKnownClassAnnotations()"> 450<!-- --> 451</a> 452<ul class="blockList"> 453<li class="blockList"> 454<h4>hasKnownClassAnnotations</h4> 455<pre>public abstract boolean hasKnownClassAnnotations()</pre> 456<div class="block">Method for checking whether class being described has any 457 annotations recognized by registered annotation introspector.</div> 458</li> 459</ul> 460<a name="bindingsForBeanType()"> 461<!-- --> 462</a> 463<ul class="blockList"> 464<li class="blockList"> 465<h4>bindingsForBeanType</h4> 466<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/type/TypeBindings.html" title="class in com.fasterxml.jackson.databind.type">TypeBindings</a> bindingsForBeanType()</pre> 467<div class="block">Accessor for type bindings that may be needed to fully resolve 468 types of member object, such as return and argument types of 469 methods and constructors, and types of fields.</div> 470</li> 471</ul> 472<a name="resolveType(java.lang.reflect.Type)"> 473<!-- --> 474</a> 475<ul class="blockList"> 476<li class="blockList"> 477<h4>resolveType</h4> 478<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> resolveType(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> jdkType)</pre> 479<div class="block">Method for resolving given JDK type, using this bean as the 480 generic type resolution context.</div> 481</li> 482</ul> 483<a name="getClassAnnotations()"> 484<!-- --> 485</a> 486<ul class="blockList"> 487<li class="blockList"> 488<h4>getClassAnnotations</h4> 489<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a> getClassAnnotations()</pre> 490<div class="block">Method for accessing collection of annotations the bean 491 class has.</div> 492</li> 493</ul> 494<a name="findProperties()"> 495<!-- --> 496</a> 497<ul class="blockList"> 498<li class="blockList"> 499<h4>findProperties</h4> 500<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect">BeanPropertyDefinition</a>> findProperties()</pre> 501<dl><dt><span class="strong">Returns:</span></dt><dd>Ordered Map with logical property name as key, and 502 matching getter method as value.</dd></dl> 503</li> 504</ul> 505<a name="findBackReferenceProperties()"> 506<!-- --> 507</a> 508<ul class="blockList"> 509<li class="blockList"> 510<h4>findBackReferenceProperties</h4> 511<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a>> findBackReferenceProperties()</pre> 512<div class="block">Method for locating all back-reference properties (setters, fields) bean has</div> 513</li> 514</ul> 515<a name="getIgnoredPropertyNames()"> 516<!-- --> 517</a> 518<ul class="blockList"> 519<li class="blockList"> 520<h4>getIgnoredPropertyNames</h4> 521<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getIgnoredPropertyNames()</pre> 522</li> 523</ul> 524<a name="getConstructors()"> 525<!-- --> 526</a> 527<ul class="blockList"> 528<li class="blockList"> 529<h4>getConstructors</h4> 530<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedConstructor.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedConstructor</a>> getConstructors()</pre> 531</li> 532</ul> 533<a name="getFactoryMethods()"> 534<!-- --> 535</a> 536<ul class="blockList"> 537<li class="blockList"> 538<h4>getFactoryMethods</h4> 539<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a>> getFactoryMethods()</pre> 540</li> 541</ul> 542<a name="findDefaultConstructor()"> 543<!-- --> 544</a> 545<ul class="blockList"> 546<li class="blockList"> 547<h4>findDefaultConstructor</h4> 548<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedConstructor.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedConstructor</a> findDefaultConstructor()</pre> 549<div class="block">Method that will locate the no-arg constructor for this class, 550 if it has one, and that constructor has not been marked as 551 ignorable.</div> 552</li> 553</ul> 554<a name="findSingleArgConstructor(java.lang.Class...)"> 555<!-- --> 556</a> 557<ul class="blockList"> 558<li class="blockList"> 559<h4>findSingleArgConstructor</h4> 560<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a><?> findSingleArgConstructor(<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><?>... argTypes)</pre> 561<div class="block">Method that can be called to locate a single-arg constructor that 562 takes specified exact type (will not accept supertype constructors)</div> 563<dl><dt><span class="strong">Parameters:</span></dt><dd><code>argTypes</code> - Type(s) of the argument that we are looking for</dd></dl> 564</li> 565</ul> 566<a name="findFactoryMethod(java.lang.Class...)"> 567<!-- --> 568</a> 569<ul class="blockList"> 570<li class="blockList"> 571<h4>findFactoryMethod</h4> 572<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a> findFactoryMethod(<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><?>... expArgTypes)</pre> 573<div class="block">Method that can be called to find if introspected class declares 574 a static "valueOf" factory method that returns an instance of 575 introspected type, given one of acceptable types.</div> 576<dl><dt><span class="strong">Parameters:</span></dt><dd><code>expArgTypes</code> - Types that the matching single argument factory 577 method can take: will also accept super types of these types 578 (ie. arg just has to be assignable from expArgType)</dd></dl> 579</li> 580</ul> 581<a name="findAnyGetter()"> 582<!-- --> 583</a> 584<ul class="blockList"> 585<li class="blockList"> 586<h4>findAnyGetter</h4> 587<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a> findAnyGetter()</pre> 588</li> 589</ul> 590<a name="findAnySetter()"> 591<!-- --> 592</a> 593<ul class="blockList"> 594<li class="blockList"> 595<h4>findAnySetter</h4> 596<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a> findAnySetter()</pre> 597<div class="block">Method used to locate the method of introspected class that 598 implements <code>JsonAnySetter</code>. If no such method exists 599 null is returned. If more than one are found, an exception 600 is thrown. 601 Additional checks are also made to see that method signature 602 is acceptable: needs to take 2 arguments, first one String or 603 Object; second any can be any type.</div> 604</li> 605</ul> 606<a name="findJsonValueMethod()"> 607<!-- --> 608</a> 609<ul class="blockList"> 610<li class="blockList"> 611<h4>findJsonValueMethod</h4> 612<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a> findJsonValueMethod()</pre> 613<div class="block">Method for locating the getter method that is annotated with 614 <code>JsonValue</code> annotation, 615 if any. If multiple ones are found, 616 an error is reported by throwing <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a></div> 617</li> 618</ul> 619<a name="findMethod(java.lang.String, java.lang.Class[])"> 620<!-- --> 621</a> 622<ul class="blockList"> 623<li class="blockList"> 624<h4>findMethod</h4> 625<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMethod.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMethod</a> findMethod(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 626 <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><?>[] paramTypes)</pre> 627</li> 628</ul> 629<a name="findSerializationInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include)"> 630<!-- --> 631</a> 632<ul class="blockList"> 633<li class="blockList"> 634<h4>findSerializationInclusion</h4> 635<pre>public abstract com.fasterxml.jackson.annotation.JsonInclude.Include findSerializationInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include defValue)</pre> 636</li> 637</ul> 638<a name="findSerializationInclusionForContent(com.fasterxml.jackson.annotation.JsonInclude.Include)"> 639<!-- --> 640</a> 641<ul class="blockList"> 642<li class="blockList"> 643<h4>findSerializationInclusionForContent</h4> 644<pre>public abstract com.fasterxml.jackson.annotation.JsonInclude.Include findSerializationInclusionForContent(com.fasterxml.jackson.annotation.JsonInclude.Include defValue)</pre> 645<dl><dt><span class="strong">Since:</span></dt> 646 <dd>2.5</dd></dl> 647</li> 648</ul> 649<a name="findExpectedFormat(com.fasterxml.jackson.annotation.JsonFormat.Value)"> 650<!-- --> 651</a> 652<ul class="blockList"> 653<li class="blockList"> 654<h4>findExpectedFormat</h4> 655<pre>public abstract com.fasterxml.jackson.annotation.JsonFormat.Value findExpectedFormat(com.fasterxml.jackson.annotation.JsonFormat.Value defValue)</pre> 656<div class="block">Method for checking what is the expected format for POJO, as 657 defined by defaults and possible annotations. 658 Note that this may be further refined by per-property annotations.</div> 659<dl><dt><span class="strong">Since:</span></dt> 660 <dd>2.1</dd></dl> 661</li> 662</ul> 663<a name="findSerializationConverter()"> 664<!-- --> 665</a> 666<ul class="blockList"> 667<li class="blockList"> 668<h4>findSerializationConverter</h4> 669<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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>> findSerializationConverter()</pre> 670<div class="block">Method for finding <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a> used for serializing instances 671 of this class.</div> 672<dl><dt><span class="strong">Since:</span></dt> 673 <dd>2.2</dd></dl> 674</li> 675</ul> 676<a name="findDeserializationConverter()"> 677<!-- --> 678</a> 679<ul class="blockList"> 680<li class="blockList"> 681<h4>findDeserializationConverter</h4> 682<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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>> findDeserializationConverter()</pre> 683<div class="block">Method for finding <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a> used for serializing instances 684 of this class.</div> 685<dl><dt><span class="strong">Since:</span></dt> 686 <dd>2.2</dd></dl> 687</li> 688</ul> 689<a name="findInjectables()"> 690<!-- --> 691</a> 692<ul class="blockList"> 693<li class="blockList"> 694<h4>findInjectables</h4> 695<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<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>,<a href="../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a>> findInjectables()</pre> 696</li> 697</ul> 698<a name="findPOJOBuilder()"> 699<!-- --> 700</a> 701<ul class="blockList"> 702<li class="blockList"> 703<h4>findPOJOBuilder</h4> 704<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><?> findPOJOBuilder()</pre> 705<div class="block">Method for checking if the POJO type has annotations to 706 indicate that a builder is to be used for instantiating 707 instances and handling data binding, instead of standard 708 bean deserializer.</div> 709</li> 710</ul> 711<a name="findPOJOBuilderConfig()"> 712<!-- --> 713</a> 714<ul class="blockList"> 715<li class="blockList"> 716<h4>findPOJOBuilderConfig</h4> 717<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.Value.html" title="class in com.fasterxml.jackson.databind.annotation">JsonPOJOBuilder.Value</a> findPOJOBuilderConfig()</pre> 718<div class="block">Method for finding configuration for POJO Builder class.</div> 719</li> 720</ul> 721<a name="instantiateBean(boolean)"> 722<!-- --> 723</a> 724<ul class="blockListLast"> 725<li class="blockList"> 726<h4>instantiateBean</h4> 727<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> instantiateBean(boolean fixAccess)</pre> 728<div class="block">Method called to create a "default instance" of the bean, currently 729 only needed for obtaining default field values which may be used for 730 suppressing serialization of fields that have "not changed".</div> 731<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fixAccess</code> - If true, method is allowed to fix access to the 732 default constructor (to be able to call non-public constructor); 733 if false, has to use constructor as is.</dd> 734<dt><span class="strong">Returns:</span></dt><dd>Instance of class represented by this descriptor, if 735 suitable default constructor was found; null otherwise.</dd></dl> 736</li> 737</ul> 738</li> 739</ul> 740</li> 741</ul> 742</div> 743</div> 744<!-- ========= END OF CLASS DATA ========= --> 745<!-- ======= START OF BOTTOM NAVBAR ====== --> 746<div class="bottomNav"><a name="navbar_bottom"> 747<!-- --> 748</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 749<!-- --> 750</a> 751<ul class="navList" title="Navigation"> 752<li><a href="../../../../overview-summary.html">Overview</a></li> 753<li><a href="package-summary.html">Package</a></li> 754<li class="navBarCell1Rev">Class</li> 755<li><a href="class-use/BeanDescription.html">Use</a></li> 756<li><a href="package-tree.html">Tree</a></li> 757<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 758<li><a href="../../../../index-all.html">Index</a></li> 759<li><a href="../../../../help-doc.html">Help</a></li> 760</ul> 761</div> 762<div class="subNav"> 763<ul class="navList"> 764<li><a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 765<li><a href="../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 766</ul> 767<ul class="navList"> 768<li><a href="../../../../index.html?com/fasterxml/jackson/databind/BeanDescription.html" target="_top">Frames</a></li> 769<li><a href="BeanDescription.html" target="_top">No Frames</a></li> 770</ul> 771<ul class="navList" id="allclasses_navbar_bottom"> 772<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 773</ul> 774<div> 775<script type="text/javascript"><!-- 776 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 777 if(window==top) { 778 allClassesLink.style.display = "block"; 779 } 780 else { 781 allClassesLink.style.display = "none"; 782 } 783 //--> 784</script> 785</div> 786<div> 787<ul class="subNavList"> 788<li>Summary: </li> 789<li>Nested | </li> 790<li><a href="#field_summary">Field</a> | </li> 791<li><a href="#constructor_summary">Constr</a> | </li> 792<li><a href="#method_summary">Method</a></li> 793</ul> 794<ul class="subNavList"> 795<li>Detail: </li> 796<li><a href="#field_detail">Field</a> | </li> 797<li><a href="#constructor_detail">Constr</a> | </li> 798<li><a href="#method_detail">Method</a></li> 799</ul> 800</div> 801<a name="skip-navbar_bottom"> 802<!-- --> 803</a></div> 804<!-- ======== END OF BOTTOM NAVBAR ======= --> 805<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 806</body> 807</html> 808