1*2bf66424SCole Faust<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2*2bf66424SCole Faust<!-- NewPage --> 3*2bf66424SCole Faust<html lang="en"> 4*2bf66424SCole Faust<head> 5*2bf66424SCole Faust<!-- Generated by javadoc (version 1.7.0_25) on Wed Nov 13 20:23:19 PST 2013 --> 6*2bf66424SCole Faust<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7*2bf66424SCole Faust<title>Index (Jackson-annotations 2.3.0 API)</title> 8*2bf66424SCole Faust<meta name="date" content="2013-11-13"> 9*2bf66424SCole Faust<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style"> 10*2bf66424SCole Faust</head> 11*2bf66424SCole Faust<body> 12*2bf66424SCole Faust<script type="text/javascript"><!-- 13*2bf66424SCole Faust if (location.href.indexOf('is-external=true') == -1) { 14*2bf66424SCole Faust parent.document.title="Index (Jackson-annotations 2.3.0 API)"; 15*2bf66424SCole Faust } 16*2bf66424SCole Faust//--> 17*2bf66424SCole Faust</script> 18*2bf66424SCole Faust<noscript> 19*2bf66424SCole Faust<div>JavaScript is disabled on your browser.</div> 20*2bf66424SCole Faust</noscript> 21*2bf66424SCole Faust<!-- ========= START OF TOP NAVBAR ======= --> 22*2bf66424SCole Faust<div class="topNav"><a name="navbar_top"> 23*2bf66424SCole Faust<!-- --> 24*2bf66424SCole Faust</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25*2bf66424SCole Faust<!-- --> 26*2bf66424SCole Faust</a> 27*2bf66424SCole Faust<ul class="navList" title="Navigation"> 28*2bf66424SCole Faust<li><a href="./com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 29*2bf66424SCole Faust<li>Class</li> 30*2bf66424SCole Faust<li>Use</li> 31*2bf66424SCole Faust<li><a href="./com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> 32*2bf66424SCole Faust<li><a href="./deprecated-list.html">Deprecated</a></li> 33*2bf66424SCole Faust<li class="navBarCell1Rev">Index</li> 34*2bf66424SCole Faust<li><a href="./help-doc.html">Help</a></li> 35*2bf66424SCole Faust</ul> 36*2bf66424SCole Faust</div> 37*2bf66424SCole Faust<div class="subNav"> 38*2bf66424SCole Faust<ul class="navList"> 39*2bf66424SCole Faust<li>Prev</li> 40*2bf66424SCole Faust<li>Next</li> 41*2bf66424SCole Faust</ul> 42*2bf66424SCole Faust<ul class="navList"> 43*2bf66424SCole Faust<li><a href="./index.html?index-all.html" target="_top">Frames</a></li> 44*2bf66424SCole Faust<li><a href="index-all.html" target="_top">No Frames</a></li> 45*2bf66424SCole Faust</ul> 46*2bf66424SCole Faust<ul class="navList" id="allclasses_navbar_top"> 47*2bf66424SCole Faust<li><a href="./allclasses-noframe.html">All Classes</a></li> 48*2bf66424SCole Faust</ul> 49*2bf66424SCole Faust<div> 50*2bf66424SCole Faust<script type="text/javascript"><!-- 51*2bf66424SCole Faust allClassesLink = document.getElementById("allclasses_navbar_top"); 52*2bf66424SCole Faust if(window==top) { 53*2bf66424SCole Faust allClassesLink.style.display = "block"; 54*2bf66424SCole Faust } 55*2bf66424SCole Faust else { 56*2bf66424SCole Faust allClassesLink.style.display = "none"; 57*2bf66424SCole Faust } 58*2bf66424SCole Faust //--> 59*2bf66424SCole Faust</script> 60*2bf66424SCole Faust</div> 61*2bf66424SCole Faust<a name="skip-navbar_top"> 62*2bf66424SCole Faust<!-- --> 63*2bf66424SCole Faust</a></div> 64*2bf66424SCole Faust<!-- ========= END OF TOP NAVBAR ========= --> 65*2bf66424SCole Faust<div class="contentContainer"><a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_S_">S</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#___">_</a> <a name="_C_"> 66*2bf66424SCole Faust<!-- --> 67*2bf66424SCole Faust</a> 68*2bf66424SCole Faust<h2 class="title">C</h2> 69*2bf66424SCole Faust<dl> 70*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)">canUseFor(ObjectIdGenerator<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 71*2bf66424SCole Faust<dd> 72*2bf66424SCole Faust<div class="block">Method called to check whether this generator instance can 73*2bf66424SCole Faust be used for Object Ids of specific generator type and 74*2bf66424SCole Faust scope; determination is based by passing a configured 75*2bf66424SCole Faust "blueprint" (prototype) instance; from which the actual 76*2bf66424SCole Faust instances are created (using <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)"><code>ObjectIdGenerator.newForSerialization(java.lang.Object)</code></a>).</div> 77*2bf66424SCole Faust</dd> 78*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)">canUseFor(ObjectIdGenerator<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 79*2bf66424SCole Faust<dd> 80*2bf66424SCole Faust<div class="block">Since UUIDs are always unique, let's fully ignore scope definition</div> 81*2bf66424SCole Faust</dd> 82*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> - package com.fasterxml.jackson.annotation</dt> 83*2bf66424SCole Faust<dd> 84*2bf66424SCole Faust<div class="block">Public core annotations, most of which are used to configure how 85*2bf66424SCole Faust Data Mapping/Binding works.</div> 86*2bf66424SCole Faust</dd> 87*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#creatorEnabled()">creatorEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 88*2bf66424SCole Faust<dd> </dd> 89*2bf66424SCole Faust</dl> 90*2bf66424SCole Faust<a name="_D_"> 91*2bf66424SCole Faust<!-- --> 92*2bf66424SCole Faust</a> 93*2bf66424SCole Faust<h2 class="title">D</h2> 94*2bf66424SCole Faust<dl> 95*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_LOCALE">DEFAULT_LOCALE</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></dt> 96*2bf66424SCole Faust<dd> 97*2bf66424SCole Faust<div class="block">Value that indicates that default <a href="http://download.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a> 98*2bf66424SCole Faust (from deserialization or serialization context) should be used: 99*2bf66424SCole Faust annotation does not define value to use.</div> 100*2bf66424SCole Faust</dd> 101*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_TIMEZONE">DEFAULT_TIMEZONE</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></dt> 102*2bf66424SCole Faust<dd> 103*2bf66424SCole Faust<div class="block">Value that indicates that default <a href="http://download.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> 104*2bf66424SCole Faust (from deserialization or serialization context) should be used: 105*2bf66424SCole Faust annotation does not define value to use.</div> 106*2bf66424SCole Faust</dd> 107*2bf66424SCole Faust</dl> 108*2bf66424SCole Faust<a name="_E_"> 109*2bf66424SCole Faust<!-- --> 110*2bf66424SCole Faust</a> 111*2bf66424SCole Faust<h2 class="title">E</h2> 112*2bf66424SCole Faust<dl> 113*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 114*2bf66424SCole Faust<dd> </dd> 115*2bf66424SCole Faust</dl> 116*2bf66424SCole Faust<a name="_F_"> 117*2bf66424SCole Faust<!-- --> 118*2bf66424SCole Faust</a> 119*2bf66424SCole Faust<h2 class="title">F</h2> 120*2bf66424SCole Faust<dl> 121*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#fieldEnabled()">fieldEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 122*2bf66424SCole Faust<dd> </dd> 123*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 124*2bf66424SCole Faust<dd> 125*2bf66424SCole Faust<div class="block">Factory method to create a blueprint instance for specified 126*2bf66424SCole Faust scope.</div> 127*2bf66424SCole Faust</dd> 128*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 129*2bf66424SCole Faust<dd> </dd> 130*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 131*2bf66424SCole Faust<dd> 132*2bf66424SCole Faust<div class="block">Can just return base instance since this is essentially scopeless</div> 133*2bf66424SCole Faust</dd> 134*2bf66424SCole Faust</dl> 135*2bf66424SCole Faust<a name="_G_"> 136*2bf66424SCole Faust<!-- --> 137*2bf66424SCole Faust</a> 138*2bf66424SCole Faust<h2 class="title">G</h2> 139*2bf66424SCole Faust<dl> 140*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 141*2bf66424SCole Faust<dd> 142*2bf66424SCole Faust<div class="block">Method used for generating a new Object Identifier to serialize 143*2bf66424SCole Faust for given POJO.</div> 144*2bf66424SCole Faust</dd> 145*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 146*2bf66424SCole Faust<dd> </dd> 147*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 148*2bf66424SCole Faust<dd> </dd> 149*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#getDefaultPropertyName()">getDefaultPropertyName()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 150*2bf66424SCole Faust<dd> </dd> 151*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getLocale()">getLocale()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 152*2bf66424SCole Faust<dd> </dd> 153*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getPattern()">getPattern()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 154*2bf66424SCole Faust<dd> </dd> 155*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#getScope()">getScope()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 156*2bf66424SCole Faust<dd> </dd> 157*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getShape()">getShape()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 158*2bf66424SCole Faust<dd> </dd> 159*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#getterEnabled()">getterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 160*2bf66424SCole Faust<dd> </dd> 161*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getTimeZone()">getTimeZone()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 162*2bf66424SCole Faust<dd> </dd> 163*2bf66424SCole Faust</dl> 164*2bf66424SCole Faust<a name="_H_"> 165*2bf66424SCole Faust<!-- --> 166*2bf66424SCole Faust</a> 167*2bf66424SCole Faust<h2 class="title">H</h2> 168*2bf66424SCole Faust<dl> 169*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#hashCode()">hashCode()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 170*2bf66424SCole Faust<dd> </dd> 171*2bf66424SCole Faust</dl> 172*2bf66424SCole Faust<a name="_I_"> 173*2bf66424SCole Faust<!-- --> 174*2bf66424SCole Faust</a> 175*2bf66424SCole Faust<h2 class="title">I</h2> 176*2bf66424SCole Faust<dl> 177*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#initialValue()">initialValue()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 178*2bf66424SCole Faust<dd> </dd> 179*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#isGetterEnabled()">isGetterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 180*2bf66424SCole Faust<dd> </dd> 181*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isNumeric()">isNumeric()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 182*2bf66424SCole Faust<dd> </dd> 183*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isStructured()">isStructured()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 184*2bf66424SCole Faust<dd> </dd> 185*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#isVisible(java.lang.reflect.Member)">isVisible(Member)</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 186*2bf66424SCole Faust<dd> </dd> 187*2bf66424SCole Faust</dl> 188*2bf66424SCole Faust<a name="_J_"> 189*2bf66424SCole Faust<!-- --> 190*2bf66424SCole Faust</a> 191*2bf66424SCole Faust<h2 class="title">J</h2> 192*2bf66424SCole Faust<dl> 193*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonAnnotation</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 194*2bf66424SCole Faust<dd> 195*2bf66424SCole Faust<div class="block">Meta-annotation (annotations used on other annotations) 196*2bf66424SCole Faust used for marking all annotations that are 197*2bf66424SCole Faust part of Jackson package.</div> 198*2bf66424SCole Faust</dd> 199*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JacksonAnnotationsInside.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonAnnotationsInside</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 200*2bf66424SCole Faust<dd> 201*2bf66424SCole Faust<div class="block">Meta-annotation (annotations used on other annotations) 202*2bf66424SCole Faust used for indicating that instead of using target annotation 203*2bf66424SCole Faust (annotation annotated with this annotation), 204*2bf66424SCole Faust Jackson should use meta-annotations it has.</div> 205*2bf66424SCole Faust</dd> 206*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonInject</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 207*2bf66424SCole Faust<dd> 208*2bf66424SCole Faust<div class="block">Jackson-specific annotation used for indicating that value of 209*2bf66424SCole Faust annotated property will be "injected", i.e.</div> 210*2bf66424SCole Faust</dd> 211*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonAnyGetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAnyGetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 212*2bf66424SCole Faust<dd> 213*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define a non-static, 214*2bf66424SCole Faust no-argument method or member field as something of a reverse of 215*2bf66424SCole Faust <a href="./com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAnySetter</code></a> method; basically being used like a 216*2bf66424SCole Faust getter but such that contents of the returned Map (type <b>must</b> be 217*2bf66424SCole Faust <a href="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>) are serialized as if they were actual properties 218*2bf66424SCole Faust of the bean that contains method/field with this annotations.</div> 219*2bf66424SCole Faust</dd> 220*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAnySetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 221*2bf66424SCole Faust<dd> 222*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define a non-static, 223*2bf66424SCole Faust two-argument method (first argument name of property, second value 224*2bf66424SCole Faust to set), to be used as a "fallback" handler 225*2bf66424SCole Faust for all otherwise unrecognized properties found from JSON content.</div> 226*2bf66424SCole Faust</dd> 227*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAutoDetect</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 228*2bf66424SCole Faust<dd> 229*2bf66424SCole Faust<div class="block">Class annotation that can be used to define which kinds of Methods 230*2bf66424SCole Faust are to be detected by auto-detection.</div> 231*2bf66424SCole Faust</dd> 232*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonAutoDetect.Visibility</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 233*2bf66424SCole Faust<dd> 234*2bf66424SCole Faust<div class="block">Enumeration for possible visibility thresholds (minimum visibility) 235*2bf66424SCole Faust that can be used to limit which methods (and fields) are 236*2bf66424SCole Faust auto-detected.</div> 237*2bf66424SCole Faust</dd> 238*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonBackReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonBackReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 239*2bf66424SCole Faust<dd> 240*2bf66424SCole Faust<div class="block">Annotation used to indicate that associated property is part of 241*2bf66424SCole Faust two-way linkage between fields; and that its role is "child" (or "back") link.</div> 242*2bf66424SCole Faust</dd> 243*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonCreator</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 244*2bf66424SCole Faust<dd> 245*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define constructors and factory 246*2bf66424SCole Faust methods as one to use for instantiating new instances of the associated 247*2bf66424SCole Faust class.</div> 248*2bf66424SCole Faust</dd> 249*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonFilter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonFilter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 250*2bf66424SCole Faust<dd> 251*2bf66424SCole Faust<div class="block">Annotation used to indicate which logical filter is to be used 252*2bf66424SCole Faust for filtering out properties of type (class) annotated; 253*2bf66424SCole Faust association made by this annotation declaring ids of filters, 254*2bf66424SCole Faust and <code>com.fasterxml.jackson.databind.ObjectMapper</code> (or objects 255*2bf66424SCole Faust it delegates to) providing matching filters by id.</div> 256*2bf66424SCole Faust</dd> 257*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 258*2bf66424SCole Faust<dd> 259*2bf66424SCole Faust<div class="block">General-purpose annotation used for configuring details of how 260*2bf66424SCole Faust values of properties are to be serialized.</div> 261*2bf66424SCole Faust</dd> 262*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat.Shape</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 263*2bf66424SCole Faust<dd> 264*2bf66424SCole Faust<div class="block">Value enumeration used for indicating preferred Shape; translates 265*2bf66424SCole Faust loosely to JSON types, with some extra values to indicate less precise 266*2bf66424SCole Faust choices (i.e.</div> 267*2bf66424SCole Faust</dd> 268*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat.Value</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 269*2bf66424SCole Faust<dd> 270*2bf66424SCole Faust<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> 271*2bf66424SCole Faust annotation.</div> 272*2bf66424SCole Faust</dd> 273*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value()">JsonFormat.Value()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 274*2bf66424SCole Faust<dd> </dd> 275*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(com.fasterxml.jackson.annotation.JsonFormat)">JsonFormat.Value(JsonFormat)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 276*2bf66424SCole Faust<dd> </dd> 277*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(java.lang.String, com.fasterxml.jackson.annotation.JsonFormat.Shape, java.lang.String, java.lang.String)">JsonFormat.Value(String, JsonFormat.Shape, String, String)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 278*2bf66424SCole Faust<dd> </dd> 279*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(java.lang.String, com.fasterxml.jackson.annotation.JsonFormat.Shape, java.util.Locale, java.util.TimeZone)">JsonFormat.Value(String, JsonFormat.Shape, Locale, TimeZone)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 280*2bf66424SCole Faust<dd> </dd> 281*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonGetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonGetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 282*2bf66424SCole Faust<dd> 283*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define a non-static, 284*2bf66424SCole Faust no-argument value-returning (non-void) method to be used as a "getter" 285*2bf66424SCole Faust for a logical property.</div> 286*2bf66424SCole Faust</dd> 287*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIdentityInfo</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 288*2bf66424SCole Faust<dd> 289*2bf66424SCole Faust<div class="block">Annotation used for indicating that values of annotated type 290*2bf66424SCole Faust or property should be serializing so that instances either 291*2bf66424SCole Faust contain additional object identifier (in addition actual object 292*2bf66424SCole Faust properties), or as a reference that consists of an object id 293*2bf66424SCole Faust that refers to a full serialization.</div> 294*2bf66424SCole Faust</dd> 295*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonIdentityReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIdentityReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 296*2bf66424SCole Faust<dd> 297*2bf66424SCole Faust<div class="block">Optional annotation that can be used for customizing details of a reference 298*2bf66424SCole Faust to Objects for which "Object Identity" is enabled (see <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 299*2bf66424SCole Faust</dd> 300*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnore</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 301*2bf66424SCole Faust<dd> 302*2bf66424SCole Faust<div class="block">Marker annotation that indicates that the annotated method or field is to be 303*2bf66424SCole Faust ignored by introspection-based 304*2bf66424SCole Faust serialization and deserialization functionality.</div> 305*2bf66424SCole Faust</dd> 306*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnoreProperties</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 307*2bf66424SCole Faust<dd> 308*2bf66424SCole Faust<div class="block">Annotation that can be used to either suppress serialization of 309*2bf66424SCole Faust properties (during serialization), or ignore processing of 310*2bf66424SCole Faust JSON properties read (during deserialization).</div> 311*2bf66424SCole Faust</dd> 312*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnoreType.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnoreType</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 313*2bf66424SCole Faust<dd> 314*2bf66424SCole Faust<div class="block">Marker annotation that indicates that all properties of annotated 315*2bf66424SCole Faust type are to be ignored during serialization and deserialization.</div> 316*2bf66424SCole Faust</dd> 317*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonInclude</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 318*2bf66424SCole Faust<dd> 319*2bf66424SCole Faust<div class="block">Annotation used to indicate when value of the annotated property (when 320*2bf66424SCole Faust used for a field, method or constructor parameter), or all 321*2bf66424SCole Faust properties of the annotated class, is to be serialized.</div> 322*2bf66424SCole Faust</dd> 323*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonInclude.Include</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 324*2bf66424SCole Faust<dd> 325*2bf66424SCole Faust<div class="block">Enumeration used with <a href="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonInclude</code></a> 326*2bf66424SCole Faust to define which properties 327*2bf66424SCole Faust of Java Beans are to be included in serialization.</div> 328*2bf66424SCole Faust</dd> 329*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonManagedReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonManagedReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 330*2bf66424SCole Faust<dd> 331*2bf66424SCole Faust<div class="block">Annotation used to indicate that annotated property is part of 332*2bf66424SCole Faust two-way linkage between fields; and that its role is "parent" (or "forward") link.</div> 333*2bf66424SCole Faust</dd> 334*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonProperty</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 335*2bf66424SCole Faust<dd> 336*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define a non-static 337*2bf66424SCole Faust method as a "setter" or "getter" for a logical property 338*2bf66424SCole Faust (depending on its signature), 339*2bf66424SCole Faust or non-static object field to be used (serialized, deserialized) as 340*2bf66424SCole Faust a logical property.</div> 341*2bf66424SCole Faust</dd> 342*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonPropertyDescription.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonPropertyDescription</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 343*2bf66424SCole Faust<dd> 344*2bf66424SCole Faust<div class="block">Annotaion used to define a human readable description for a logical 345*2bf66424SCole Faust property.</div> 346*2bf66424SCole Faust</dd> 347*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonPropertyOrder.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonPropertyOrder</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 348*2bf66424SCole Faust<dd> 349*2bf66424SCole Faust<div class="block">Annotation that can be used to define ordering (possibly partial) to use 350*2bf66424SCole Faust when serializing object properties.</div> 351*2bf66424SCole Faust</dd> 352*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonRawValue.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonRawValue</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 353*2bf66424SCole Faust<dd> 354*2bf66424SCole Faust<div class="block">Marker annotation that indicates that the annotated method 355*2bf66424SCole Faust or field should be serialized by including literal String value 356*2bf66424SCole Faust of the property as is, without quoting of characters.</div> 357*2bf66424SCole Faust</dd> 358*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonRootName.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonRootName</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 359*2bf66424SCole Faust<dd> 360*2bf66424SCole Faust<div class="block">Annotation similar to <a href="http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRootElement.html?is-external=true" title="class or interface in javax.xml.bind.annotation"><code>XmlRootElement</code></a>, 361*2bf66424SCole Faust used to indicate name to use for root-level wrapping, if wrapping is 362*2bf66424SCole Faust enabled.</div> 363*2bf66424SCole Faust</dd> 364*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 365*2bf66424SCole Faust<dd> 366*2bf66424SCole Faust<div class="block">Marker annotation that can be used to define a non-static, 367*2bf66424SCole Faust single-argument method to be used as a "setter" for a logical property 368*2bf66424SCole Faust as an alternative to recommended 369*2bf66424SCole Faust <a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonProperty</code></a> annotation (which was introduced in version 1.1).</div> 370*2bf66424SCole Faust</dd> 371*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonSubTypes.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSubTypes</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 372*2bf66424SCole Faust<dd> 373*2bf66424SCole Faust<div class="block">Annotation used with <a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonTypeInfo</code></a> to indicate sub types of serializable 374*2bf66424SCole Faust polymorphic types, and to associate logical names used within JSON content 375*2bf66424SCole Faust (which is more portable than using physical Java class names).</div> 376*2bf66424SCole Faust</dd> 377*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonSubTypes.Type.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSubTypes.Type</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 378*2bf66424SCole Faust<dd> 379*2bf66424SCole Faust<div class="block">Definition of a subtype, along with optional name.</div> 380*2bf66424SCole Faust</dd> 381*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeId.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeId</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 382*2bf66424SCole Faust<dd> 383*2bf66424SCole Faust<div class="block">Marker annotation that can be used on a property accessor 384*2bf66424SCole Faust (field, getter or setter, constructor parameter) to indicate that 385*2bf66424SCole Faust the property is to contain type id to use when including 386*2bf66424SCole Faust polymorphic type information.</div> 387*2bf66424SCole Faust</dd> 388*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 389*2bf66424SCole Faust<dd> 390*2bf66424SCole Faust<div class="block">Annotation used for configuring details of if and how type information is 391*2bf66424SCole Faust used with JSON serialization and deserialization, to preserve information 392*2bf66424SCole Faust about actual class of Object instances.</div> 393*2bf66424SCole Faust</dd> 394*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.As</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 395*2bf66424SCole Faust<dd> 396*2bf66424SCole Faust<div class="block">Definition of standard type inclusion mechanisms for type metadata.</div> 397*2bf66424SCole Faust</dd> 398*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.Id</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 399*2bf66424SCole Faust<dd> 400*2bf66424SCole Faust<div class="block">Definition of different type identifiers that can be included in JSON 401*2bf66424SCole Faust during serialization, and used for deserialization.</div> 402*2bf66424SCole Faust</dd> 403*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.None</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 404*2bf66424SCole Faust<dd> 405*2bf66424SCole Faust<div class="block">This marker class that is only to be used with <code>defaultImpl</code> 406*2bf66424SCole Faust annotation property, to indicate that there is no default implementation 407*2bf66424SCole Faust specified.</div> 408*2bf66424SCole Faust</dd> 409*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html#JsonTypeInfo.None()">JsonTypeInfo.None()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation">JsonTypeInfo.None</a></dt> 410*2bf66424SCole Faust<dd> </dd> 411*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeName.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeName</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 412*2bf66424SCole Faust<dd> 413*2bf66424SCole Faust<div class="block">Annotation used for binding logical name that the annotated class 414*2bf66424SCole Faust has.</div> 415*2bf66424SCole Faust</dd> 416*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonUnwrapped</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 417*2bf66424SCole Faust<dd> 418*2bf66424SCole Faust<div class="block">Annotation used to indicate that a property should be serialized 419*2bf66424SCole Faust "unwrapped"; that is, if it would be serialized as JSON Object, its 420*2bf66424SCole Faust properties are instead included as properties of its containing 421*2bf66424SCole Faust Object.</div> 422*2bf66424SCole Faust</dd> 423*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonValue.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonValue</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 424*2bf66424SCole Faust<dd> 425*2bf66424SCole Faust<div class="block">Marker annotation similar to 426*2bf66424SCole Faust <a href="http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlValue.html?is-external=true" title="class or interface in javax.xml.bind.annotation"><code>XmlValue</code></a> 427*2bf66424SCole Faust that indicates that results of the annotated "getter" method 428*2bf66424SCole Faust (which means signature must be that of getters; non-void return 429*2bf66424SCole Faust type, no args) is to be used as the single value to serialize 430*2bf66424SCole Faust for the instance.</div> 431*2bf66424SCole Faust</dd> 432*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/JsonView.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonView</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 433*2bf66424SCole Faust<dd> 434*2bf66424SCole Faust<div class="block">Annotation used for indicating view(s) that the property 435*2bf66424SCole Faust that is defined by method or field annotated is part of.</div> 436*2bf66424SCole Faust</dd> 437*2bf66424SCole Faust</dl> 438*2bf66424SCole Faust<a name="_K_"> 439*2bf66424SCole Faust<!-- --> 440*2bf66424SCole Faust</a> 441*2bf66424SCole Faust<h2 class="title">K</h2> 442*2bf66424SCole Faust<dl> 443*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 444*2bf66424SCole Faust<dd> 445*2bf66424SCole Faust<div class="block">Method for constructing key to use for ObjectId-to-POJO maps.</div> 446*2bf66424SCole Faust</dd> 447*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 448*2bf66424SCole Faust<dd> </dd> 449*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 450*2bf66424SCole Faust<dd> </dd> 451*2bf66424SCole Faust</dl> 452*2bf66424SCole Faust<a name="_N_"> 453*2bf66424SCole Faust<!-- --> 454*2bf66424SCole Faust</a> 455*2bf66424SCole Faust<h2 class="title">N</h2> 456*2bf66424SCole Faust<dl> 457*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 458*2bf66424SCole Faust<dd> 459*2bf66424SCole Faust<div class="block">Factory method called to create a new instance to use for 460*2bf66424SCole Faust serialization: needed since generators may have state 461*2bf66424SCole Faust (next id to produce).</div> 462*2bf66424SCole Faust</dd> 463*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 464*2bf66424SCole Faust<dd> </dd> 465*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 466*2bf66424SCole Faust<dd> 467*2bf66424SCole Faust<div class="block">Can just return base instance since this is essentially scopeless</div> 468*2bf66424SCole Faust</dd> 469*2bf66424SCole Faust</dl> 470*2bf66424SCole Faust<a name="_O_"> 471*2bf66424SCole Faust<!-- --> 472*2bf66424SCole Faust</a> 473*2bf66424SCole Faust<h2 class="title">O</h2> 474*2bf66424SCole Faust<dl> 475*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerator</span></a><<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="type parameter in ObjectIdGenerator">T</a>> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 476*2bf66424SCole Faust<dd> 477*2bf66424SCole Faust<div class="block">Definition of API used for constructing Object Identifiers 478*2bf66424SCole Faust (as annotated using <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 479*2bf66424SCole Faust</dd> 480*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#ObjectIdGenerator()">ObjectIdGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 481*2bf66424SCole Faust<dd> </dd> 482*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerator.IdKey</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 483*2bf66424SCole Faust<dd> 484*2bf66424SCole Faust<div class="block">Simple key class that can be used as a key for 485*2bf66424SCole Faust ObjectId-to-POJO mappings, when multiple ObjectId types 486*2bf66424SCole Faust and scopes are used.</div> 487*2bf66424SCole Faust</dd> 488*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#ObjectIdGenerator.IdKey(java.lang.Class, java.lang.Class, java.lang.Object)">ObjectIdGenerator.IdKey(Class<?>, Class<?>, Object)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 489*2bf66424SCole Faust<dd> </dd> 490*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 491*2bf66424SCole Faust<dd> 492*2bf66424SCole Faust<div class="block">Container class for standard <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><code>ObjectIdGenerator</code></a> implementations.</div> 493*2bf66424SCole Faust</dd> 494*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html#ObjectIdGenerators()">ObjectIdGenerators()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators</a></dt> 495*2bf66424SCole Faust<dd> </dd> 496*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.IntSequenceGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 497*2bf66424SCole Faust<dd> 498*2bf66424SCole Faust<div class="block">Simple sequence-number based generator, which uses basic Java 499*2bf66424SCole Faust <code>int</code>s (starting with value 1) as Object Identifiers.</div> 500*2bf66424SCole Faust</dd> 501*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator()">ObjectIdGenerators.IntSequenceGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 502*2bf66424SCole Faust<dd> </dd> 503*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator(java.lang.Class, int)">ObjectIdGenerators.IntSequenceGenerator(Class<?>, int)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 504*2bf66424SCole Faust<dd> </dd> 505*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.None</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 506*2bf66424SCole Faust<dd> 507*2bf66424SCole Faust<div class="block">Abstract marker class used to allow explicitly specifying 508*2bf66424SCole Faust that no generator is used; which also implies that no 509*2bf66424SCole Faust Object Id is to be included or used.</div> 510*2bf66424SCole Faust</dd> 511*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html#ObjectIdGenerators.None()">ObjectIdGenerators.None()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.None</a></dt> 512*2bf66424SCole Faust<dd> </dd> 513*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.PropertyGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 514*2bf66424SCole Faust<dd> 515*2bf66424SCole Faust<div class="block">Abstract place-holder class which is used to denote case 516*2bf66424SCole Faust where Object Identifier to use comes from a POJO property 517*2bf66424SCole Faust (getter method or field).</div> 518*2bf66424SCole Faust</dd> 519*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html#ObjectIdGenerators.PropertyGenerator(java.lang.Class)">ObjectIdGenerators.PropertyGenerator(Class<?>)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.PropertyGenerator</a></dt> 520*2bf66424SCole Faust<dd> </dd> 521*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.UUIDGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 522*2bf66424SCole Faust<dd> 523*2bf66424SCole Faust<div class="block">Implementation that just uses <a href="http://download.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a>s as reliably 524*2bf66424SCole Faust unique identifiers: downside is that resulting String is 525*2bf66424SCole Faust 36 characters long.</div> 526*2bf66424SCole Faust</dd> 527*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#ObjectIdGenerators.UUIDGenerator()">ObjectIdGenerators.UUIDGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 528*2bf66424SCole Faust<dd> </dd> 529*2bf66424SCole Faust</dl> 530*2bf66424SCole Faust<a name="_P_"> 531*2bf66424SCole Faust<!-- --> 532*2bf66424SCole Faust</a> 533*2bf66424SCole Faust<h2 class="title">P</h2> 534*2bf66424SCole Faust<dl> 535*2bf66424SCole Faust<dt><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">PropertyAccessor</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 536*2bf66424SCole Faust<dd> 537*2bf66424SCole Faust<div class="block">Enumeration used to define kinds of elements (called "property accessors") 538*2bf66424SCole Faust that annotations like <a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAutoDetect</code></a> apply to.</div> 539*2bf66424SCole Faust</dd> 540*2bf66424SCole Faust</dl> 541*2bf66424SCole Faust<a name="_S_"> 542*2bf66424SCole Faust<!-- --> 543*2bf66424SCole Faust</a> 544*2bf66424SCole Faust<h2 class="title">S</h2> 545*2bf66424SCole Faust<dl> 546*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#setterEnabled()">setterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 547*2bf66424SCole Faust<dd> </dd> 548*2bf66424SCole Faust</dl> 549*2bf66424SCole Faust<a name="_U_"> 550*2bf66424SCole Faust<!-- --> 551*2bf66424SCole Faust</a> 552*2bf66424SCole Faust<h2 class="title">U</h2> 553*2bf66424SCole Faust<dl> 554*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonProperty.html#USE_DEFAULT_NAME">USE_DEFAULT_NAME</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation">JsonProperty</a></dt> 555*2bf66424SCole Faust<dd> 556*2bf66424SCole Faust<div class="block">Special value that indicates that handlers should use the default 557*2bf66424SCole Faust name (derived from method or field name) for property.</div> 558*2bf66424SCole Faust</dd> 559*2bf66424SCole Faust</dl> 560*2bf66424SCole Faust<a name="_V_"> 561*2bf66424SCole Faust<!-- --> 562*2bf66424SCole Faust</a> 563*2bf66424SCole Faust<h2 class="title">V</h2> 564*2bf66424SCole Faust<dl> 565*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 566*2bf66424SCole Faust<dd> 567*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 568*2bf66424SCole Faust</dd> 569*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 570*2bf66424SCole Faust<dd> 571*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 572*2bf66424SCole Faust</dd> 573*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a></dt> 574*2bf66424SCole Faust<dd> 575*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 576*2bf66424SCole Faust</dd> 577*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.As</a></dt> 578*2bf66424SCole Faust<dd> 579*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 580*2bf66424SCole Faust</dd> 581*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 582*2bf66424SCole Faust<dd> 583*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 584*2bf66424SCole Faust</dd> 585*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 586*2bf66424SCole Faust<dd> 587*2bf66424SCole Faust<div class="block">Returns the enum constant of this type with the specified name.</div> 588*2bf66424SCole Faust</dd> 589*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 590*2bf66424SCole Faust<dd> 591*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 592*2bf66424SCole Faustthe order they are declared.</div> 593*2bf66424SCole Faust</dd> 594*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 595*2bf66424SCole Faust<dd> 596*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 597*2bf66424SCole Faustthe order they are declared.</div> 598*2bf66424SCole Faust</dd> 599*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a></dt> 600*2bf66424SCole Faust<dd> 601*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 602*2bf66424SCole Faustthe order they are declared.</div> 603*2bf66424SCole Faust</dd> 604*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.As</a></dt> 605*2bf66424SCole Faust<dd> 606*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 607*2bf66424SCole Faustthe order they are declared.</div> 608*2bf66424SCole Faust</dd> 609*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 610*2bf66424SCole Faust<dd> 611*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 612*2bf66424SCole Faustthe order they are declared.</div> 613*2bf66424SCole Faust</dd> 614*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 615*2bf66424SCole Faust<dd> 616*2bf66424SCole Faust<div class="block">Returns an array containing the constants of this enum type, in 617*2bf66424SCole Faustthe order they are declared.</div> 618*2bf66424SCole Faust</dd> 619*2bf66424SCole Faust</dl> 620*2bf66424SCole Faust<a name="_W_"> 621*2bf66424SCole Faust<!-- --> 622*2bf66424SCole Faust</a> 623*2bf66424SCole Faust<h2 class="title">W</h2> 624*2bf66424SCole Faust<dl> 625*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withLocale(java.util.Locale)">withLocale(Locale)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 626*2bf66424SCole Faust<dd> </dd> 627*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withPattern(java.lang.String)">withPattern(String)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 628*2bf66424SCole Faust<dd> </dd> 629*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape)">withShape(JsonFormat.Shape)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 630*2bf66424SCole Faust<dd> </dd> 631*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withTimeZone(java.util.TimeZone)">withTimeZone(TimeZone)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 632*2bf66424SCole Faust<dd> </dd> 633*2bf66424SCole Faust</dl> 634*2bf66424SCole Faust<a name="___"> 635*2bf66424SCole Faust<!-- --> 636*2bf66424SCole Faust</a> 637*2bf66424SCole Faust<h2 class="title">_</h2> 638*2bf66424SCole Faust<dl> 639*2bf66424SCole Faust<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#_nextValue">_nextValue</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 640*2bf66424SCole Faust<dd> </dd> 641*2bf66424SCole Faust</dl> 642*2bf66424SCole Faust<a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_S_">S</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#___">_</a> </div> 643*2bf66424SCole Faust<!-- ======= START OF BOTTOM NAVBAR ====== --> 644*2bf66424SCole Faust<div class="bottomNav"><a name="navbar_bottom"> 645*2bf66424SCole Faust<!-- --> 646*2bf66424SCole Faust</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 647*2bf66424SCole Faust<!-- --> 648*2bf66424SCole Faust</a> 649*2bf66424SCole Faust<ul class="navList" title="Navigation"> 650*2bf66424SCole Faust<li><a href="./com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 651*2bf66424SCole Faust<li>Class</li> 652*2bf66424SCole Faust<li>Use</li> 653*2bf66424SCole Faust<li><a href="./com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> 654*2bf66424SCole Faust<li><a href="./deprecated-list.html">Deprecated</a></li> 655*2bf66424SCole Faust<li class="navBarCell1Rev">Index</li> 656*2bf66424SCole Faust<li><a href="./help-doc.html">Help</a></li> 657*2bf66424SCole Faust</ul> 658*2bf66424SCole Faust</div> 659*2bf66424SCole Faust<div class="subNav"> 660*2bf66424SCole Faust<ul class="navList"> 661*2bf66424SCole Faust<li>Prev</li> 662*2bf66424SCole Faust<li>Next</li> 663*2bf66424SCole Faust</ul> 664*2bf66424SCole Faust<ul class="navList"> 665*2bf66424SCole Faust<li><a href="./index.html?index-all.html" target="_top">Frames</a></li> 666*2bf66424SCole Faust<li><a href="index-all.html" target="_top">No Frames</a></li> 667*2bf66424SCole Faust</ul> 668*2bf66424SCole Faust<ul class="navList" id="allclasses_navbar_bottom"> 669*2bf66424SCole Faust<li><a href="./allclasses-noframe.html">All Classes</a></li> 670*2bf66424SCole Faust</ul> 671*2bf66424SCole Faust<div> 672*2bf66424SCole Faust<script type="text/javascript"><!-- 673*2bf66424SCole Faust allClassesLink = document.getElementById("allclasses_navbar_bottom"); 674*2bf66424SCole Faust if(window==top) { 675*2bf66424SCole Faust allClassesLink.style.display = "block"; 676*2bf66424SCole Faust } 677*2bf66424SCole Faust else { 678*2bf66424SCole Faust allClassesLink.style.display = "none"; 679*2bf66424SCole Faust } 680*2bf66424SCole Faust //--> 681*2bf66424SCole Faust</script> 682*2bf66424SCole Faust</div> 683*2bf66424SCole Faust<a name="skip-navbar_bottom"> 684*2bf66424SCole Faust<!-- --> 685*2bf66424SCole Faust</a></div> 686*2bf66424SCole Faust<!-- ======== END OF BOTTOM NAVBAR ======= --> 687*2bf66424SCole Faust<p class="legalCopy"><small>Copyright © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 688*2bf66424SCole Faust</body> 689*2bf66424SCole Faust</html> 690