Files
redkale/javadoc/overview-tree.html
wentch 5d2c3e50ba
2016-01-21 14:00:42 +08:00

494 lines
54 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_65) on Thu Jan 21 13:52:19 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>类分层结构 (RedKale的API文档)</title>
<meta name="date" content="2016-01-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u7C7B\u5206\u5C42\u7ED3\u6784 (RedKale\u7684API\u6587\u6863)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li></li>
<li>使用</li>
<li class="navBarCell1Rev"></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li><a href="index-files/index-1.html">索引</a></li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">框架</a></li>
<li><a href="overview-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">所有程序包的分层结构</h1>
<span class="packageHierarchyLabel">程序包分层结构:</span>
<ul class="horizontal">
<li><a href="javax/persistence/package-tree.html">javax.persistence</a>, </li>
<li><a href="org/redkale/boot/package-tree.html">org.redkale.boot</a>, </li>
<li><a href="org/redkale/convert/package-tree.html">org.redkale.convert</a>, </li>
<li><a href="org/redkale/convert/bson/package-tree.html">org.redkale.convert.bson</a>, </li>
<li><a href="org/redkale/convert/ext/package-tree.html">org.redkale.convert.ext</a>, </li>
<li><a href="org/redkale/convert/json/package-tree.html">org.redkale.convert.json</a>, </li>
<li><a href="org/redkale/net/package-tree.html">org.redkale.net</a>, </li>
<li><a href="org/redkale/net/http/package-tree.html">org.redkale.net.http</a>, </li>
<li><a href="org/redkale/net/sncp/package-tree.html">org.redkale.net.sncp</a>, </li>
<li><a href="org/redkale/service/package-tree.html">org.redkale.service</a>, </li>
<li><a href="org/redkale/source/package-tree.html">org.redkale.source</a>, </li>
<li><a href="org/redkale/util/package-tree.html">org.redkale.util</a>, </li>
<li><a href="org/redkale/watch/package-tree.html">org.redkale.watch</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="类分层结构">类分层结构</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/AnyEncoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">AnyEncoder</span></a>&lt;T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/AnyValue.html" title="org.redkale.util中的类"><span class="typeNameLink">AnyValue</span></a>
<ul>
<li type="circle">org.redkale.util.<a href="org/redkale/util/AnyValue.DefaultAnyValue.html" title="org.redkale.util中的类"><span class="typeNameLink">AnyValue.DefaultAnyValue</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/AnyValue.Entry.html" title="org.redkale.util中的类"><span class="typeNameLink">AnyValue.Entry</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/Application.html" title="org.redkale.boot中的类"><span class="typeNameLink">Application</span></a></li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ArrayDecoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">ArrayDecoder</span></a>&lt;T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ArrayEncoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">ArrayEncoder</span></a>&lt;T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/AsmMethodVisitor.html" title="org.redkale.util中的类"><span class="typeNameLink">AsmMethodVisitor</span></a></li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/AsyncConnection.html" title="org.redkale.net中的类"><span class="typeNameLink">AsyncConnection</span></a> (implements java.nio.channels.AsynchronousByteChannel, java.lang.AutoCloseable)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/ByteArray.html" title="org.redkale.util中的类"><span class="typeNameLink">ByteArray</span></a></li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/CacheSourceService.html" title="org.redkale.service中的类"><span class="typeNameLink">CacheSourceService</span></a>&lt;K,V&gt; (implements java.lang.AutoCloseable, org.redkale.source.<a href="org/redkale/source/CacheSource.html" title="org.redkale.source中的接口">CacheSource</a>&lt;K,V&gt;, org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/CacheSourceService.CacheEntry.html" title="org.redkale.service中的类"><span class="typeNameLink">CacheSourceService.CacheEntry</span></a>&lt;K,T&gt;</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/ClassFilter.html" title="org.redkale.boot中的类"><span class="typeNameLink">ClassFilter</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/ClassFilter.FilterEntry.html" title="org.redkale.boot中的类"><span class="typeNameLink">ClassFilter.FilterEntry</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/ClassFilter.Loader.html" title="org.redkale.boot中的类"><span class="typeNameLink">ClassFilter.Loader</span></a></li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/CollectionDecoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">CollectionDecoder</span></a>&lt;T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/CollectionEncoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">CollectionEncoder</span></a>&lt;T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Context.html" title="org.redkale.net中的类"><span class="typeNameLink">Context</span></a>
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpContext.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpContext</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpContext.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpContext</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Convert.html" title="org.redkale.convert中的类"><span class="typeNameLink">Convert</span></a>&lt;R,W&gt;
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonConvert.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonConvert</span></a></li>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonConvert.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonConvert</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertColumnEntry.html" title="org.redkale.convert中的类"><span class="typeNameLink">ConvertColumnEntry</span></a></li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DataCacheListenerService.html" title="org.redkale.service中的类"><span class="typeNameLink">DataCacheListenerService</span></a> (implements org.redkale.source.<a href="org/redkale/source/DataCacheListener.html" title="org.redkale.source中的接口">DataCacheListener</a>, org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataCallArrayAttribute.html" title="org.redkale.source中的类"><span class="typeNameLink">DataCallArrayAttribute</span></a>&lt;T,F&gt; (implements org.redkale.util.<a href="org/redkale/util/Attribute.html" title="org.redkale.util中的接口">Attribute</a>&lt;T,F&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataCallAttribute.html" title="org.redkale.source中的类"><span class="typeNameLink">DataCallAttribute</span></a> (implements org.redkale.util.<a href="org/redkale/util/Attribute.html" title="org.redkale.util中的接口">Attribute</a>&lt;T,F&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataDefaultSource.html" title="org.redkale.source中的类"><span class="typeNameLink">DataDefaultSource</span></a> (implements java.lang.AutoCloseable, org.redkale.source.<a href="org/redkale/source/DataSource.html" title="org.redkale.source中的接口">DataSource</a>, java.util.function.Function&lt;T,R&gt;)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DataSourceService.html" title="org.redkale.service中的类"><span class="typeNameLink">DataSourceService</span></a> (implements java.lang.AutoCloseable, org.redkale.source.<a href="org/redkale/source/DataSource.html" title="org.redkale.source中的接口">DataSource</a>, org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DataSQLListenerService.html" title="org.redkale.service中的类"><span class="typeNameLink">DataSQLListenerService</span></a> (implements org.redkale.source.<a href="org/redkale/source/DataSQLListener.html" title="org.redkale.source中的接口">DataSQLListener</a>, org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/DeMember.html" title="org.redkale.convert中的类"><span class="typeNameLink">DeMember</span></a>&lt;R,T,F&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/EnMember.html" title="org.redkale.convert中的类"><span class="typeNameLink">EnMember</span></a>&lt;W,T,F&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/EntityCache.html" title="org.redkale.source中的类"><span class="typeNameLink">EntityCache</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/EntityInfo.html" title="org.redkale.source中的类"><span class="typeNameLink">EntityInfo</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Factory.html" title="org.redkale.convert中的类"><span class="typeNameLink">Factory</span></a>&lt;R,W&gt;
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonFactory.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonFactory</span></a></li>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonFactory.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonFactory</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterNode.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterNode</span></a>
<ul>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterJoinNode.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterJoinNode</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterNodeBean.html" title="org.redkale.source中的类"><span class="typeNameLink">FilterNodeBean</span></a>&lt;T&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Flipper.html" title="org.redkale.source中的类"><span class="typeNameLink">Flipper</span></a> (implements java.io.Serializable)</li>
<li type="circle">java.util.logging.Formatter
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/LogFileHandler.LoggingFormater.html" title="org.redkale.boot中的类"><span class="typeNameLink">LogFileHandler.LoggingFormater</span></a></li>
</ul>
</li>
<li type="circle">java.util.logging.Handler
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/LogFileHandler.html" title="org.redkale.boot中的类"><span class="typeNameLink">LogFileHandler</span></a>
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/LogFileHandler.SncpLogFileHandler.html" title="org.redkale.boot中的类"><span class="typeNameLink">LogFileHandler.SncpLogFileHandler</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpResponse.TransferFileHandler.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpResponse.TransferFileHandler</span></a> (implements java.nio.channels.CompletionHandler&lt;V,A&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/JDBCPoolSource.html" title="org.redkale.source中的类"><span class="typeNameLink">JDBCPoolSource</span></a></li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/MapDecoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">MapDecoder</span></a>&lt;K,V&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/MapEncoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">MapEncoder</span></a>&lt;K,V&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MimeType.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MimeType</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MultiContext.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MultiContext</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/MultiPart.html" title="org.redkale.net.http中的类"><span class="typeNameLink">MultiPart</span></a></li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeServer.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeServer</span></a>
<ul>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeHttpServer.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeHttpServer</span></a></li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeSncpServer.html" title="org.redkale.boot中的类"><span class="typeNameLink">NodeSncpServer</span></a></li>
</ul>
</li>
<li type="circle">java.lang.Number (implements java.io.Serializable)
<ul>
<li type="circle">java.util.concurrent.atomic.AtomicLong (implements java.io.Serializable)
<ul>
<li type="circle">org.redkale.watch.<a href="org/redkale/watch/WatchNumber.html" title="org.redkale.watch中的类"><span class="typeNameLink">WatchNumber</span></a> (implements org.redkale.watch.<a href="org/redkale/watch/WatchNode.html" title="org.redkale.watch中的接口">WatchNode</a>)</li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/DLong.html" title="org.redkale.util中的类"><span class="typeNameLink">DLong</span></a> (implements java.lang.Comparable&lt;T&gt;)</li>
</ul>
</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ObjectDecoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">ObjectDecoder</span></a>&lt;R,T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ObjectEncoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">ObjectEncoder</span></a>&lt;W,T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/ObjectPool.html" title="org.redkale.util中的类"><span class="typeNameLink">ObjectPool</span></a>&lt;T&gt; (implements java.util.function.Supplier&lt;T&gt;)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/PrepareRunner.html" title="org.redkale.net中的类"><span class="typeNameLink">PrepareRunner</span></a> (implements java.lang.Runnable)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/ProtocolServer.html" title="org.redkale.net中的类"><span class="typeNameLink">ProtocolServer</span></a></li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.ByteRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.ByteRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.DoubleRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.DoubleRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.FloatRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.FloatRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.IntegerRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.IntegerRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.LongRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.LongRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.ShortRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.ShortRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.StringRange.html" title="org.redkale.source中的类"><span class="typeNameLink">Range.StringRange</span></a> (implements org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口">Range</a>&lt;E&gt;)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Reader.html" title="org.redkale.convert中的类"><span class="typeNameLink">Reader</span></a>
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonReader.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonReader</span></a>
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonByteBufferReader.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonByteBufferReader</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonReader.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonReader</span></a>
<ul>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonByteBufferReader.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonByteBufferReader</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Request.html" title="org.redkale.net中的类"><span class="typeNameLink">Request</span></a>&lt;C&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpRequest.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpRequest</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpRequest.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpRequest</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/ResourceFactory.html" title="org.redkale.util中的类"><span class="typeNameLink">ResourceFactory</span></a></li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Response.html" title="org.redkale.net中的类"><span class="typeNameLink">Response</span></a>&lt;C,R&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpResponse.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpResponse</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpResponse.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpResponse</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/RetResult.html" title="org.redkale.service中的类"><span class="typeNameLink">RetResult</span></a>&lt;T&gt;
<ul>
<li type="circle">org.redkale.service.<a href="org/redkale/service/RetResult.RetSuccessResult.html" title="org.redkale.service中的类"><span class="typeNameLink">RetResult.RetSuccessResult</span></a>&lt;T&gt;</li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/SelectColumn.html" title="org.redkale.util中的类"><span class="typeNameLink">SelectColumn</span></a> (implements java.util.function.Predicate&lt;T&gt;)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Server.html" title="org.redkale.net中的类"><span class="typeNameLink">Server</span></a>
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpServer.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpServer</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpServer.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpServer</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/ServiceWrapper.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">ServiceWrapper</span></a>&lt;T&gt; (implements java.lang.Comparable&lt;T&gt;)</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Servlet.html" title="org.redkale.net中的类"><span class="typeNameLink">Servlet</span></a>&lt;C,R,P&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpServlet</span></a>
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/BasedHttpServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">BasedHttpServlet</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpResourceServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpResourceServlet</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketServlet</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/PrepareServlet.html" title="org.redkale.net中的类"><span class="typeNameLink">PrepareServlet</span></a>&lt;C,R,P&gt;
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpPrepareServlet.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpPrepareServlet</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpPrepareServlet.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpPrepareServlet</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpServlet.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpServlet</span></a> (implements java.lang.Comparable&lt;T&gt;)
<ul>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpDynServlet.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpDynServlet</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Sheet.html" title="org.redkale.util中的类"><span class="typeNameLink">Sheet</span></a>&lt;T&gt; (implements java.io.Serializable)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/SimpledCoder.html" title="org.redkale.convert中的类"><span class="typeNameLink">SimpledCoder</span></a>&lt;R,W,T&gt; (implements org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口">Decodeable</a>&lt;R,T&gt;, org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口">Encodeable</a>&lt;W,T&gt;)
<ul>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/BigIntegerSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">BigIntegerSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/BigIntegerSimpledCoder.BigIntegerJsonSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">BigIntegerSimpledCoder.BigIntegerJsonSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/BoolArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">BoolArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/BoolSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">BoolSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonSimpledCoder.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonSimpledCoder</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/ByteArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">ByteArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/ByteSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">ByteSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/CharArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">CharArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/CharSequenceSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">CharSequenceSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/CharSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">CharSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/CompletionHandlerSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">CompletionHandlerSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/DateSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">DateSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/DLongSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">DLongSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/DLongSimpledCoder.DLongJsonSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">DLongSimpledCoder.DLongJsonSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/DoubleArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">DoubleArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/DoubleSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">DoubleSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/EnumSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">EnumSimpledCoder</span></a>&lt;R,W,E&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/FloatArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">FloatArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/FloatSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">FloatSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/InetAddressSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">InetAddressSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/InetAddressSimpledCoder.InetAddressJsonSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">InetAddressSimpledCoder.InetAddressJsonSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/InetAddressSimpledCoder.InetSocketAddressJsonSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">InetAddressSimpledCoder.InetSocketAddressJsonSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/InetAddressSimpledCoder.InetSocketAddressSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">InetAddressSimpledCoder.InetSocketAddressSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/IntArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">IntArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/IntSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">IntSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonSimpledCoder.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonSimpledCoder</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/LongArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">LongArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/LongSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">LongSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/NumberSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">NumberSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/PatternSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">PatternSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/ShortArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">ShortArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/ShortSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">ShortSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/StringArraySimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">StringArraySimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/StringSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">StringSimpledCoder</span></a>&lt;R,W&gt;</li>
<li type="circle">org.redkale.convert.ext.<a href="org/redkale/convert/ext/TypeSimpledCoder.html" title="org.redkale.convert.ext中的类"><span class="typeNameLink">TypeSimpledCoder</span></a>&lt;R,W&gt;</li>
</ul>
</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/Sncp.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">Sncp</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpClient.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpClient</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpClient.SncpAction.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpClient.SncpAction</span></a></li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpClient.SncpFuture.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpClient.SncpFuture</span></a>&lt;T&gt; (implements java.util.concurrent.Future&lt;V&gt;)</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpDynServlet.SncpServletAction.html" title="org.redkale.net.sncp中的类"><span class="typeNameLink">SncpDynServlet.SncpServletAction</span></a></li>
<li type="circle">java.lang.Thread (implements java.lang.Runnable)
<ul>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpResourceServlet.WatchThread.html" title="org.redkale.net.http中的类"><span class="typeNameLink">HttpResourceServlet.WatchThread</span></a></li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/WorkThread.html" title="org.redkale.net中的类"><span class="typeNameLink">WorkThread</span></a></li>
</ul>
</li>
<li type="circle">java.lang.Throwable (implements java.io.Serializable)
<ul>
<li type="circle">java.lang.Exception
<ul>
<li type="circle">java.lang.RuntimeException
<ul>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertException.html" title="org.redkale.convert中的类"><span class="typeNameLink">ConvertException</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.redkale.net.<a href="org/redkale/net/Transport.html" title="org.redkale.net中的类"><span class="typeNameLink">Transport</span></a></li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/TypeToken.html" title="org.redkale.util中的类"><span class="typeNameLink">TypeToken</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Utility.html" title="org.redkale.util中的类"><span class="typeNameLink">Utility</span></a></li>
<li type="circle">org.redkale.watch.<a href="org/redkale/watch/WatchFactory.html" title="org.redkale.watch中的类"><span class="typeNameLink">WatchFactory</span></a></li>
<li type="circle">org.redkale.watch.<a href="org/redkale/watch/WatchSupplier.html" title="org.redkale.watch中的类"><span class="typeNameLink">WatchSupplier</span></a> (implements org.redkale.watch.<a href="org/redkale/watch/WatchNode.html" title="org.redkale.watch中的接口">WatchNode</a>)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocket.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocket</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketEngine.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketEngine</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketGroup.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketGroup</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketNode.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketNode</span></a>
<ul>
<li type="circle">org.redkale.service.<a href="org/redkale/service/WebSocketNodeService.html" title="org.redkale.service中的类"><span class="typeNameLink">WebSocketNodeService</span></a> (implements org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a>)</li>
</ul>
</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketPacket.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketPacket</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketRunner.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocketRunner</span></a> (implements java.lang.Runnable)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Writer.html" title="org.redkale.convert中的类"><span class="typeNameLink">Writer</span></a>
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonWriter.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonWriter</span></a>
<ul>
<li type="circle">org.redkale.convert.bson.<a href="org/redkale/convert/bson/BsonByteBufferWriter.html" title="org.redkale.convert.bson中的类"><span class="typeNameLink">BsonByteBufferWriter</span></a></li>
</ul>
</li>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonWriter.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonWriter</span></a>
<ul>
<li type="circle">org.redkale.convert.json.<a href="org/redkale/convert/json/JsonByteBufferWriter.html" title="org.redkale.convert.json中的类"><span class="typeNameLink">JsonByteBufferWriter</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 title="接口分层结构">接口分层结构</h2>
<ul>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Attribute.html" title="org.redkale.util中的接口"><span class="typeNameLink">Attribute</span></a>&lt;T,F&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/CacheSource.html" title="org.redkale.source中的接口"><span class="typeNameLink">CacheSource</span></a>&lt;K,V&gt;</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Creator.html" title="org.redkale.util中的接口"><span class="typeNameLink">Creator</span></a>&lt;T&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataCacheListener.html" title="org.redkale.source中的接口"><span class="typeNameLink">DataCacheListener</span></a></li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataSource.html" title="org.redkale.source中的接口"><span class="typeNameLink">DataSource</span></a></li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DataSQLListener.html" title="org.redkale.source中的接口"><span class="typeNameLink">DataSQLListener</span></a></li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Decodeable.html" title="org.redkale.convert中的接口"><span class="typeNameLink">Decodeable</span></a>&lt;R,T&gt;</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/Encodeable.html" title="org.redkale.convert中的接口"><span class="typeNameLink">Encodeable</span></a>&lt;W,T&gt;</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterBean.html" title="org.redkale.source中的接口"><span class="typeNameLink">FilterBean</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/HttpResponse.BufferHandler.html" title="org.redkale.net.http中的接口"><span class="typeNameLink">HttpResponse.BufferHandler</span></a></li>
<li type="circle">java.util.function.Predicate&lt;T&gt;
<ul>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口"><span class="typeNameLink">Range</span></a>&lt;E&gt; (并 extends java.io.Serializable)</li>
</ul>
</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Reproduce.html" title="org.redkale.util中的接口"><span class="typeNameLink">Reproduce</span></a>&lt;D,S&gt;</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/ResourceFactory.ResourceLoader.html" title="org.redkale.util中的接口"><span class="typeNameLink">ResourceFactory.ResourceLoader</span></a></li>
<li type="circle">java.io.Serializable
<ul>
<li type="circle">org.redkale.source.<a href="org/redkale/source/Range.html" title="org.redkale.source中的接口"><span class="typeNameLink">Range</span></a>&lt;E&gt; (并 extends java.util.function.Predicate&lt;T&gt;)</li>
</ul>
</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/Service.html" title="org.redkale.service中的接口"><span class="typeNameLink">Service</span></a></li>
<li type="circle">org.redkale.watch.<a href="org/redkale/watch/WatchNode.html" title="org.redkale.watch中的接口"><span class="typeNameLink">WatchNode</span></a></li>
</ul>
<h2 title="注释类型分层结构">注释类型分层结构</h2>
<ul>
<li type="circle">javax.persistence.<a href="javax/persistence/Cacheable.html" title="javax.persistence中的注释"><span class="typeNameLink">Cacheable</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/Column.html" title="javax.persistence中的注释"><span class="typeNameLink">Column</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/Entity.html" title="javax.persistence中的注释"><span class="typeNameLink">Entity</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/GeneratedValue.html" title="javax.persistence中的注释"><span class="typeNameLink">GeneratedValue</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/Id.html" title="javax.persistence中的注释"><span class="typeNameLink">Id</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/Table.html" title="javax.persistence中的注释"><span class="typeNameLink">Table</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">javax.persistence.<a href="javax/persistence/Transient.html" title="javax.persistence中的注释"><span class="typeNameLink">Transient</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.boot.<a href="org/redkale/boot/NodeProtocol.html" title="org.redkale.boot中的注释"><span class="typeNameLink">NodeProtocol</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertColumn.html" title="org.redkale.convert中的注释"><span class="typeNameLink">ConvertColumn</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertColumns.html" title="org.redkale.convert中的注释"><span class="typeNameLink">ConvertColumns</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertEntity.html" title="org.redkale.convert中的注释"><span class="typeNameLink">ConvertEntity</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/BasedHttpServlet.AuthIgnore.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">BasedHttpServlet.AuthIgnore</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/BasedHttpServlet.WebAction.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">BasedHttpServlet.WebAction</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/BasedHttpServlet.HttpCacheable.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">BasedHttpServlet.HttpCacheable</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebInitParam.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">WebInitParam</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebServlet.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">WebServlet</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketBinary.html" title="org.redkale.net.http中的注释"><span class="typeNameLink">WebSocketBinary</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.net.sncp.<a href="org/redkale/net/sncp/SncpDyn.html" title="org.redkale.net.sncp中的注释"><span class="typeNameLink">SncpDyn</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DynAttachment.html" title="org.redkale.service中的注释"><span class="typeNameLink">DynAttachment</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DynCall.html" title="org.redkale.service中的注释"><span class="typeNameLink">DynCall</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DynRemote.html" title="org.redkale.service中的注释"><span class="typeNameLink">DynRemote</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DynSourceAddress.html" title="org.redkale.service中的注释"><span class="typeNameLink">DynSourceAddress</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/DynTargetAddress.html" title="org.redkale.service中的注释"><span class="typeNameLink">DynTargetAddress</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/LocalService.html" title="org.redkale.service中的注释"><span class="typeNameLink">LocalService</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/MultiRun.html" title="org.redkale.service中的注释"><span class="typeNameLink">MultiRun</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DistributeGenerator.html" title="org.redkale.source中的注释"><span class="typeNameLink">DistributeGenerator</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/DistributeTables.html" title="org.redkale.source中的注释"><span class="typeNameLink">DistributeTables</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterColumn.html" title="org.redkale.source中的注释"><span class="typeNameLink">FilterColumn</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterGroup.html" title="org.redkale.source中的注释"><span class="typeNameLink">FilterGroup</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterGroups.html" title="org.redkale.source中的注释"><span class="typeNameLink">FilterGroups</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterJoinColumn.html" title="org.redkale.source中的注释"><span class="typeNameLink">FilterJoinColumn</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/VirtualEntity.html" title="org.redkale.source中的注释"><span class="typeNameLink">VirtualEntity</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/AutoLoad.html" title="org.redkale.util中的注释"><span class="typeNameLink">AutoLoad</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/Creator.ConstructorParameters.html" title="org.redkale.util中的注释"><span class="typeNameLink">Creator.ConstructorParameters</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/LogLevel.html" title="org.redkale.util中的注释"><span class="typeNameLink">LogLevel</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.util.<a href="org/redkale/util/ResourceType.html" title="org.redkale.util中的注释"><span class="typeNameLink">ResourceType</span></a> (implements java.lang.annotation.Annotation)</li>
<li type="circle">org.redkale.watch.<a href="org/redkale/watch/Watchable.html" title="org.redkale.watch中的注释"><span class="typeNameLink">Watchable</span></a> (implements java.lang.annotation.Annotation)</li>
</ul>
<h2 title="枚举分层结构">枚举分层结构</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">javax.persistence.<a href="javax/persistence/GenerationType.html" title="javax.persistence中的枚举"><span class="typeNameLink">GenerationType</span></a></li>
<li type="circle">org.redkale.convert.<a href="org/redkale/convert/ConvertType.html" title="org.redkale.convert中的枚举"><span class="typeNameLink">ConvertType</span></a></li>
<li type="circle">org.redkale.net.http.<a href="org/redkale/net/http/WebSocketPacket.FrameType.html" title="org.redkale.net.http中的枚举"><span class="typeNameLink">WebSocketPacket.FrameType</span></a></li>
<li type="circle">org.redkale.service.<a href="org/redkale/service/CacheSourceService.CacheEntryType.html" title="org.redkale.service中的枚举"><span class="typeNameLink">CacheSourceService.CacheEntryType</span></a></li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterExpress.html" title="org.redkale.source中的枚举"><span class="typeNameLink">FilterExpress</span></a></li>
<li type="circle">org.redkale.source.<a href="org/redkale/source/FilterFunc.html" title="org.redkale.source中的枚举"><span class="typeNameLink">FilterFunc</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li></li>
<li>使用</li>
<li class="navBarCell1Rev"></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li><a href="index-files/index-1.html">索引</a></li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">框架</a></li>
<li><a href="overview-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>