public class org.jboss.resteasy.plugins.providers.DefaultBooleanWriter implements org.jboss.resteasy.spi.AsyncMessageBodyWriter<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.DefaultBooleanWriter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/DefaultBooleanWriter;

  public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 33
            ldc Ljava/lang/String;
            aload 1 /* type */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* type */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 1
            aload 4 /* mediaType */
            invokestatic org.jboss.resteasy.util.MediaTypeHelper.isBlacklisted:(Ljavax/ws/rs/core/MediaType;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/plugins/providers/DefaultBooleanWriter;
            0    2     1         type  Ljava/lang/Class<*>;
            0    2     2  genericType  Ljava/lang/reflect/Type;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
            0    2     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public void writeTo(java.lang.Boolean, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
        start local 1 // java.lang.Boolean t
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // java.io.OutputStream entityStream
         0: .line 41
            aload 5 /* mediaType */
            invokevirtual javax.ws.rs.core.MediaType.getParameters:()Ljava/util/Map;
            ldc "charset"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 8 /* charset */
        start local 8 // java.lang.String charset
         1: .line 42
            aload 8 /* charset */
            ifnonnull 3
         2: .line 44
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            astore 8 /* charset */
         3: .line 48
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* entityStream */
            aload 1 /* t */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            aload 8 /* charset */
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            invokevirtual java.io.OutputStream.write:([B)V
         4: .line 49
            goto 7
         5: .line 50
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            pop
         6: .line 53
            aload 7 /* entityStream */
            aload 1 /* t */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
         7: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String charset
        end local 7 // java.io.OutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Boolean t
        end local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/jboss/resteasy/plugins/providers/DefaultBooleanWriter;
            0    8     1             t  Ljava/lang/Boolean;
            0    8     2          type  Ljava/lang/Class<*>;
            0    8     3   genericType  Ljava/lang/reflect/Type;
            0    8     4   annotations  [Ljava/lang/annotation/Annotation;
            0    8     5     mediaType  Ljavax/ws/rs/core/MediaType;
            0    8     6   httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0    8     7  entityStream  Ljava/io/OutputStream;
            1    8     8       charset  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.UnsupportedEncodingException
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException
    Signature: (Ljava/lang/Boolean;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/io/OutputStream;)V
    MethodParameters:
              Name  Flags
      t             
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public long getSize(java.lang.Boolean, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=6
        start local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
        start local 1 // java.lang.Boolean o
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
         0: .line 59
            aload 5 /* mediaType */
            invokevirtual javax.ws.rs.core.MediaType.getParameters:()Ljava/util/Map;
            ldc "charset"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* charset */
        start local 6 // java.lang.String charset
         1: .line 60
            aload 6 /* charset */
            ifnull 5
         2: .line 63
            aload 1 /* o */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            aload 6 /* charset */
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            arraylength
            i2l
         3: lreturn
         4: .line 65
      StackMap locals: org.jboss.resteasy.plugins.providers.DefaultBooleanWriter java.lang.Boolean java.lang.Class java.lang.reflect.Type java.lang.annotation.Annotation[] javax.ws.rs.core.MediaType java.lang.String
      StackMap stack: java.io.UnsupportedEncodingException
            pop
         5: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            arraylength
            i2l
            lreturn
        end local 6 // java.lang.String charset
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Boolean o
        end local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/jboss/resteasy/plugins/providers/DefaultBooleanWriter;
            0    6     1            o  Ljava/lang/Boolean;
            0    6     2         type  Ljava/lang/Class;
            0    6     3  genericType  Ljava/lang/reflect/Type;
            0    6     4  annotations  [Ljava/lang/annotation/Annotation;
            0    6     5    mediaType  Ljavax/ws/rs/core/MediaType;
            1    6     6      charset  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.UnsupportedEncodingException
    MethodParameters:
             Name  Flags
      o            
      type         
      genericType  
      annotations  
      mediaType    

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncWriteTo(java.lang.Boolean, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
        start local 1 // java.lang.Boolean t
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
         0: .line 77
            aload 5 /* mediaType */
            invokevirtual javax.ws.rs.core.MediaType.getParameters:()Ljava/util/Map;
            ldc "charset"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 8 /* charset */
        start local 8 // java.lang.String charset
         1: .line 78
            aload 8 /* charset */
            ifnonnull 3
         2: .line 80
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            astore 8 /* charset */
         3: .line 84
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* entityStream */
            aload 1 /* t */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            aload 8 /* charset */
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncWrite:([B)Ljava/util/concurrent/CompletionStage;
         4: areturn
         5: .line 86
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            pop
         6: .line 89
            aload 7 /* entityStream */
            aload 1 /* t */
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncWrite:([B)Ljava/util/concurrent/CompletionStage;
            areturn
        end local 8 // java.lang.String charset
        end local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Boolean t
        end local 0 // org.jboss.resteasy.plugins.providers.DefaultBooleanWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/jboss/resteasy/plugins/providers/DefaultBooleanWriter;
            0    7     1             t  Ljava/lang/Boolean;
            0    7     2          type  Ljava/lang/Class<*>;
            0    7     3   genericType  Ljava/lang/reflect/Type;
            0    7     4   annotations  [Ljava/lang/annotation/Annotation;
            0    7     5     mediaType  Ljavax/ws/rs/core/MediaType;
            0    7     6   httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     7  entityStream  Lorg/jboss/resteasy/spi/AsyncOutputStream;
            1    7     8       charset  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.UnsupportedEncodingException
    Signature: (Ljava/lang/Boolean;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      t             
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public void writeTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Boolean
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.DefaultBooleanWriter.writeTo:(Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException

  public long getSize(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Boolean
            aload 2
            checkcast java.lang.Class
            aload 3
            aload 4
            aload 5
            invokevirtual org.jboss.resteasy.plugins.providers.DefaultBooleanWriter.getSize:(Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.CompletionStage asyncWriteTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Boolean
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.DefaultBooleanWriter.asyncWriteTo:(Ljava/lang/Boolean;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jboss/resteasy/spi/AsyncMessageBodyWriter<Ljava/lang/Boolean;>;
SourceFile: "DefaultBooleanWriter.java"
    RuntimeVisibleAnnotations: 
      javax.ws.rs.ext.Provider()
      javax.ws.rs.Produces(value = {"text/plain"})