• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:21 PDT 2013 -->
6<title>JsonRawValue (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="JsonRawValue (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/JsonRawValue.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../org/codehaus/jackson/annotate/JsonPropertyOrder.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../org/codehaus/jackson/annotate/JsonSetter.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/annotate/JsonRawValue.html" target="_top">Frames</a></li>
44<li><a href="JsonRawValue.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Required&nbsp;|&nbsp;</li>
65<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
66</ul>
67<ul class="subNavList">
68<li>Detail:&nbsp;</li>
69<li><a href="#annotation_type_element_detail">Element</a></li>
70</ul>
71</div>
72<a name="skip-navbar_top">
73<!--   -->
74</a></div>
75<!-- ========= END OF TOP NAVBAR ========= -->
76<!-- ======== START OF CLASS DATA ======== -->
77<div class="header">
78<div class="subTitle">org.codehaus.jackson.annotate</div>
79<h2 title="Annotation Type JsonRawValue" class="title">Annotation Type JsonRawValue</h2>
80</div>
81<div class="contentContainer">
82<div class="description">
83<ul class="blockList">
84<li class="blockList">
85<hr>
86<br>
87<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>})
88<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
89public @interface <span class="strong">JsonRawValue</span></pre>
90<div class="block">Marker annotation that indicates that the annotated method
91 or field should be serialized by including literal String value
92 of the property as is, without quoting of characters.
93 This can be useful for injecting values already serialized in JSON or
94 passing javascript function definitions from server to a javascript client.
95<p>
96 Warning: the resulting JSON stream may be invalid depending on your input value.</div>
97<dl><dt><span class="strong">Since:</span></dt>
98  <dd>1.7.0</dd></dl>
99</li>
100</ul>
101</div>
102<div class="summary">
103<ul class="blockList">
104<li class="blockList">
105<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
106<ul class="blockList">
107<li class="blockList"><a name="annotation_type_optional_element_summary">
108<!--   -->
109</a>
110<h3>Optional Element Summary</h3>
111<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Optional Element Summary table, listing optional elements, and an explanation">
112<caption><span>Optional Elements</span><span class="tabEnd">&nbsp;</span></caption>
113<tr>
114<th class="colFirst" scope="col">Modifier and Type</th>
115<th class="colLast" scope="col">Optional Element and Description</th>
116</tr>
117<tr class="altColor">
118<td class="colFirst"><code>boolean</code></td>
119<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonRawValue.html#value()">value</a></strong></code>
120<div class="block">Optional argument that defines whether this annotation is active
121 or not.</div>
122</td>
123</tr>
124</table>
125</li>
126</ul>
127</li>
128</ul>
129</div>
130<div class="details">
131<ul class="blockList">
132<li class="blockList">
133<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
134<ul class="blockList">
135<li class="blockList"><a name="annotation_type_element_detail">
136<!--   -->
137</a>
138<h3>Element Detail</h3>
139<a name="value()">
140<!--   -->
141</a>
142<ul class="blockListLast">
143<li class="blockList">
144<h4>value</h4>
145<pre>public abstract&nbsp;boolean&nbsp;value</pre>
146<div class="block">Optional argument that defines whether this annotation is active
147 or not. The only use for value 'false' if for overriding purposes
148 (which is not needed often); most likely it is needed for use
149 with "mix-in annotations" (aka "annotation overrides").
150 For most cases, however, default value of "true" is just fine
151 and should be omitted.</div>
152<dl>
153<dt>Default:</dt>
154<dd>true</dd>
155</dl>
156</li>
157</ul>
158</li>
159</ul>
160</li>
161</ul>
162</div>
163</div>
164<!-- ========= END OF CLASS DATA ========= -->
165<!-- ======= START OF BOTTOM NAVBAR ====== -->
166<div class="bottomNav"><a name="navbar_bottom">
167<!--   -->
168</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
169<!--   -->
170</a>
171<ul class="navList" title="Navigation">
172<li><a href="../../../../overview-summary.html">Overview</a></li>
173<li><a href="package-summary.html">Package</a></li>
174<li class="navBarCell1Rev">Class</li>
175<li><a href="class-use/JsonRawValue.html">Use</a></li>
176<li><a href="package-tree.html">Tree</a></li>
177<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
178<li><a href="../../../../index-all.html">Index</a></li>
179<li><a href="../../../../help-doc.html">Help</a></li>
180</ul>
181</div>
182<div class="subNav">
183<ul class="navList">
184<li><a href="../../../../org/codehaus/jackson/annotate/JsonPropertyOrder.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Prev Class</span></a></li>
185<li><a href="../../../../org/codehaus/jackson/annotate/JsonSetter.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Next Class</span></a></li>
186</ul>
187<ul class="navList">
188<li><a href="../../../../index.html?org/codehaus/jackson/annotate/JsonRawValue.html" target="_top">Frames</a></li>
189<li><a href="JsonRawValue.html" target="_top">No Frames</a></li>
190</ul>
191<ul class="navList" id="allclasses_navbar_bottom">
192<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
193</ul>
194<div>
195<script type="text/javascript"><!--
196  allClassesLink = document.getElementById("allclasses_navbar_bottom");
197  if(window==top) {
198    allClassesLink.style.display = "block";
199  }
200  else {
201    allClassesLink.style.display = "none";
202  }
203  //-->
204</script>
205</div>
206<div>
207<ul class="subNavList">
208<li>Summary:&nbsp;</li>
209<li>Required&nbsp;|&nbsp;</li>
210<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
211</ul>
212<ul class="subNavList">
213<li>Detail:&nbsp;</li>
214<li><a href="#annotation_type_element_detail">Element</a></li>
215</ul>
216</div>
217<a name="skip-navbar_bottom">
218<!--   -->
219</a></div>
220<!-- ======== END OF BOTTOM NAVBAR ======= -->
221</body>
222</html>
223