public class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider extends io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
  super_class: io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
{
  private static final io.netty.util.AttributeKey<org.jboss.marshalling.Unmarshaller> UNMARSHALLER;
    descriptor: Lio/netty/util/AttributeKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/util/AttributeKey<Lorg/jboss/marshalling/Unmarshaller;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            ldc Lio/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider;
            ldc "UNMARSHALLER"
         1: .line 37
            invokestatic io.netty.util.AttributeKey.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Lio/netty/util/AttributeKey;
            putstatic io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider.UNMARSHALLER:Lio/netty/util/AttributeKey;
         2: .line 38
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jboss.marshalling.MarshallerFactory, org.jboss.marshalling.MarshallingConfiguration);
    descriptor: (Lorg/jboss/marshalling/MarshallerFactory;Lorg/jboss/marshalling/MarshallingConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider this
        start local 1 // org.jboss.marshalling.MarshallerFactory factory
        start local 2 // org.jboss.marshalling.MarshallingConfiguration config
         0: .line 41
            aload 0 /* this */
            aload 1 /* factory */
            aload 2 /* config */
            invokespecial io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider.<init>:(Lorg/jboss/marshalling/MarshallerFactory;Lorg/jboss/marshalling/MarshallingConfiguration;)V
         1: .line 42
            return
        end local 2 // org.jboss.marshalling.MarshallingConfiguration config
        end local 1 // org.jboss.marshalling.MarshallerFactory factory
        end local 0 // io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider;
            0    2     1  factory  Lorg/jboss/marshalling/MarshallerFactory;
            0    2     2   config  Lorg/jboss/marshalling/MarshallingConfiguration;
    MethodParameters:
         Name  Flags
      factory  
      config   

  public org.jboss.marshalling.Unmarshaller getUnmarshaller(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Unmarshaller;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 46
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            getstatic io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider.UNMARSHALLER:Lio/netty/util/AttributeKey;
            invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
            astore 2 /* attr */
        start local 2 // io.netty.util.Attribute attr
         1: .line 47
            aload 2 /* attr */
            invokeinterface io.netty.util.Attribute.get:()Ljava/lang/Object;
            checkcast org.jboss.marshalling.Unmarshaller
            astore 3 /* unmarshaller */
        start local 3 // org.jboss.marshalling.Unmarshaller unmarshaller
         2: .line 48
            aload 3 /* unmarshaller */
            ifnonnull 5
         3: .line 49
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider.getUnmarshaller:(Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Unmarshaller;
            astore 3 /* unmarshaller */
         4: .line 50
            aload 2 /* attr */
            aload 3 /* unmarshaller */
            invokeinterface io.netty.util.Attribute.set:(Ljava/lang/Object;)V
         5: .line 52
      StackMap locals: io.netty.util.Attribute org.jboss.marshalling.Unmarshaller
      StackMap stack:
            aload 3 /* unmarshaller */
            areturn
        end local 3 // org.jboss.marshalling.Unmarshaller unmarshaller
        end local 2 // io.netty.util.Attribute attr
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider;
            0    6     1           ctx  Lio/netty/channel/ChannelHandlerContext;
            1    6     2          attr  Lio/netty/util/Attribute<Lorg/jboss/marshalling/Unmarshaller;>;
            2    6     3  unmarshaller  Lorg/jboss/marshalling/Unmarshaller;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "ContextBoundUnmarshallerProvider.java"