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 Wed Jul 20 08:39:15 PDT 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>Uses of Class com.fasterxml.jackson.databind.BeanProperty.Std (jackson-databind 2.8.0 API)</title> 8<meta name="date" content="2016-07-20"> 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="Uses of Class com.fasterxml.jackson.databind.BeanProperty.Std (jackson-databind 2.8.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><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 31<li class="navBarCell1Rev">Use</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>Prev</li> 41<li>Next</li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/BeanProperty.Std.html" target="_top">Frames</a></li> 45<li><a href="BeanProperty.Std.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<a name="skip-navbar_top"> 63<!-- --> 64</a></div> 65<!-- ========= END OF TOP NAVBAR ========= --> 66<div class="header"> 67<h2 title="Uses of Class com.fasterxml.jackson.databind.BeanProperty.Std" class="title">Uses of Class<br>com.fasterxml.jackson.databind.BeanProperty.Std</h2> 68</div> 69<div class="classUseContainer"> 70<ul class="blockList"> 71<li class="blockList"> 72<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> 73<caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></span><span class="tabEnd"> </span></caption> 74<tr> 75<th class="colFirst" scope="col">Package</th> 76<th class="colLast" scope="col">Description</th> 77</tr> 78<tbody> 79<tr class="altColor"> 80<td class="colFirst"><a href="#com.fasterxml.jackson.databind">com.fasterxml.jackson.databind</a></td> 81<td class="colLast"> 82<div class="block">Basic data binding (mapping) functionality that 83allows for reading JSON content into Java Objects (POJOs) 84and JSON Trees (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a>), as well as 85writing Java Objects and trees as JSON.</div> 86</td> 87</tr> 88<tr class="rowColor"> 89<td class="colFirst"><a href="#com.fasterxml.jackson.databind.deser.impl">com.fasterxml.jackson.databind.deser.impl</a></td> 90<td class="colLast"> 91<div class="block">Contains those implementation classes of deserialization part of 92 data binding that are not considered part of public or semi-public 93 interfaces.</div> 94</td> 95</tr> 96</tbody> 97</table> 98</li> 99<li class="blockList"> 100<ul class="blockList"> 101<li class="blockList"><a name="com.fasterxml.jackson.databind"> 102<!-- --> 103</a> 104<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></h3> 105<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 106<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a> that return <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></span><span class="tabEnd"> </span></caption> 107<tr> 108<th class="colFirst" scope="col">Modifier and Type</th> 109<th class="colLast" scope="col">Method and Description</th> 110</tr> 111<tbody> 112<tr class="altColor"> 113<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></code></td> 114<td class="colLast"><span class="strong">BeanProperty.Std.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html#withType(com.fasterxml.jackson.databind.JavaType)">withType</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</code> </td> 115</tr> 116</tbody> 117</table> 118<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> 119<caption><span>Constructors in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a></span><span class="tabEnd"> </span></caption> 120<tr> 121<th class="colOne" scope="col">Constructor and Description</th> 122</tr> 123<tbody> 124<tr class="altColor"> 125<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html#BeanProperty.Std(com.fasterxml.jackson.databind.BeanProperty.Std,%20com.fasterxml.jackson.databind.JavaType)">BeanProperty.Std</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a> base, 126 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> newType)</code> </td> 127</tr> 128</tbody> 129</table> 130</li> 131<li class="blockList"><a name="com.fasterxml.jackson.databind.deser.impl"> 132<!-- --> 133</a> 134<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a> in <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html">com.fasterxml.jackson.databind.deser.impl</a></h3> 135<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 136<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">BeanProperty.Std</a> in <a href="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html">com.fasterxml.jackson.databind.deser.impl</a></span><span class="tabEnd"> </span></caption> 137<tr> 138<th class="colFirst" scope="col">Modifier and Type</th> 139<th class="colLast" scope="col">Class and Description</th> 140</tr> 141<tbody> 142<tr class="altColor"> 143<td class="colFirst"><code>class </code></td> 144<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/deser/impl/ValueInjector.html" title="class in com.fasterxml.jackson.databind.deser.impl">ValueInjector</a></strong></code> 145<div class="block">Class that encapsulates details of value injection that occurs before 146 deserialization of a POJO.</div> 147</td> 148</tr> 149</tbody> 150</table> 151</li> 152</ul> 153</li> 154</ul> 155</div> 156<!-- ======= START OF BOTTOM NAVBAR ====== --> 157<div class="bottomNav"><a name="navbar_bottom"> 158<!-- --> 159</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 160<!-- --> 161</a> 162<ul class="navList" title="Navigation"> 163<li><a href="../../../../../overview-summary.html">Overview</a></li> 164<li><a href="../package-summary.html">Package</a></li> 165<li><a href="../../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 166<li class="navBarCell1Rev">Use</li> 167<li><a href="../package-tree.html">Tree</a></li> 168<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 169<li><a href="../../../../../index-all.html">Index</a></li> 170<li><a href="../../../../../help-doc.html">Help</a></li> 171</ul> 172</div> 173<div class="subNav"> 174<ul class="navList"> 175<li>Prev</li> 176<li>Next</li> 177</ul> 178<ul class="navList"> 179<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/BeanProperty.Std.html" target="_top">Frames</a></li> 180<li><a href="BeanProperty.Std.html" target="_top">No Frames</a></li> 181</ul> 182<ul class="navList" id="allclasses_navbar_bottom"> 183<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 184</ul> 185<div> 186<script type="text/javascript"><!-- 187 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 188 if(window==top) { 189 allClassesLink.style.display = "block"; 190 } 191 else { 192 allClassesLink.style.display = "none"; 193 } 194 //--> 195</script> 196</div> 197<a name="skip-navbar_bottom"> 198<!-- --> 199</a></div> 200<!-- ======== END OF BOTTOM NAVBAR ======= --> 201<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 202</body> 203</html> 204