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 (1.8.0_162) on Wed Sep 25 19:26:35 PDT 2019 --> 6*2bf66424SCole Faust<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7*2bf66424SCole Faust<title>Jackson-annotations 2.10.0 API</title> 8*2bf66424SCole Faust<script type="text/javascript"> 9*2bf66424SCole Faust tmpTargetPage = "" + window.location.search; 10*2bf66424SCole Faust if (tmpTargetPage != "" && tmpTargetPage != "undefined") 11*2bf66424SCole Faust tmpTargetPage = tmpTargetPage.substring(1); 12*2bf66424SCole Faust if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage))) 13*2bf66424SCole Faust tmpTargetPage = "undefined"; 14*2bf66424SCole Faust targetPage = tmpTargetPage; 15*2bf66424SCole Faust function validURL(url) { 16*2bf66424SCole Faust try { 17*2bf66424SCole Faust url = decodeURIComponent(url); 18*2bf66424SCole Faust } 19*2bf66424SCole Faust catch (error) { 20*2bf66424SCole Faust return false; 21*2bf66424SCole Faust } 22*2bf66424SCole Faust var pos = url.indexOf(".html"); 23*2bf66424SCole Faust if (pos == -1 || pos != url.length - 5) 24*2bf66424SCole Faust return false; 25*2bf66424SCole Faust var allowNumber = false; 26*2bf66424SCole Faust var allowSep = false; 27*2bf66424SCole Faust var seenDot = false; 28*2bf66424SCole Faust for (var i = 0; i < url.length - 5; i++) { 29*2bf66424SCole Faust var ch = url.charAt(i); 30*2bf66424SCole Faust if ('a' <= ch && ch <= 'z' || 31*2bf66424SCole Faust 'A' <= ch && ch <= 'Z' || 32*2bf66424SCole Faust ch == '$' || 33*2bf66424SCole Faust ch == '_' || 34*2bf66424SCole Faust ch.charCodeAt(0) > 127) { 35*2bf66424SCole Faust allowNumber = true; 36*2bf66424SCole Faust allowSep = true; 37*2bf66424SCole Faust } else if ('0' <= ch && ch <= '9' 38*2bf66424SCole Faust || ch == '-') { 39*2bf66424SCole Faust if (!allowNumber) 40*2bf66424SCole Faust return false; 41*2bf66424SCole Faust } else if (ch == '/' || ch == '.') { 42*2bf66424SCole Faust if (!allowSep) 43*2bf66424SCole Faust return false; 44*2bf66424SCole Faust allowNumber = false; 45*2bf66424SCole Faust allowSep = false; 46*2bf66424SCole Faust if (ch == '.') 47*2bf66424SCole Faust seenDot = true; 48*2bf66424SCole Faust if (ch == '/' && seenDot) 49*2bf66424SCole Faust return false; 50*2bf66424SCole Faust } else { 51*2bf66424SCole Faust return false; 52*2bf66424SCole Faust } 53*2bf66424SCole Faust } 54*2bf66424SCole Faust return true; 55*2bf66424SCole Faust } 56*2bf66424SCole Faust function loadFrames() { 57*2bf66424SCole Faust if (targetPage != "" && targetPage != "undefined") 58*2bf66424SCole Faust top.classFrame.location = top.targetPage; 59*2bf66424SCole Faust } 60*2bf66424SCole Faust</script> 61*2bf66424SCole Faust</head> 62*2bf66424SCole Faust<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> 63*2bf66424SCole Faust<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> 64*2bf66424SCole Faust<frame src="com/fasterxml/jackson/annotation/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> 65*2bf66424SCole Faust<noframes> 66*2bf66424SCole Faust<noscript> 67*2bf66424SCole Faust<div>JavaScript is disabled on your browser.</div> 68*2bf66424SCole Faust</noscript> 69*2bf66424SCole Faust<h2>Frame Alert</h2> 70*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> 71*2bf66424SCole Faust</noframes> 72*2bf66424SCole Faust</frameset> 73*2bf66424SCole Faust</html> 74