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

reflect-config.json — netty Source File

Architecture documentation for reflect-config.json, a json file in the netty codebase.

Entity Profile

Source Code

[
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name":"io.netty.channel.epoll.EpollServerSocketChannel",
    "allDeclaredConstructors": true
  },
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name":"io.netty.channel.epoll.EpollDomainSocketChannel",
    "allDeclaredConstructors": true
  },
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name":"io.netty.channel.epoll.EpollServerDomainSocketChannel",
    "allDeclaredConstructors": true
  },
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name":"io.netty.channel.epoll.EpollSocketChannel",
    "allDeclaredConstructors": true
  },
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name":"io.netty.channel.epoll.EpollDatagramChannel",
    "allDeclaredConstructors": true
  },
  {
    "condition": {
      "typeReachable": "io.netty.channel.epoll.Native"
    },
    "name": "io.netty.util.internal.NativeLibraryUtil",
    "allDeclaredMethods": true
  }
]

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-classes-epoll/src/main/resources/META-INF/native-image/io.netty/netty-transport-classes-epoll/reflect-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