resource-config.json — netty Source File
Architecture documentation for resource-config.json, a json file in the netty codebase.
Entity Profile
Source Code
{
"resources":{
"includes":[
{
"condition": {
"typeReachable": "io.netty.channel.uring.Native"
},
"pattern":".*libnetty_transport_native_io_uring42_.*\\.so"
}
]},
"bundles":[]
}
Source
Frequently Asked Questions
What does resource-config.json do?
resource-config.json is a source file in the netty codebase, written in json.
Where is resource-config.json in the architecture?
resource-config.json is located at transport-classes-io_uring/src/main/resources/META-INF/native-image/io.netty/netty-transport-classess-io_uring/resource-config.json (directory: transport-classes-io_uring/src/main/resources/META-INF/native-image/io.netty/netty-transport-classess-io_uring).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free