class io.micronaut.websocket.context.WebSocketBeanRegistry$1 implements io.micronaut.websocket.context.WebSocketBeanRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.micronaut.websocket.context.WebSocketBeanRegistry$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.websocket.context.WebSocketBeanRegistry$1 this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.micronaut.websocket.context.WebSocketBeanRegistry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/websocket/context/WebSocketBeanRegistry$1;

  public <T> io.micronaut.websocket.context.WebSocketBean<T> getWebSocket(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lio/micronaut/websocket/context/WebSocketBean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.micronaut.websocket.context.WebSocketBeanRegistry$1 this
        start local 1 // java.lang.Class type
         0: .line 36
            new io.micronaut.context.exceptions.NoSuchBeanException
            dup
            aload 1 /* type */
            invokespecial io.micronaut.context.exceptions.NoSuchBeanException.<init>:(Ljava/lang/Class;)V
            athrow
        end local 1 // java.lang.Class type
        end local 0 // io.micronaut.websocket.context.WebSocketBeanRegistry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/websocket/context/WebSocketBeanRegistry$1;
            0    1     1  type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lio/micronaut/websocket/context/WebSocketBean<TT;>;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "WebSocketBeanRegistry.java"
EnclosingMethod: io.micronaut.websocket.context.WebSocketBeanRegistry
NestHost: io.micronaut.websocket.context.WebSocketBeanRegistry
InnerClasses:
  io.micronaut.websocket.context.WebSocketBeanRegistry$1