1*2bf66424SCole Faust<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> 2*2bf66424SCole Faust<!-- NewPage --> 3*2bf66424SCole Faust<html lang="en"> 4*2bf66424SCole Faust<head> 5*2bf66424SCole Faust<!-- Generated by javadoc on Thu Jul 07 10:49:28 PDT 2016 --> 6*2bf66424SCole Faust<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7*2bf66424SCole Faust<title>Jackson-annotations 2.8.0 API</title> 8*2bf66424SCole Faust<script type="text/javascript"> 9*2bf66424SCole Faust targetPage = "" + window.location.search; 10*2bf66424SCole Faust if (targetPage != "" && targetPage != "undefined") 11*2bf66424SCole Faust targetPage = targetPage.substring(1); 12*2bf66424SCole Faust if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage))) 13*2bf66424SCole Faust targetPage = "undefined"; 14*2bf66424SCole Faust function validURL(url) { 15*2bf66424SCole Faust try { 16*2bf66424SCole Faust url = decodeURIComponent(url); 17*2bf66424SCole Faust } 18*2bf66424SCole Faust catch (error) { 19*2bf66424SCole Faust return false; 20*2bf66424SCole Faust } 21*2bf66424SCole Faust var pos = url.indexOf(".html"); 22*2bf66424SCole Faust if (pos == -1 || pos != url.length - 5) 23*2bf66424SCole Faust return false; 24*2bf66424SCole Faust var allowNumber = false; 25*2bf66424SCole Faust var allowSep = false; 26*2bf66424SCole Faust var seenDot = false; 27*2bf66424SCole Faust for (var i = 0; i < url.length - 5; i++) { 28*2bf66424SCole Faust var ch = url.charAt(i); 29*2bf66424SCole Faust if ('a' <= ch && ch <= 'z' || 30*2bf66424SCole Faust 'A' <= ch && ch <= 'Z' || 31*2bf66424SCole Faust ch == '$' || 32*2bf66424SCole Faust ch == '_' || 33*2bf66424SCole Faust ch.charCodeAt(0) > 127) { 34*2bf66424SCole Faust allowNumber = true; 35*2bf66424SCole Faust allowSep = true; 36*2bf66424SCole Faust } else if ('0' <= ch && ch <= '9' 37*2bf66424SCole Faust || ch == '-') { 38*2bf66424SCole Faust if (!allowNumber) 39*2bf66424SCole Faust return false; 40*2bf66424SCole Faust } else if (ch == '/' || ch == '.') { 41*2bf66424SCole Faust if (!allowSep) 42*2bf66424SCole Faust return false; 43*2bf66424SCole Faust allowNumber = false; 44*2bf66424SCole Faust allowSep = false; 45*2bf66424SCole Faust if (ch == '.') 46*2bf66424SCole Faust seenDot = true; 47*2bf66424SCole Faust if (ch == '/' && seenDot) 48*2bf66424SCole Faust return false; 49*2bf66424SCole Faust } else { 50*2bf66424SCole Faust return false; 51*2bf66424SCole Faust } 52*2bf66424SCole Faust } 53*2bf66424SCole Faust return true; 54*2bf66424SCole Faust } 55*2bf66424SCole Faust function loadFrames() { 56*2bf66424SCole Faust if (targetPage != "" && targetPage != "undefined") 57*2bf66424SCole Faust top.classFrame.location = top.targetPage; 58*2bf66424SCole Faust } 59*2bf66424SCole Faust</script> 60*2bf66424SCole Faust</head> 61*2bf66424SCole Faust<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> 62*2bf66424SCole Faust<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> 63*2bf66424SCole Faust<frame src="com/fasterxml/jackson/annotation/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> 64*2bf66424SCole Faust<noframes> 65*2bf66424SCole Faust<noscript> 66*2bf66424SCole Faust<div>JavaScript is disabled on your browser.</div> 67*2bf66424SCole Faust</noscript> 68*2bf66424SCole Faust<h2>Frame Alert</h2> 69*2bf66424SCole Faust<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/fasterxml/jackson/annotation/package-summary.html">Non-frame version</a>.</p> 70*2bf66424SCole Faust</noframes> 71*2bf66424SCole Faust</frameset> 72*2bf66424SCole Faust</html> 73