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.channel.socket.nio.NioServerSocketChannel",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "io.netty.channel.socket.nio.NioSocketChannel",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
},
{
"name": "sun.nio.ch.SelectorImpl",
"fields": [
{ "name": "selectedKeys", "allowUnsafeAccess" : true},
{ "name": "publicSelectedKeys", "allowUnsafeAccess" : true}
]
},
{
"name": "java.lang.management.ManagementFactory",
"methods": [
{
"name": "getRuntimeMXBean",
"parameterTypes": []
}
]
},
{
"name": "java.lang.management.RuntimeMXBean",
"methods": [
{
"name": "getName",
"parameterTypes": []
}
]
},
{
"name": "io.netty.channel.socket.nio.NioDatagramChannel",
"methods": [
{
"name": "<init>", "parameterTypes": []
}
]
}
]
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 transport/src/main/resources/META-INF/native-image/io.netty/netty-transport/reflect-config.json (directory: transport/src/main/resources/META-INF/native-image/io.netty/netty-transport).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free