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

[
  {
    "name": "io.netty.bootstrap.ServerBootstrap$1",
    "condition": {
      "typeReachable": "io.netty.bootstrap.ServerBootstrap$1"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor",
    "condition": {
      "typeReachable": "io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelDuplexHandler",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelDuplexHandler"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelHandler",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelHandler"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelHandlerAdapter",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelHandlerAdapter"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelInboundHandler",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelInboundHandler"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelInboundHandlerAdapter",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelInboundHandlerAdapter"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelInitializer",
    "condition": {
      "typeReachable": "io.netty.channel.ChannelInitializer"
    },
    "queryAllPublicMethods": true
  },
  {
    "name": "io.netty.channel.ChannelOutboundHandler",
    "condition": {
// ... (61 more lines)

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

Analyze Your Own Codebase

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

Try Supermodel Free