所有程序包的分层结构
程序包分层结构:- com.firefly.example.common,
- com.firefly.example.http.benchmark,
- com.firefly.example.http.hello,
- com.firefly.example.http.proxy,
- com.firefly.example.ioc,
- com.firefly.example.kotlin,
- com.firefly.example.reactive.coffee.store,
- com.firefly.example.reactive.coffee.store.dao,
- com.firefly.example.reactive.coffee.store.dao.impl,
- com.firefly.example.reactive.coffee.store.model,
- com.firefly.example.reactive.coffee.store.router,
- com.firefly.example.reactive.coffee.store.router.impl.biz,
- com.firefly.example.reactive.coffee.store.router.impl.sys,
- com.firefly.example.reactive.coffee.store.service,
- com.firefly.example.reactive.coffee.store.service.impl,
- com.firefly.example.reactive.coffee.store.utils,
- com.firefly.example.reactive.coffee.store.vo,
- com.firefly.example.tcp,
- com.firefly.example.webscoket
类分层结构
- java.lang.Object
- com.firefly.utils.lang.AbstractLifeCycle (implements com.firefly.utils.lang.LifeCycle)
- com.firefly.example.reactive.coffee.store.AppMain
- com.firefly.example.ioc.AuthenticationProxy (implements com.firefly.utils.classproxy.ClassProxy)
- com.firefly.example.ioc.BarServiceImpl (implements com.firefly.example.ioc.BarService)
- com.firefly.example.http.hello.CapturingPathParameterDemo
- com.firefly.example.http.hello.CombiningRoutingCriteriaDemo
- com.firefly.example.http.hello.CombiningRoutingCriteriaDemo.Task
- com.firefly.example.http.hello.ContextDataSharingDemo
- com.firefly.example.reactive.coffee.store.utils.DBUtils
- com.firefly.example.http.hello.ErrorHandlerDemo
- com.firefly.example.common.ErrorLogFilter (implements com.firefly.utils.log.LogFilter)
- com.firefly.example.reactive.coffee.store.router.impl.sys.ErrorRenderer
- com.firefly.example.common.ExampleLogFormatter (implements com.firefly.utils.log.LogFormatter)
- com.firefly.example.ioc.FooServiceImpl (implements com.firefly.example.ioc.FooService)
- com.firefly.example.reactive.coffee.store.router.impl.sys.GlobalHandler (implements com.firefly.server.http2.router.Handler)
- com.firefly.example.http.hello.HelloHTTPServer
- com.firefly.example.http.hello.HelloHTTPServerAndClient
- com.firefly.example.http.hello.HelloHTTPsServer
- com.firefly.example.http.hello.HelloHTTPsServerAndClient
- com.firefly.example.ioc.HelloServiceImpl (implements com.firefly.example.ioc.HelloService)
- com.firefly.example.tcp.HelloTcpServerAndClientWithOpenssl
- com.firefly.example.http.benchmark.HTTPServerPerformance
- com.firefly.example.http.benchmark.HTTPServerPerformance.ItemRepository
- com.firefly.example.reactive.coffee.store.model.Inventory
- com.firefly.example.reactive.coffee.store.dao.impl.InventoryDAOImpl (implements com.firefly.example.reactive.coffee.store.dao.InventoryDAO)
- com.firefly.example.reactive.coffee.store.vo.InventoryUpdate
- com.firefly.example.ioc.IOCMain
- com.firefly.example.http.hello.JdkFileCertHTTPsServer
- com.firefly.example.http.hello.LocalSessionDemo
- com.firefly.example.reactive.coffee.store.router.impl.sys.LoginHandler (implements com.firefly.server.http2.router.Handler)
- com.firefly.example.ioc.LogProxy (implements com.firefly.utils.classproxy.ClassProxy)
- com.firefly.example.reactive.coffee.store.vo.MainPage
- com.firefly.example.reactive.coffee.store.router.impl.biz.MainPageHandler (implements com.firefly.server.http2.router.Handler)
- com.firefly.example.reactive.coffee.store.router.impl.biz.MainPageRouterInstaller (implements com.firefly.example.reactive.coffee.store.router.RouterInstaller)
- com.firefly.example.http.hello.MultipartDemo
- com.firefly.example.http.hello.OpensslHTTPsServer
- com.firefly.example.reactive.coffee.store.model.Order
- com.firefly.example.reactive.coffee.store.dao.impl.OrderDAOImpl (implements com.firefly.example.reactive.coffee.store.dao.OrderDAO)
- com.firefly.example.reactive.coffee.store.router.impl.biz.OrderHandler (implements com.firefly.server.http2.router.Handler)
- com.firefly.example.reactive.coffee.store.service.impl.OrderServiceImpl (implements com.firefly.example.reactive.coffee.store.service.OrderService)
- com.firefly.example.kotlin.PackageInfo
- com.firefly.example.reactive.coffee.store.vo.Page<T>
- com.firefly.example.reactive.coffee.store.model.Product
- com.firefly.example.reactive.coffee.store.vo.ProductBuyRequest
- com.firefly.example.reactive.coffee.store.dao.impl.ProductDAOImpl (implements com.firefly.example.reactive.coffee.store.dao.ProductDAO)
- com.firefly.example.reactive.coffee.store.vo.ProductQuery
- com.firefly.example.reactive.coffee.store.service.impl.ProductServiceImpl (implements com.firefly.example.reactive.coffee.store.service.ProductService)
- com.firefly.example.reactive.coffee.store.ProjectConfig
- com.firefly.example.http.proxy.ProxyDemo
- com.firefly.example.reactive.coffee.store.utils.ResourceUtils
- com.firefly.example.reactive.coffee.store.vo.Response<T>
- com.firefly.example.http.hello.RoutingByAcceptDemo
- com.firefly.example.http.hello.RoutingByAllHTTPmethodDemo
- com.firefly.example.http.hello.RoutingByConsumes
- com.firefly.example.http.hello.RoutingByConsumes.Car
- com.firefly.example.http.hello.RoutingByExactPathDemo
- com.firefly.example.http.hello.RoutingByMethods
- com.firefly.example.http.hello.RoutingByPathsWithWildcardDemo
- com.firefly.example.http.hello.RoutingWithRegexDemo
- com.firefly.example.http.hello.StaticFileDemo
- com.firefly.example.reactive.coffee.store.router.impl.sys.StaticResourceHandler (implements com.firefly.server.http2.router.Handler)
- com.firefly.example.reactive.coffee.store.router.impl.sys.SysRouterInstaller (implements com.firefly.example.reactive.coffee.store.router.RouterInstaller)
- com.firefly.example.http.hello.TemplateDemo
- com.firefly.example.http.hello.TemplateDemo.Example
- com.firefly.example.reactive.coffee.store.model.User
- com.firefly.example.reactive.coffee.store.dao.impl.UserDAOImpl (implements com.firefly.example.reactive.coffee.store.dao.UserDAO)
- com.firefly.example.reactive.coffee.store.vo.UserInfo
- com.firefly.example.reactive.coffee.store.service.impl.UserServiceImpl (implements com.firefly.example.reactive.coffee.store.service.UserService)
- com.firefly.example.webscoket.WebSocketExtensionDemo
- com.firefly.example.webscoket.WebSocketServerAndClientDemo
- com.firefly.example.webscoket.WebSocketServerDemo
- com.firefly.utils.lang.AbstractLifeCycle (implements com.firefly.utils.lang.LifeCycle)
接口分层结构
- com.firefly.example.ioc.BarService
- java.lang.Comparable<T>
- com.firefly.example.reactive.coffee.store.router.RouterInstaller
- com.firefly.example.ioc.FooService
- com.firefly.example.ioc.HelloService
- com.firefly.example.reactive.coffee.store.dao.InventoryDAO
- com.firefly.example.reactive.coffee.store.dao.OrderDAO
- com.firefly.example.reactive.coffee.store.service.OrderService
- com.firefly.example.reactive.coffee.store.dao.ProductDAO
- com.firefly.example.reactive.coffee.store.service.ProductService
- com.firefly.example.reactive.coffee.store.dao.UserDAO
- com.firefly.example.reactive.coffee.store.service.UserService
注释类型分层结构
- com.firefly.example.ioc.ProxyChain (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.firefly.example.reactive.coffee.store.vo.InventoryOperator
- com.firefly.example.reactive.coffee.store.vo.OrderStatus
- com.firefly.example.reactive.coffee.store.vo.ProductStatus
- com.firefly.example.reactive.coffee.store.vo.ProductType
- com.firefly.example.reactive.coffee.store.vo.ResponseStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)