• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_79) on Fri Jan 15 20:28:42 PST 2016 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>ConcreteBeanPropertyBase (jackson-databind 2.7.0 API)</title>
8<meta name="date" content="2016-01-15">
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="ConcreteBeanPropertyBase (jackson-databind 2.7.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/ConcreteBeanPropertyBase.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/ClassIntrospector.MixInResolver.html" title="interface in com.fasterxml.jackson.databind.introspect"><span class="strong">Prev Class</span></a></li>
41<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.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/ConcreteBeanPropertyBase.html" target="_top">Frames</a></li>
45<li><a href="ConcreteBeanPropertyBase.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:&nbsp;</li>
65<li>Nested&nbsp;|&nbsp;</li>
66<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
67<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
68<li><a href="#method_summary">Method</a></li>
69</ul>
70<ul class="subNavList">
71<li>Detail:&nbsp;</li>
72<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
73<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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 ConcreteBeanPropertyBase" class="title">Class ConcreteBeanPropertyBase</h2>
85</div>
86<div class="contentContainer">
87<ul class="inheritance">
88<li><a href="http://docs.oracle.com/javase/7/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.introspect.ConcreteBeanPropertyBase</li>
92</ul>
93</li>
94</ul>
95<div class="description">
96<ul class="blockList">
97<li class="blockList">
98<dl>
99<dt>All Implemented Interfaces:</dt>
100<dd><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/util/Named.html" title="interface in com.fasterxml.jackson.databind.util">Named</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
101</dl>
102<dl>
103<dt>Direct Known Subclasses:</dt>
104<dd><a href="../../../../../com/fasterxml/jackson/databind/ser/PropertyWriter.html" title="class in com.fasterxml.jackson.databind.ser">PropertyWriter</a>, <a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></dd>
105</dl>
106<hr>
107<br>
108<pre>public abstract class <span class="strong">ConcreteBeanPropertyBase</span>
109extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
110implements <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
111<div class="block">Intermediate <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind"><code>BeanProperty</code></a> class shared by concrete readable- and
112 writable property implementations for sharing common functionality.</div>
113<dl><dt><span class="strong">Since:</span></dt>
114  <dd>2.7</dd>
115<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase">Serialized Form</a></dd></dl>
116</li>
117</ul>
118</div>
119<div class="summary">
120<ul class="blockList">
121<li class="blockList">
122<!-- ======== NESTED CLASS SUMMARY ======== -->
123<ul class="blockList">
124<li class="blockList"><a name="nested_class_summary">
125<!--   -->
126</a>
127<h3>Nested Class Summary</h3>
128<ul class="blockList">
129<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.BeanProperty">
130<!--   -->
131</a>
132<h3>Nested classes/interfaces inherited from interface&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></h3>
133<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></code></li>
134</ul>
135</li>
136</ul>
137<!-- =========== FIELD SUMMARY =========== -->
138<ul class="blockList">
139<li class="blockList"><a name="field_summary">
140<!--   -->
141</a>
142<h3>Field Summary</h3>
143<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
144<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
145<tr>
146<th class="colFirst" scope="col">Modifier and Type</th>
147<th class="colLast" scope="col">Field and Description</th>
148</tr>
149<tr class="altColor">
150<td class="colFirst"><code>protected <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a></code></td>
151<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#_format">_format</a></strong></code>
152<div class="block">Lazily accessed value for per-property format override definition.</div>
153</td>
154</tr>
155<tr class="rowColor">
156<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a></code></td>
157<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#_metadata">_metadata</a></strong></code>
158<div class="block">Additional information about property</div>
159</td>
160</tr>
161</table>
162<ul class="blockList">
163<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.databind.BeanProperty">
164<!--   -->
165</a>
166<h3>Fields inherited from interface&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></h3>
167<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#EMPTY_FORMAT">EMPTY_FORMAT</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#EMPTY_INCLUDE">EMPTY_INCLUDE</a></code></li>
168</ul>
169</li>
170</ul>
171<!-- ======== CONSTRUCTOR SUMMARY ======== -->
172<ul class="blockList">
173<li class="blockList"><a name="constructor_summary">
174<!--   -->
175</a>
176<h3>Constructor Summary</h3>
177<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
178<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
179<tr>
180<th class="colFirst" scope="col">Modifier</th>
181<th class="colLast" scope="col">Constructor and Description</th>
182</tr>
183<tr class="altColor">
184<td class="colFirst"><code>protected </code></td>
185<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#ConcreteBeanPropertyBase(com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase)">ConcreteBeanPropertyBase</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">ConcreteBeanPropertyBase</a>&nbsp;src)</code>&nbsp;</td>
186</tr>
187<tr class="rowColor">
188<td class="colFirst"><code>protected </code></td>
189<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#ConcreteBeanPropertyBase(com.fasterxml.jackson.databind.PropertyMetadata)">ConcreteBeanPropertyBase</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a>&nbsp;md)</code>&nbsp;</td>
190</tr>
191</table>
192</li>
193</ul>
194<!-- ========== METHOD SUMMARY =========== -->
195<ul class="blockList">
196<li class="blockList"><a name="method_summary">
197<!--   -->
198</a>
199<h3>Method Summary</h3>
200<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
201<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
202<tr>
203<th class="colFirst" scope="col">Modifier and Type</th>
204<th class="colLast" scope="col">Method and Description</th>
205</tr>
206<tr class="altColor">
207<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a></code></td>
208<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findFormatOverrides(com.fasterxml.jackson.databind.AnnotationIntrospector)">findFormatOverrides</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a>&nbsp;intr)</code>
209<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
210</td>
211</tr>
212<tr class="rowColor">
213<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a></code></td>
214<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">findPropertyFormat</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;?&gt;&nbsp;config,
215                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;baseType)</code>
216<div class="block">Helper method used to look up format settings applicable to this property,
217 considering both possible per-type configuration settings</div>
218</td>
219</tr>
220<tr class="altColor">
221<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a></code></td>
222<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#findPropertyInclusion(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">findPropertyInclusion</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;?&gt;&nbsp;config,
223                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;baseType)</code>
224<div class="block">Convenience method that is roughly equivalent to</div>
225</td>
226</tr>
227<tr class="rowColor">
228<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a></code></td>
229<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#getMetadata()">getMetadata</a></strong>()</code>
230<div class="block">Accessor for additional optional information about property.</div>
231</td>
232</tr>
233<tr class="altColor">
234<td class="colFirst"><code>boolean</code></td>
235<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#isRequired()">isRequired</a></strong>()</code>
236<div class="block">Whether value for property is marked as required using
237 annotations or associated schema.</div>
238</td>
239</tr>
240<tr class="rowColor">
241<td class="colFirst"><code>boolean</code></td>
242<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html#isVirtual()">isVirtual</a></strong>()</code>
243<div class="block">Accessor for checking whether there is an actual physical property
244 behind this property abstraction or not.</div>
245</td>
246</tr>
247</table>
248<ul class="blockList">
249<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
250<!--   -->
251</a>
252<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
253<code><a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
254</ul>
255<ul class="blockList">
256<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.BeanProperty">
257<!--   -->
258</a>
259<h3>Methods inherited from interface&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></h3>
260<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#depositSchemaProperty(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor,%20com.fasterxml.jackson.databind.SerializerProvider)">depositSchemaProperty</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getAnnotation(java.lang.Class)">getAnnotation</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getContextAnnotation(java.lang.Class)">getContextAnnotation</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getFullName()">getFullName</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getMember()">getMember</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getName()">getName</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getType()">getType</a>, <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getWrapperName()">getWrapperName</a></code></li>
261</ul>
262</li>
263</ul>
264</li>
265</ul>
266</div>
267<div class="details">
268<ul class="blockList">
269<li class="blockList">
270<!-- ============ FIELD DETAIL =========== -->
271<ul class="blockList">
272<li class="blockList"><a name="field_detail">
273<!--   -->
274</a>
275<h3>Field Detail</h3>
276<a name="_metadata">
277<!--   -->
278</a>
279<ul class="blockList">
280<li class="blockList">
281<h4>_metadata</h4>
282<pre>protected final&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a> _metadata</pre>
283<div class="block">Additional information about property</div>
284<dl><dt><span class="strong">Since:</span></dt>
285  <dd>2.3</dd></dl>
286</li>
287</ul>
288<a name="_format">
289<!--   -->
290</a>
291<ul class="blockListLast">
292<li class="blockList">
293<h4>_format</h4>
294<pre>protected transient&nbsp;<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a> _format</pre>
295<div class="block">Lazily accessed value for per-property format override definition.</div>
296<dl><dt><span class="strong">Since:</span></dt>
297  <dd>2.6</dd></dl>
298</li>
299</ul>
300</li>
301</ul>
302<!-- ========= CONSTRUCTOR DETAIL ======== -->
303<ul class="blockList">
304<li class="blockList"><a name="constructor_detail">
305<!--   -->
306</a>
307<h3>Constructor Detail</h3>
308<a name="ConcreteBeanPropertyBase(com.fasterxml.jackson.databind.PropertyMetadata)">
309<!--   -->
310</a>
311<ul class="blockList">
312<li class="blockList">
313<h4>ConcreteBeanPropertyBase</h4>
314<pre>protected&nbsp;ConcreteBeanPropertyBase(<a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a>&nbsp;md)</pre>
315</li>
316</ul>
317<a name="ConcreteBeanPropertyBase(com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase)">
318<!--   -->
319</a>
320<ul class="blockListLast">
321<li class="blockList">
322<h4>ConcreteBeanPropertyBase</h4>
323<pre>protected&nbsp;ConcreteBeanPropertyBase(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" title="class in com.fasterxml.jackson.databind.introspect">ConcreteBeanPropertyBase</a>&nbsp;src)</pre>
324</li>
325</ul>
326</li>
327</ul>
328<!-- ============ METHOD DETAIL ========== -->
329<ul class="blockList">
330<li class="blockList"><a name="method_detail">
331<!--   -->
332</a>
333<h3>Method Detail</h3>
334<a name="isRequired()">
335<!--   -->
336</a>
337<ul class="blockList">
338<li class="blockList">
339<h4>isRequired</h4>
340<pre>public&nbsp;boolean&nbsp;isRequired()</pre>
341<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#isRequired()">BeanProperty</a></code></strong></div>
342<div class="block">Whether value for property is marked as required using
343 annotations or associated schema.
344 Equivalent to:
345<code>
346  getMetadata().isRequired()
347</code></div>
348<dl>
349<dt><strong>Specified by:</strong></dt>
350<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#isRequired()">isRequired</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
351</dl>
352</li>
353</ul>
354<a name="getMetadata()">
355<!--   -->
356</a>
357<ul class="blockList">
358<li class="blockList">
359<h4>getMetadata</h4>
360<pre>public&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind">PropertyMetadata</a>&nbsp;getMetadata()</pre>
361<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getMetadata()">BeanProperty</a></code></strong></div>
362<div class="block">Accessor for additional optional information about property.</div>
363<dl>
364<dt><strong>Specified by:</strong></dt>
365<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#getMetadata()">getMetadata</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
366<dt><span class="strong">Returns:</span></dt><dd>Metadata about property; never null.</dd></dl>
367</li>
368</ul>
369<a name="isVirtual()">
370<!--   -->
371</a>
372<ul class="blockList">
373<li class="blockList">
374<h4>isVirtual</h4>
375<pre>public&nbsp;boolean&nbsp;isVirtual()</pre>
376<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#isVirtual()">BeanProperty</a></code></strong></div>
377<div class="block">Accessor for checking whether there is an actual physical property
378 behind this property abstraction or not.</div>
379<dl>
380<dt><strong>Specified by:</strong></dt>
381<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#isVirtual()">isVirtual</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
382</dl>
383</li>
384</ul>
385<a name="findFormatOverrides(com.fasterxml.jackson.databind.AnnotationIntrospector)">
386<!--   -->
387</a>
388<ul class="blockList">
389<li class="blockList">
390<h4>findFormatOverrides</h4>
391<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
392public final&nbsp;<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a>&nbsp;findFormatOverrides(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a>&nbsp;intr)</pre>
393<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
394<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findFormatOverrides(com.fasterxml.jackson.databind.AnnotationIntrospector)">BeanProperty</a></code></strong></div>
395<div class="block">Convenience method that is roughly equivalent to
396<pre>
397   return intr.findFormat(getMember());
398</pre>
399 and specifically does NOT try to find per-type format defaults to merge;
400 use <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)"><code>BeanProperty.findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig&lt;?&gt;, java.lang.Class&lt;?&gt;)</code></a> if such defaults would be useful.</div>
401<dl>
402<dt><strong>Specified by:</strong></dt>
403<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findFormatOverrides(com.fasterxml.jackson.databind.AnnotationIntrospector)">findFormatOverrides</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
404</dl>
405</li>
406</ul>
407<a name="findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig, java.lang.Class)">
408<!--   -->
409</a>
410<ul class="blockList">
411<li class="blockList">
412<h4>findPropertyFormat</h4>
413<pre>public&nbsp;<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a>&nbsp;findPropertyFormat(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;?&gt;&nbsp;config,
414                                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;baseType)</pre>
415<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">BeanProperty</a></code></strong></div>
416<div class="block">Helper method used to look up format settings applicable to this property,
417 considering both possible per-type configuration settings</div>
418<dl>
419<dt><strong>Specified by:</strong></dt>
420<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findPropertyFormat(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">findPropertyFormat</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
421</dl>
422</li>
423</ul>
424<a name="findPropertyInclusion(com.fasterxml.jackson.databind.cfg.MapperConfig, java.lang.Class)">
425<!--   -->
426</a>
427<ul class="blockListLast">
428<li class="blockList">
429<h4>findPropertyInclusion</h4>
430<pre>public&nbsp;<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a>&nbsp;findPropertyInclusion(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;?&gt;&nbsp;config,
431                                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;baseType)</pre>
432<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findPropertyInclusion(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">BeanProperty</a></code></strong></div>
433<div class="block">Convenience method that is roughly equivalent to
434<pre>
435   return config.getAnnotationIntrospector().findPropertyInclusion(getMember());
436</pre>
437 but also considers global default settings for inclusion</div>
438<dl>
439<dt><strong>Specified by:</strong></dt>
440<dd><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html#findPropertyInclusion(com.fasterxml.jackson.databind.cfg.MapperConfig,%20java.lang.Class)">findPropertyInclusion</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a></code></dd>
441</dl>
442</li>
443</ul>
444</li>
445</ul>
446</li>
447</ul>
448</div>
449</div>
450<!-- ========= END OF CLASS DATA ========= -->
451<!-- ======= START OF BOTTOM NAVBAR ====== -->
452<div class="bottomNav"><a name="navbar_bottom">
453<!--   -->
454</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
455<!--   -->
456</a>
457<ul class="navList" title="Navigation">
458<li><a href="../../../../../overview-summary.html">Overview</a></li>
459<li><a href="package-summary.html">Package</a></li>
460<li class="navBarCell1Rev">Class</li>
461<li><a href="class-use/ConcreteBeanPropertyBase.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/databind/introspect/ClassIntrospector.MixInResolver.html" title="interface in com.fasterxml.jackson.databind.introspect"><span class="strong">Prev Class</span></a></li>
471<li><a href="../../../../../com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect"><span class="strong">Next Class</span></a></li>
472</ul>
473<ul class="navList">
474<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/introspect/ConcreteBeanPropertyBase.html" target="_top">Frames</a></li>
475<li><a href="ConcreteBeanPropertyBase.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:&nbsp;</li>
495<li>Nested&nbsp;|&nbsp;</li>
496<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
497<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
498<li><a href="#method_summary">Method</a></li>
499</ul>
500<ul class="subNavList">
501<li>Detail:&nbsp;</li>
502<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
503<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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 &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
512</body>
513</html>
514