reflect-config.json — netty Source File
Architecture documentation for reflect-config.json, a json file in the netty codebase.
Entity Profile
Source Code
[
{
"name": "io.netty.handler.codec.http.cors.CorsHandler",
"condition": {
"typeReachable": "io.netty.handler.codec.http.cors.CorsHandler"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpClientCodec",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpClientCodec"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpClientCodec$Decoder",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpClientCodec$Decoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpClientCodec$Encoder",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpClientCodec$Encoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpClientUpgradeHandler",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpClientUpgradeHandler"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpContentCompressor",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpContentCompressor"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpContentDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpContentDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpContentDecoder$ByteBufForwarder",
"condition": {
"typeReachable": "io.netty.handler.codec.http.HttpContentDecoder$ByteBufForwarder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.http.HttpContentDecompressor",
"condition": {
// ... (419 more lines)
Source
Frequently Asked Questions
What does reflect-config.json do?
reflect-config.json is a source file in the netty codebase, written in json.
Where is reflect-config.json in the architecture?
reflect-config.json is located at codec-http/src/main/resources/META-INF/native-image/io.netty/netty-codec-http/generated/handlers/reflect-config.json (directory: codec-http/src/main/resources/META-INF/native-image/io.netty/netty-codec-http/generated/handlers).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free