public class org.springframework.http.codec.xml.Jaxb2XmlEncoder extends org.springframework.core.codec.AbstractSingleValueEncoder<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.http.codec.xml.Jaxb2XmlEncoder
  super_class: org.springframework.core.codec.AbstractSingleValueEncoder
{
  private final org.springframework.http.codec.xml.JaxbContextContainer jaxbContexts;
    descriptor: Lorg/springframework/http/codec/xml/JaxbContextContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.function.Function<javax.xml.bind.Marshaller, javax.xml.bind.Marshaller> marshallerProcessor;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Ljavax/xml/bind/Marshaller;Ljavax/xml/bind/Marshaller;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
         0: .line 65
            aload 0 /* this */
            iconst_2
            anewarray org.springframework.util.MimeType
            dup
            iconst_0
            getstatic org.springframework.util.MimeTypeUtils.APPLICATION_XML:Lorg/springframework/util/MimeType;
            aastore
            dup
            iconst_1
            getstatic org.springframework.util.MimeTypeUtils.TEXT_XML:Lorg/springframework/util/MimeType;
            aastore
            invokespecial org.springframework.core.codec.AbstractSingleValueEncoder.<init>:([Lorg/springframework/util/MimeType;)V
         1: .line 59
            aload 0 /* this */
            new org.springframework.http.codec.xml.JaxbContextContainer
            dup
            invokespecial org.springframework.http.codec.xml.JaxbContextContainer.<init>:()V
            putfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.jaxbContexts:Lorg/springframework/http/codec/xml/JaxbContextContainer;
         2: .line 61
            aload 0 /* this */
            invokestatic java.util.function.Function.identity:()Ljava/util/function/Function;
            putfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.marshallerProcessor:Ljava/util/function/Function;
         3: .line 66
            return
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;

  public void setMarshallerProcessor(java.util.function.Function<javax.xml.bind.Marshaller, javax.xml.bind.Marshaller>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
        start local 1 // java.util.function.Function processor
         0: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.marshallerProcessor:Ljava/util/function/Function;
            aload 1 /* processor */
            invokeinterface java.util.function.Function.andThen:(Ljava/util/function/Function;)Ljava/util/function/Function;
            putfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.marshallerProcessor:Ljava/util/function/Function;
         1: .line 76
            return
        end local 1 // java.util.function.Function processor
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;
            0    2     1  processor  Ljava/util/function/Function<Ljavax/xml/bind/Marshaller;Ljavax/xml/bind/Marshaller;>;
    Signature: (Ljava/util/function/Function<Ljavax/xml/bind/Marshaller;Ljavax/xml/bind/Marshaller;>;)V
    MethodParameters:
           Name  Flags
      processor  

  public java.util.function.Function<javax.xml.bind.Marshaller, javax.xml.bind.Marshaller> getMarshallerProcessor();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
         0: .line 83
            aload 0 /* this */
            getfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.marshallerProcessor:Ljava/util/function/Function;
            areturn
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;
    Signature: ()Ljava/util/function/Function<Ljavax/xml/bind/Marshaller;Ljavax/xml/bind/Marshaller;>;

  public boolean canEncode(org.springframework.core.ResolvableType, org.springframework.util.MimeType);
    descriptor: (Lorg/springframework/core/ResolvableType;Lorg/springframework/util/MimeType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
        start local 1 // org.springframework.core.ResolvableType elementType
        start local 2 // org.springframework.util.MimeType mimeType
         0: .line 89
            aload 0 /* this */
            aload 1 /* elementType */
            aload 2 /* mimeType */
            invokespecial org.springframework.core.codec.AbstractSingleValueEncoder.canEncode:(Lorg/springframework/core/ResolvableType;Lorg/springframework/util/MimeType;)Z
            ifeq 6
         1: .line 90
            aload 1 /* elementType */
            invokevirtual org.springframework.core.ResolvableType.toClass:()Ljava/lang/Class;
            astore 3 /* outputClass */
        start local 3 // java.lang.Class outputClass
         2: .line 91
            aload 3 /* outputClass */
            ldc Ljavax/xml/bind/annotation/XmlRootElement;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 5
         3: .line 92
            aload 3 /* outputClass */
            ldc Ljavax/xml/bind/annotation/XmlType;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 5
         4: .line 91
            iconst_0
            ireturn
      StackMap locals: java.lang.Class
      StackMap stack:
         5: iconst_1
            ireturn
        end local 3 // java.lang.Class outputClass
         6: .line 95
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.springframework.util.MimeType mimeType
        end local 1 // org.springframework.core.ResolvableType elementType
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;
            0    7     1  elementType  Lorg/springframework/core/ResolvableType;
            0    7     2     mimeType  Lorg/springframework/util/MimeType;
            2    6     3  outputClass  Ljava/lang/Class<*>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      elementType  
      mimeType     

  protected reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> encode(, org.springframework.core.io.buffer.DataBufferFactory, org.springframework.core.ResolvableType, org.springframework.util.MimeType, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/io/buffer/DataBufferFactory;Lorg/springframework/core/ResolvableType;Lorg/springframework/util/MimeType;Ljava/util/Map;)Lreactor/core/publisher/Flux;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=6
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
        start local 1 // java.lang.Object value
        start local 2 // org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory
        start local 3 // org.springframework.core.ResolvableType type
        start local 4 // org.springframework.util.MimeType mimeType
        start local 5 // java.util.Map hints
         0: .line 103
            aload 5 /* hints */
            invokestatic org.springframework.core.codec.Hints.isLoggingSuppressed:(Ljava/util/Map;)Z
            ifne 2
         1: .line 104
            aload 0 /* this */
            getfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.logger:Lorg/apache/commons/logging/Log;
            aload 1 /* value */
            aload 5 /* hints */
            invokedynamic apply(Ljava/lang/Object;Ljava/util/Map;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/http/codec/xml/Jaxb2XmlEncoder.lambda$0(Ljava/lang/Object;Ljava/util/Map;Ljava/lang/Boolean;)Ljava/lang/String; (6)
                  (Ljava/lang/Boolean;)Ljava/lang/String;
            invokestatic org.springframework.core.log.LogFormatUtils.traceDebug:(Lorg/apache/commons/logging/Log;Ljava/util/function/Function;)V
         2: .line 110
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* release */
        start local 6 // boolean release
         3: .line 111
            aload 2 /* dataBufferFactory */
            sipush 1024
            invokeinterface org.springframework.core.io.buffer.DataBufferFactory.allocateBuffer:(I)Lorg/springframework/core/io/buffer/DataBuffer;
            astore 7 /* buffer */
        start local 7 // org.springframework.core.io.buffer.DataBuffer buffer
         4: .line 112
            aload 7 /* buffer */
            invokeinterface org.springframework.core.io.buffer.DataBuffer.asOutputStream:()Ljava/io/OutputStream;
            astore 8 /* outputStream */
        start local 8 // java.io.OutputStream outputStream
         5: .line 113
            aload 1 /* value */
            invokestatic org.springframework.util.ClassUtils.getUserClass:(Ljava/lang/Object;)Ljava/lang/Class;
            astore 9 /* clazz */
        start local 9 // java.lang.Class clazz
         6: .line 116
            aload 0 /* this */
            aload 9 /* clazz */
            invokevirtual org.springframework.http.codec.xml.Jaxb2XmlEncoder.initMarshaller:(Ljava/lang/Class;)Ljavax/xml/bind/Marshaller;
            astore 10 /* marshaller */
        start local 10 // javax.xml.bind.Marshaller marshaller
         7: .line 117
            aload 10 /* marshaller */
            aload 1 /* value */
            aload 8 /* outputStream */
            invokeinterface javax.xml.bind.Marshaller.marshal:(Ljava/lang/Object;Ljava/io/OutputStream;)V
         8: .line 118
            iconst_0
            istore 6 /* release */
         9: .line 119
            aload 7 /* buffer */
            invokestatic reactor.core.publisher.Flux.just:(Ljava/lang/Object;)Lreactor/core/publisher/Flux;
            astore 12
        10: .line 129
            iload 6 /* release */
            ifeq 12
        11: .line 130
            aload 7 /* buffer */
            invokestatic org.springframework.core.io.buffer.DataBufferUtils.release:(Lorg/springframework/core/io/buffer/DataBuffer;)Z
            pop
        12: .line 119
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class javax.xml.bind.Marshaller top reactor.core.publisher.Flux
      StackMap stack:
            aload 12
            areturn
        end local 10 // javax.xml.bind.Marshaller marshaller
        13: .line 121
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class
      StackMap stack: javax.xml.bind.MarshalException
            astore 10 /* ex */
        start local 10 // javax.xml.bind.MarshalException ex
        14: .line 122
            new org.springframework.core.codec.EncodingException
            dup
        15: .line 123
            new java.lang.StringBuilder
            dup
            ldc "Could not marshal "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to XML"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 10 /* ex */
        16: .line 122
            invokespecial org.springframework.core.codec.EncodingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            invokestatic reactor.core.publisher.Flux.error:(Ljava/lang/Throwable;)Lreactor/core/publisher/Flux;
            astore 12
        17: .line 129
            iload 6 /* release */
            ifeq 19
        18: .line 130
            aload 7 /* buffer */
            invokestatic org.springframework.core.io.buffer.DataBufferUtils.release:(Lorg/springframework/core/io/buffer/DataBuffer;)Z
            pop
        19: .line 122
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class javax.xml.bind.MarshalException top reactor.core.publisher.Flux
      StackMap stack:
            aload 12
            areturn
        end local 10 // javax.xml.bind.MarshalException ex
        20: .line 125
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class
      StackMap stack: javax.xml.bind.JAXBException
            astore 10 /* ex */
        start local 10 // javax.xml.bind.JAXBException ex
        21: .line 126
            new org.springframework.core.codec.CodecException
            dup
            ldc "Invalid JAXB configuration"
            aload 10 /* ex */
            invokespecial org.springframework.core.codec.CodecException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            invokestatic reactor.core.publisher.Flux.error:(Ljava/lang/Throwable;)Lreactor/core/publisher/Flux;
            astore 12
        22: .line 129
            iload 6 /* release */
            ifeq 24
        23: .line 130
            aload 7 /* buffer */
            invokestatic org.springframework.core.io.buffer.DataBufferUtils.release:(Lorg/springframework/core/io/buffer/DataBuffer;)Z
            pop
        24: .line 126
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class javax.xml.bind.JAXBException top reactor.core.publisher.Flux
      StackMap stack:
            aload 12
            areturn
        end local 10 // javax.xml.bind.JAXBException ex
        25: .line 128
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class
      StackMap stack: java.lang.Throwable
            astore 11
        26: .line 129
            iload 6 /* release */
            ifeq 28
        27: .line 130
            aload 7 /* buffer */
            invokestatic org.springframework.core.io.buffer.DataBufferUtils.release:(Lorg/springframework/core/io/buffer/DataBuffer;)Z
            pop
        28: .line 132
      StackMap locals: org.springframework.http.codec.xml.Jaxb2XmlEncoder java.lang.Object org.springframework.core.io.buffer.DataBufferFactory org.springframework.core.ResolvableType org.springframework.util.MimeType java.util.Map int org.springframework.core.io.buffer.DataBuffer java.io.OutputStream java.lang.Class top java.lang.Throwable
      StackMap stack:
            aload 11
            athrow
        end local 9 // java.lang.Class clazz
        end local 8 // java.io.OutputStream outputStream
        end local 7 // org.springframework.core.io.buffer.DataBuffer buffer
        end local 6 // boolean release
        end local 5 // java.util.Map hints
        end local 4 // org.springframework.util.MimeType mimeType
        end local 3 // org.springframework.core.ResolvableType type
        end local 2 // org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   29     0               this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;
            0   29     1              value  Ljava/lang/Object;
            0   29     2  dataBufferFactory  Lorg/springframework/core/io/buffer/DataBufferFactory;
            0   29     3               type  Lorg/springframework/core/ResolvableType;
            0   29     4           mimeType  Lorg/springframework/util/MimeType;
            0   29     5              hints  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            3   29     6            release  Z
            4   29     7             buffer  Lorg/springframework/core/io/buffer/DataBuffer;
            5   29     8       outputStream  Ljava/io/OutputStream;
            6   29     9              clazz  Ljava/lang/Class<*>;
            7   13    10         marshaller  Ljavax/xml/bind/Marshaller;
           14   20    10                 ex  Ljavax/xml/bind/MarshalException;
           21   25    10                 ex  Ljavax/xml/bind/JAXBException;
      Exception table:
        from    to  target  type
           6    10      13  Class javax.xml.bind.MarshalException
           6    10      20  Class javax.xml.bind.JAXBException
           6    10      25  any
          13    17      25  any
          20    22      25  any
    Signature: (Ljava/lang/Object;Lorg/springframework/core/io/buffer/DataBufferFactory;Lorg/springframework/core/ResolvableType;Lorg/springframework/util/MimeType;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lreactor/core/publisher/Flux<Lorg/springframework/core/io/buffer/DataBuffer;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.springframework.lang.Nullable()
      4:
        org.springframework.lang.Nullable()
    MethodParameters:
                   Name  Flags
      value              
      dataBufferFactory  
      type               
      mimeType           
      hints              

  private javax.xml.bind.Marshaller initMarshaller(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljavax/xml/bind/Marshaller;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
        start local 1 // java.lang.Class clazz
         0: .line 136
            aload 0 /* this */
            getfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.jaxbContexts:Lorg/springframework/http/codec/xml/JaxbContextContainer;
            aload 1 /* clazz */
            invokevirtual org.springframework.http.codec.xml.JaxbContextContainer.createMarshaller:(Ljava/lang/Class;)Ljavax/xml/bind/Marshaller;
            astore 2 /* marshaller */
        start local 2 // javax.xml.bind.Marshaller marshaller
         1: .line 137
            aload 2 /* marshaller */
            ldc "jaxb.encoding"
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            invokeinterface javax.xml.bind.Marshaller.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 138
            aload 0 /* this */
            getfield org.springframework.http.codec.xml.Jaxb2XmlEncoder.marshallerProcessor:Ljava/util/function/Function;
            aload 2 /* marshaller */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.xml.bind.Marshaller
            astore 2 /* marshaller */
         3: .line 139
            aload 2 /* marshaller */
            areturn
        end local 2 // javax.xml.bind.Marshaller marshaller
        end local 1 // java.lang.Class clazz
        end local 0 // org.springframework.http.codec.xml.Jaxb2XmlEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/http/codec/xml/Jaxb2XmlEncoder;
            0    4     1       clazz  Ljava/lang/Class<*>;
            1    4     2  marshaller  Ljavax/xml/bind/Marshaller;
    Exceptions:
      throws javax.xml.bind.JAXBException
    Signature: (Ljava/lang/Class<*>;)Ljavax/xml/bind/Marshaller;
    MethodParameters:
       Name  Flags
      clazz  

  private static java.lang.String lambda$0(java.lang.Object, java.util.Map, java.lang.Boolean);
    descriptor: (Ljava/lang/Object;Ljava/util/Map;Ljava/lang/Boolean;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 2 // java.lang.Boolean traceOn
         0: .line 105
            aload 0
            aload 2 /* traceOn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: java.lang.Object
         1: iconst_1
      StackMap locals: java.lang.Object java.util.Map java.lang.Boolean
      StackMap stack: java.lang.Object int
         2: invokestatic org.springframework.core.log.LogFormatUtils.formatValue:(Ljava/lang/Object;Z)Ljava/lang/String;
            astore 3 /* formatted */
        start local 3 // java.lang.String formatted
         3: .line 106
            new java.lang.StringBuilder
            dup
            aload 1
            invokestatic org.springframework.core.codec.Hints.getLogPrefix:(Ljava/util/Map;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "Encoding ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* formatted */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.String formatted
        end local 2 // java.lang.Boolean traceOn
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     2    traceOn  Ljava/lang/Boolean;
            3    4     3  formatted  Ljava/lang/String;
}
Signature: Lorg/springframework/core/codec/AbstractSingleValueEncoder<Ljava/lang/Object;>;
SourceFile: "Jaxb2XmlEncoder.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles