public class io.netty.handler.codec.marshalling.DefaultMarshallerProvider implements io.netty.handler.codec.marshalling.MarshallerProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.marshalling.DefaultMarshallerProvider
  super_class: java.lang.Object
{
  private final org.jboss.marshalling.MarshallerFactory factory;
    descriptor: Lorg/jboss/marshalling/MarshallerFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jboss.marshalling.MarshallingConfiguration config;
    descriptor: Lorg/jboss/marshalling/MarshallingConfiguration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.marshalling.DefaultMarshallerProvider this
        start local 1 // org.jboss.marshalling.MarshallerFactory factory
        start local 2 // org.jboss.marshalling.MarshallingConfiguration config
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.netty.handler.codec.marshalling.DefaultMarshallerProvider.factory:Lorg/jboss/marshalling/MarshallerFactory;
         2: .line 41
            aload 0 /* this */
            aload 2 /* config */
            putfield io.netty.handler.codec.marshalling.DefaultMarshallerProvider.config:Lorg/jboss/marshalling/MarshallingConfiguration;
         3: .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.DefaultMarshallerProvider this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/handler/codec/marshalling/DefaultMarshallerProvider;
            0    4     1  factory  Lorg/jboss/marshalling/MarshallerFactory;
            0    4     2   config  Lorg/jboss/marshalling/MarshallingConfiguration;
    MethodParameters:
         Name  Flags
      factory  
      config   

  public org.jboss.marshalling.Marshaller getMarshaller(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Marshaller;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.marshalling.DefaultMarshallerProvider this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 46
            aload 0 /* this */
            getfield io.netty.handler.codec.marshalling.DefaultMarshallerProvider.factory:Lorg/jboss/marshalling/MarshallerFactory;
            aload 0 /* this */
            getfield io.netty.handler.codec.marshalling.DefaultMarshallerProvider.config:Lorg/jboss/marshalling/MarshallingConfiguration;
            invokeinterface org.jboss.marshalling.MarshallerFactory.createMarshaller:(Lorg/jboss/marshalling/MarshallingConfiguration;)Lorg/jboss/marshalling/Marshaller;
            areturn
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.marshalling.DefaultMarshallerProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/marshalling/DefaultMarshallerProvider;
            0    1     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "DefaultMarshallerProvider.java"