You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

488 lines
50 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Mon Mar 26 18:49:11 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Jackson-annotations 2.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Jackson-annotations 2.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/fasterxml/jackson/annotation/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<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="#_V_">V</A> <A HREF="#___">_</A> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)"><B>canUseFor(ObjectIdGenerator&lt;?&gt;)</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>Method called to check whether this generator instance can
be used for Object Ids of specific generator type and
scope; determination is based by passing a configured
"blueprint" (prototype) instance; from which the actual
instances are created (using <A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)"><CODE>ObjectIdGenerator.newForSerialization(java.lang.Object)</CODE></A>).
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)"><B>canUseFor(ObjectIdGenerator&lt;?&gt;)</B></A> -
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>
<DD>Since UUIDs are always unique, let's fully ignore scope definition
<DT><A HREF="./com/fasterxml/jackson/annotation/package-summary.html"><B>com.fasterxml.jackson.annotation</B></A> - package com.fasterxml.jackson.annotation<DD>Public core annotations, most of which are used to configure how
Data Mapping/Binding works.<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#creatorEnabled()"><B>creatorEnabled()</B></A> -
Method in enum com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_LOCALE"><B>DEFAULT_LOCALE</B></A> -
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>
<DD>Value that indicates that default <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><CODE>Locale</CODE></A>
(from deserialization or serialization context) should be used:
annotation does not define value to use.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_TIMEZONE"><B>DEFAULT_TIMEZONE</B></A> -
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>
<DD>Value that indicates that default <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><CODE>TimeZone</CODE></A>
(from deserialization or serialization context) should be used:
annotation does not define value to use.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#fieldEnabled()"><B>fieldEnabled()</B></A> -
Method in enum com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#forScope(java.lang.Class)"><B>forScope(Class&lt;?&gt;)</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>Factory method to create a blueprint instance for specified
scope.
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#forScope(java.lang.Class)"><B>forScope(Class&lt;?&gt;)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#forScope(java.lang.Class)"><B>forScope(Class&lt;?&gt;)</B></A> -
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>
<DD>Can just return base instance since this is essentially scopeless
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#generateId(java.lang.Object)"><B>generateId(Object)</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>Method used for generating a new Object Identifier to serialize
for given POJO.
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#generateId(java.lang.Object)"><B>generateId(Object)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#generateId(java.lang.Object)"><B>generateId(Object)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#getDefaultPropertyName()"><B>getDefaultPropertyName()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getLocale()"><B>getLocale()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getPattern()"><B>getPattern()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#getScope()"><B>getScope()</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getShape()"><B>getShape()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#getterEnabled()"><B>getterEnabled()</B></A> -
Method in enum com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getTimeZone()"><B>getTimeZone()</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#hashCode()"><B>hashCode()</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#initialValue()"><B>initialValue()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#isGetterEnabled()"><B>isGetterEnabled()</B></A> -
Method in enum com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isNumeric()"><B>isNumeric()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isStructured()"><B>isStructured()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#isVisible(java.lang.reflect.Member)"><B>isVisible(Member)</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonAnnotation</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Meta-annotation (annotations used on other annotations)
used for marking all annotations that are
part of Jackson package.<DT><A HREF="./com/fasterxml/jackson/annotation/JacksonAnnotationsInside.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonAnnotationsInside</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Meta-annotation (annotations used on other annotations)
used for indicating that instead of using target annotation
(annotation annotated with this annotation),
Jackson should use meta-annotations it has.<DT><A HREF="./com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonInject</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Jackson-specific annotation used for indicating that value of
annotated property will be "injected", i.e.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAnyGetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAnyGetter</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define a non-static,
no-argument method or member field as something of a reverse of
<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
getter but such that contents of the returned Map (type <b>must</b> be
<A HREF="http://docs.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
of the bean that contains method/field with this annotations.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAnySetter</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define a non-static,
single-argument method, to be used as a "fallback" handler
for all otherwise unrecognized properties found from Json content.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAutoDetect</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Class annotation that can be used to define which kinds of Methods
are to be detected by auto-detection.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonAutoDetect.Visibility</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Enumeration for possible visibility thresholds (minimum visibility)
that can be used to limit which methods (and fields) are
auto-detected.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonBackReference.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonBackReference</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used to indicate that associated property is part of
two-way linkage between fields; and that its role is "child" (or "back") link.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonCreator</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define constructors and factory
methods as one to use for instantiating new instances of the associated
class.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFilter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonFilter</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used to indicate which logical filter is to be used
for filtering out properties of type (class) annotated;
association made by this annotation declaring ids of filters,
and <code>com.fasterxml.jackson.databind.ObjectMapper</code> (or objects
it delegates to) providing matching filters by id.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonFormat</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>General-purpose annotation used for configuring details of how
values of properties are to be serialized.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonFormat.Shape</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Value enumeration used for indicating preferred Shape; translates
loosely to JSON types, with some extra values to indicate less precise
choices (i.e.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><B>JsonFormat.Value</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>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>
annotation.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(com.fasterxml.jackson.annotation.JsonFormat)"><B>JsonFormat.Value(JsonFormat)</B></A> -
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>
<DD>&nbsp;
<DT><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)"><B>JsonFormat.Value(String, JsonFormat.Shape, String, String)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonGetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonGetter</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define a non-static,
no-argument value-returning (non-void) method to be used as a "getter"
for a logical property.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIdentityInfo</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used for indicating that values of annotated type
or property should be serializing so that instances either
contain additional object identifier (in addition actual object
properties), or as a reference that consists of an object id
that refers to a full serialization.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnore</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that indicates that the annotated method or field is to be
ignored by introspection-based
serialization and deserialization functionality.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnoreProperties</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation that can be used to either suppress serialization of
properties (during serialization), or ignore processing of
JSON properties read (during deserialization).<DT><A HREF="./com/fasterxml/jackson/annotation/JsonIgnoreType.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnoreType</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that indicates that all properties of annotated
type are to be ignored during serialization and deserialization.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonInclude</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used to indicate when value of the annotated property (when
used for a field, method or constructor parameter), or all
properties of the annotated class, is to be serialized.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonInclude.Include</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Enumeration used with <A HREF="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><CODE>JsonInclude</CODE></A>
to define which properties
of Java Beans are to be included in serialization.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonManagedReference.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonManagedReference</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used to indicate that annotated property is part of
two-way linkage between fields; and that its role is "parent" (or "forward") link.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonProperty</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define a non-static
method as a "setter" or "getter" for a logical property
(depending on its signature),
or non-static object field to be used (serialized, deserialized) as
a logical property.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonPropertyOrder.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonPropertyOrder</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation that can be used to define ordering (possibly partial) to use
when serializing object properties.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonRawValue.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonRawValue</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that indicates that the annotated method
or field should be serialized by including literal String value
of the property as is, without quoting of characters.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonRootName.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonRootName</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation similar to <A HREF="http://docs.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>,
used to indicate name to use for root-level wrapping, if wrapping is
enabled.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSetter</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used to define a non-static,
single-argument method to be used as a "setter" for a logical property
as an alternative to recommended
<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).<DT><A HREF="./com/fasterxml/jackson/annotation/JsonSubTypes.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSubTypes</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>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
polymorphic types, and to associate logical names used within JSON content
(which is more portable than using physical Java class names).<DT><A HREF="./com/fasterxml/jackson/annotation/JsonSubTypes.Type.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSubTypes.Type</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Definition of a subtype, along with optional name.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeId.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeId</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation that can be used on a property accessor
(field, getter or setter, constructor parameter) to indicate that
the property is to contain type id to use when including
polymorphic type information.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeInfo</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used for configuring details of if and how type information is
used with JSON serialization and deserialization, to preserve information
about actual class of Object instances.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.As</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Definition of standard type inclusion mechanisms for type metadata.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.Id</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Definition of different type identifiers that can be included in JSON
during serialization, and used for deserialization.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.None</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>This marker class that is only to be used with <code>defaultImpl</code>
annotation property, to indicate that there is no default implementation
specified.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html#JsonTypeInfo.None()"><B>JsonTypeInfo.None()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeName.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeName</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used for binding logical name that the annotated class
has.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonUnwrapped</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used to indicate that a property should be serialized
"unwrapped"; that is, if it would be serialized as JSON Object, its
properties are instead included as properties of its containing
Object.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonValue.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonValue</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Marker annotation similar to
<A HREF="http://docs.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>
that indicates that results of the annotated "getter" method
(which means signature must be that of getters; non-void return
type, no args) is to be used as the single value to serialize
for the instance.<DT><A HREF="./com/fasterxml/jackson/annotation/JsonView.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonView</B></A> - Annotation Type in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Annotation used for indicating view(s) that the property
that is defined by method or field annotated is part of.</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#key(java.lang.Object)"><B>key(Object)</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>Method for constructing key to use for ObjectId-to-POJO maps.
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#key(java.lang.Object)"><B>key(Object)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#key(java.lang.Object)"><B>key(Object)</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)"><B>newForSerialization(Object)</B></A> -
Method in class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>Factory method called to create a new instance to use for
serialization: needed since generators may have state
(next id to produce).
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#newForSerialization(java.lang.Object)"><B>newForSerialization(Object)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#newForSerialization(java.lang.Object)"><B>newForSerialization(Object)</B></A> -
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>
<DD>Can just return base instance since this is essentially scopeless
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerator</B></A>&lt;<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="type parameter in ObjectIdGenerator">T</A>&gt; - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Definition of API used for constructing Object Identifiers
(as annotated using <A HREF="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><CODE>JsonIdentityInfo</CODE></A>).<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#ObjectIdGenerator()"><B>ObjectIdGenerator()</B></A> -
Constructor for class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerator.IdKey</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Simple key class that can be used as a key for
ObjectId-to-POJO mappings, when multiple ObjectId types
and scopes are used.<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#ObjectIdGenerator.IdKey(java.lang.Class, java.lang.Class, java.lang.Object)"><B>ObjectIdGenerator.IdKey(Class&lt;?&gt;, Class&lt;?&gt;, Object)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Container class for standard <A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><CODE>ObjectIdGenerator</CODE></A> implementations.<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html#ObjectIdGenerators()"><B>ObjectIdGenerators()</B></A> -
Constructor for class com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators</A>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.IntSequenceGenerator</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Simple sequence-number based generator, which uses basic Java
<code>int</code>s (starting with value 1) as Object Identifiers.<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator()"><B>ObjectIdGenerators.IntSequenceGenerator()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator(java.lang.Class, int)"><B>ObjectIdGenerators.IntSequenceGenerator(Class&lt;?&gt;, int)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.None</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Abstract marker class used to allow explicitly specifying
that no generator is used; which also implies that no
Object Id is to be included or used.<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html#ObjectIdGenerators.None()"><B>ObjectIdGenerators.None()</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.PropertyGenerator</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Abstract place-holder class which is used to denote case
where Object Identifier to use comes from a POJO property
(getter method or field).<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html#ObjectIdGenerators.PropertyGenerator(java.lang.Class)"><B>ObjectIdGenerators.PropertyGenerator(Class&lt;?&gt;)</B></A> -
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>
<DD>&nbsp;
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.UUIDGenerator</B></A> - Class in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Implementation that just uses <A HREF="http://docs.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
unique identifiers: downside is that resulting String is
36 characters long.<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#ObjectIdGenerators.UUIDGenerator()"><B>ObjectIdGenerators.UUIDGenerator()</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><B>PropertyAccessor</B></A> - Enum in <A HREF="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</A><DD>Enumeration used to define kinds of elements (called "property accessors")
that annotations like <A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><CODE>JsonAutoDetect</CODE></A> apply to.</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#setterEnabled()"><B>setterEnabled()</B></A> -
Method in enum com.fasterxml.jackson.annotation.<A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/fasterxml/jackson/annotation/PropertyAccessor.html#values()"><B>values()</B></A> -
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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
</DL>
<HR>
<A NAME="___"><!-- --></A><H2>
<B>_</B></H2>
<DL>
<DT><A HREF="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#_nextValue"><B>_nextValue</B></A> -
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>
<DD>&nbsp;
</DL>
<HR>
<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="#_V_">V</A> <A HREF="#___">_</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/fasterxml/jackson/annotation/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
</BODY>
</HTML>