final class org.springframework.boot.convert.DurationToStringConverter implements org.springframework.core.convert.converter.GenericConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.convert.DurationToStringConverter
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/convert/DurationToStringConverter;

  public java.util.Set<org.springframework.core.convert.converter.GenericConverter$ConvertiblePair> getConvertibleTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
         0: .line 39
            new org.springframework.core.convert.converter.GenericConverter$ConvertiblePair
            dup
            ldc Ljava/time/Duration;
            ldc Ljava/lang/String;
            invokespecial org.springframework.core.convert.converter.GenericConverter$ConvertiblePair.<init>:(Ljava/lang/Class;Ljava/lang/Class;)V
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/convert/DurationToStringConverter;
    Signature: ()Ljava/util/Set<Lorg/springframework/core/convert/converter/GenericConverter$ConvertiblePair;>;

  public java.lang.Object convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
        start local 1 // java.lang.Object source
        start local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 3 // org.springframework.core.convert.TypeDescriptor targetType
         0: .line 44
            aload 1 /* source */
            ifnonnull 2
         1: .line 45
            aconst_null
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            checkcast java.time.Duration
            aload 0 /* this */
            aload 2 /* sourceType */
            invokevirtual org.springframework.boot.convert.DurationToStringConverter.getDurationStyle:(Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/boot/convert/DurationStyle;
            aload 0 /* this */
            aload 2 /* sourceType */
            invokevirtual org.springframework.boot.convert.DurationToStringConverter.getDurationUnit:(Lorg/springframework/core/convert/TypeDescriptor;)Ljava/time/temporal/ChronoUnit;
            invokevirtual org.springframework.boot.convert.DurationToStringConverter.convert:(Ljava/time/Duration;Lorg/springframework/boot/convert/DurationStyle;Ljava/time/temporal/ChronoUnit;)Ljava/lang/String;
            areturn
        end local 3 // org.springframework.core.convert.TypeDescriptor targetType
        end local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 1 // java.lang.Object source
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/convert/DurationToStringConverter;
            0    3     1      source  Ljava/lang/Object;
            0    3     2  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    3     3  targetType  Lorg/springframework/core/convert/TypeDescriptor;
    MethodParameters:
            Name  Flags
      source      
      sourceType  
      targetType  

  private java.time.temporal.ChronoUnit getDurationUnit(org.springframework.core.convert.TypeDescriptor);
    descriptor: (Lorg/springframework/core/convert/TypeDescriptor;)Ljava/time/temporal/ChronoUnit;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
        start local 1 // org.springframework.core.convert.TypeDescriptor sourceType
         0: .line 51
            aload 1 /* sourceType */
            ldc Lorg/springframework/boot/convert/DurationUnit;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.boot.convert.DurationUnit
            astore 2 /* annotation */
        start local 2 // org.springframework.boot.convert.DurationUnit annotation
         1: .line 52
            aload 2 /* annotation */
            ifnull 2
            aload 2 /* annotation */
            invokeinterface org.springframework.boot.convert.DurationUnit.value:()Ljava/time/temporal/ChronoUnit;
            goto 3
      StackMap locals: org.springframework.boot.convert.DurationUnit
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.time.temporal.ChronoUnit
         3: areturn
        end local 2 // org.springframework.boot.convert.DurationUnit annotation
        end local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/convert/DurationToStringConverter;
            0    4     1  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            1    4     2  annotation  Lorg/springframework/boot/convert/DurationUnit;
    MethodParameters:
            Name  Flags
      sourceType  

  private org.springframework.boot.convert.DurationStyle getDurationStyle(org.springframework.core.convert.TypeDescriptor);
    descriptor: (Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/boot/convert/DurationStyle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
        start local 1 // org.springframework.core.convert.TypeDescriptor sourceType
         0: .line 56
            aload 1 /* sourceType */
            ldc Lorg/springframework/boot/convert/DurationFormat;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.boot.convert.DurationFormat
            astore 2 /* annotation */
        start local 2 // org.springframework.boot.convert.DurationFormat annotation
         1: .line 57
            aload 2 /* annotation */
            ifnull 2
            aload 2 /* annotation */
            invokeinterface org.springframework.boot.convert.DurationFormat.value:()Lorg/springframework/boot/convert/DurationStyle;
            goto 3
      StackMap locals: org.springframework.boot.convert.DurationFormat
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.boot.convert.DurationStyle
         3: areturn
        end local 2 // org.springframework.boot.convert.DurationFormat annotation
        end local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/convert/DurationToStringConverter;
            0    4     1  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            1    4     2  annotation  Lorg/springframework/boot/convert/DurationFormat;
    MethodParameters:
            Name  Flags
      sourceType  

  private java.lang.String convert(java.time.Duration, org.springframework.boot.convert.DurationStyle, java.time.temporal.ChronoUnit);
    descriptor: (Ljava/time/Duration;Lorg/springframework/boot/convert/DurationStyle;Ljava/time/temporal/ChronoUnit;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.convert.DurationToStringConverter this
        start local 1 // java.time.Duration source
        start local 2 // org.springframework.boot.convert.DurationStyle style
        start local 3 // java.time.temporal.ChronoUnit unit
         0: .line 61
            aload 2 /* style */
            ifnull 1
            aload 2 /* style */
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.springframework.boot.convert.DurationStyle.ISO8601:Lorg/springframework/boot/convert/DurationStyle;
      StackMap locals:
      StackMap stack: org.springframework.boot.convert.DurationStyle
         2: astore 2 /* style */
         3: .line 62
            aload 2 /* style */
            aload 1 /* source */
            aload 3 /* unit */
            invokevirtual org.springframework.boot.convert.DurationStyle.print:(Ljava/time/Duration;Ljava/time/temporal/ChronoUnit;)Ljava/lang/String;
            areturn
        end local 3 // java.time.temporal.ChronoUnit unit
        end local 2 // org.springframework.boot.convert.DurationStyle style
        end local 1 // java.time.Duration source
        end local 0 // org.springframework.boot.convert.DurationToStringConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/boot/convert/DurationToStringConverter;
            0    4     1  source  Ljava/time/Duration;
            0    4     2   style  Lorg/springframework/boot/convert/DurationStyle;
            0    4     3    unit  Ljava/time/temporal/ChronoUnit;
    MethodParameters:
        Name  Flags
      source  
      style   
      unit    
}
SourceFile: "DurationToStringConverter.java"
InnerClasses:
  public final ConvertiblePair = org.springframework.core.convert.converter.GenericConverter$ConvertiblePair of org.springframework.core.convert.converter.GenericConverter