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 Tue Jan 23 20:10:07 PST 2018 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>Uses of Interface com.fasterxml.jackson.annotation.JacksonAnnotationValue (Jackson-annotations 2.9.0 API)</title> 8<meta name="date" content="2018-01-23"> 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 Interface com.fasterxml.jackson.annotation.JacksonAnnotationValue (Jackson-annotations 2.9.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="../../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 29<li><a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotationValue.html" title="interface in com.fasterxml.jackson.annotation">Class</a></li> 30<li class="navBarCell1Rev">Use</li> 31<li><a href="../package-tree.html">Tree</a></li> 32<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../../index-all.html">Index</a></li> 34<li><a href="../../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li>Prev</li> 40<li>Next</li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/JacksonAnnotationValue.html" target="_top">Frames</a></li> 44<li><a href="JacksonAnnotationValue.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<a name="skip-navbar_top"> 62<!-- --> 63</a></div> 64<!-- ========= END OF TOP NAVBAR ========= --> 65<div class="header"> 66<h2 title="Uses of Interface com.fasterxml.jackson.annotation.JacksonAnnotationValue" class="title">Uses of Interface<br>com.fasterxml.jackson.annotation.JacksonAnnotationValue</h2> 67</div> 68<div class="classUseContainer"> 69<ul class="blockList"> 70<li class="blockList"> 71<ul class="blockList"> 72<li class="blockList"><a name="com.fasterxml.jackson.annotation"> 73<!-- --> 74</a> 75<h3>Uses of <a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotationValue.html" title="interface in com.fasterxml.jackson.annotation">JacksonAnnotationValue</a> in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></h3> 76<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 77<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> that implement <a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotationValue.html" title="interface in com.fasterxml.jackson.annotation">JacksonAnnotationValue</a></span><span class="tabEnd"> </span></caption> 78<tr> 79<th class="colFirst" scope="col">Modifier and Type</th> 80<th class="colLast" scope="col">Class and Description</th> 81</tr> 82<tbody> 83<tr class="altColor"> 84<td class="colFirst"><code>static class </code></td> 85<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JacksonInject.Value.html" title="class in com.fasterxml.jackson.annotation">JacksonInject.Value</a></strong></code> 86<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><code>JacksonInject</code></a> 87 annotation, as well as to provide possible overrides from non-annotation sources.</div> 88</td> 89</tr> 90<tr class="rowColor"> 91<td class="colFirst"><code>static class </code></td> 92<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonAutoDetect.Value.html" title="class in com.fasterxml.jackson.annotation">JsonAutoDetect.Value</a></strong></code> 93<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIgnoreProperties</code></a> 94 annotation, as well as to provide possible overrides from non-annotation sources.</div> 95</td> 96</tr> 97<tr class="altColor"> 98<td class="colFirst"><code>static class </code></td> 99<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></strong></code> 100<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonFormat</code></a> 101 annotation.</div> 102</td> 103</tr> 104<tr class="rowColor"> 105<td class="colFirst"><code>static class </code></td> 106<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnoreProperties.Value.html" title="class in com.fasterxml.jackson.annotation">JsonIgnoreProperties.Value</a></strong></code> 107<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIgnoreProperties</code></a> 108 annotation, as well as to provide possible overrides from non-annotation sources.</div> 109</td> 110</tr> 111<tr class="altColor"> 112<td class="colFirst"><code>static class </code></td> 113<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonInclude.Value.html" title="class in com.fasterxml.jackson.annotation">JsonInclude.Value</a></strong></code> 114<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonInclude</code></a> 115 annotation.</div> 116</td> 117</tr> 118<tr class="rowColor"> 119<td class="colFirst"><code>static class </code></td> 120<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></strong></code> 121<div class="block">Helper class used to contain information from a single <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonSetter</code></a> 122 annotation, as well as to provide possible overrides from non-annotation sources.</div> 123</td> 124</tr> 125</tbody> 126</table> 127</li> 128</ul> 129</li> 130</ul> 131</div> 132<!-- ======= START OF BOTTOM NAVBAR ====== --> 133<div class="bottomNav"><a name="navbar_bottom"> 134<!-- --> 135</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 136<!-- --> 137</a> 138<ul class="navList" title="Navigation"> 139<li><a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 140<li><a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotationValue.html" title="interface in com.fasterxml.jackson.annotation">Class</a></li> 141<li class="navBarCell1Rev">Use</li> 142<li><a href="../package-tree.html">Tree</a></li> 143<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 144<li><a href="../../../../../index-all.html">Index</a></li> 145<li><a href="../../../../../help-doc.html">Help</a></li> 146</ul> 147</div> 148<div class="subNav"> 149<ul class="navList"> 150<li>Prev</li> 151<li>Next</li> 152</ul> 153<ul class="navList"> 154<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/JacksonAnnotationValue.html" target="_top">Frames</a></li> 155<li><a href="JacksonAnnotationValue.html" target="_top">No Frames</a></li> 156</ul> 157<ul class="navList" id="allclasses_navbar_bottom"> 158<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 159</ul> 160<div> 161<script type="text/javascript"><!-- 162 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 163 if(window==top) { 164 allClassesLink.style.display = "block"; 165 } 166 else { 167 allClassesLink.style.display = "none"; 168 } 169 //--> 170</script> 171</div> 172<a name="skip-navbar_bottom"> 173<!-- --> 174</a></div> 175<!-- ======== END OF BOTTOM NAVBAR ======= --> 176<p class="legalCopy"><small>Copyright © 2008–2018 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 177</body> 178</html> 179