Home / File/ resource-config.json — netty Source File

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.epoll.Native"
        },
        "pattern":".*libnetty_transport_native_epoll_.*\\.so"
      }
    ]},
  "bundles":[]
}

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-epoll/src/main/resources/META-INF/native-image/io.netty/netty-transport-classes-epoll/resource-config.json (directory: transport-classes-epoll/src/main/resources/META-INF/native-image/io.netty/netty-transport-classes-epoll).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free