public class org.springframework.expression.spel.support.SimpleEvaluationContext$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.expression.spel.support.SimpleEvaluationContext$Builder
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.expression.PropertyAccessor> accessors;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/expression/PropertyAccessor;>;

  private java.util.List<org.springframework.expression.MethodResolver> resolvers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/springframework/expression/MethodResolver;>;

  private org.springframework.expression.TypeConverter typeConverter;
    descriptor: Lorg/springframework/expression/TypeConverter;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.springframework.expression.TypedValue rootObject;
    descriptor: Lorg/springframework/expression/TypedValue;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.springframework.expression.PropertyAccessor[]);
    descriptor: ([Lorg/springframework/expression/PropertyAccessor;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // org.springframework.expression.PropertyAccessor[] accessors
         0: .line 270
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 262
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.resolvers:Ljava/util/List;
         2: .line 271
            aload 0 /* this */
            aload 1 /* accessors */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.accessors:Ljava/util/List;
         3: .line 272
            return
        end local 1 // org.springframework.expression.PropertyAccessor[] accessors
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    4     1  accessors  [Lorg/springframework/expression/PropertyAccessor;
    MethodParameters:
           Name  Flags
      accessors  

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withMethodResolvers(org.springframework.expression.MethodResolver[]);
    descriptor: ([Lorg/springframework/expression/MethodResolver;)Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // org.springframework.expression.MethodResolver[] resolvers
         0: .line 282
            aload 1 /* resolvers */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.springframework.expression.spel.support.SimpleEvaluationContext$Builder org.springframework.expression.MethodResolver[] top int int org.springframework.expression.MethodResolver[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* resolver */
        start local 2 // org.springframework.expression.MethodResolver resolver
         2: .line 283
            aload 2 /* resolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/springframework/expression/spel/support/ReflectiveMethodResolver;
            if_acmpne 4
         3: .line 284
            new java.lang.IllegalArgumentException
            dup
            ldc "SimpleEvaluationContext is not designed for use with a plain ReflectiveMethodResolver. Consider using DataBindingMethodResolver or a custom subclass."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.springframework.expression.MethodResolver resolver
         4: .line 282
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 288
            aload 0 /* this */
            aload 1 /* resolvers */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.resolvers:Ljava/util/List;
         7: .line 289
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.expression.MethodResolver[] resolvers
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    8     1  resolvers  [Lorg/springframework/expression/MethodResolver;
            2    4     2   resolver  Lorg/springframework/expression/MethodResolver;
    MethodParameters:
           Name  Flags
      resolvers  

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withInstanceMethods();
    descriptor: ()Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
         0: .line 301
            aload 0 /* this */
            invokestatic org.springframework.expression.spel.support.DataBindingMethodResolver.forInstanceMethodInvocation:()Lorg/springframework/expression/spel/support/DataBindingMethodResolver;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.resolvers:Ljava/util/List;
         1: .line 302
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withConversionService(org.springframework.core.convert.ConversionService);
    descriptor: (Lorg/springframework/core/convert/ConversionService;)Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // org.springframework.core.convert.ConversionService conversionService
         0: .line 314
            aload 0 /* this */
            new org.springframework.expression.spel.support.StandardTypeConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.expression.spel.support.StandardTypeConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.typeConverter:Lorg/springframework/expression/TypeConverter;
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.core.convert.ConversionService conversionService
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    2     1  conversionService  Lorg/springframework/core/convert/ConversionService;
    MethodParameters:
                   Name  Flags
      conversionService  

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withTypeConverter(org.springframework.expression.TypeConverter);
    descriptor: (Lorg/springframework/expression/TypeConverter;)Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // org.springframework.expression.TypeConverter converter
         0: .line 325
            aload 0 /* this */
            aload 1 /* converter */
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.typeConverter:Lorg/springframework/expression/TypeConverter;
         1: .line 326
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.expression.TypeConverter converter
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    2     1  converter  Lorg/springframework/expression/TypeConverter;
    MethodParameters:
           Name  Flags
      converter  

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withRootObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // java.lang.Object rootObject
         0: .line 336
            aload 0 /* this */
            new org.springframework.expression.TypedValue
            dup
            aload 1 /* rootObject */
            invokespecial org.springframework.expression.TypedValue.<init>:(Ljava/lang/Object;)V
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.rootObject:Lorg/springframework/expression/TypedValue;
         1: .line 337
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object rootObject
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    2     1  rootObject  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      rootObject  

  public org.springframework.expression.spel.support.SimpleEvaluationContext$Builder withTypedRootObject(java.lang.Object, org.springframework.core.convert.TypeDescriptor);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
        start local 1 // java.lang.Object rootObject
        start local 2 // org.springframework.core.convert.TypeDescriptor typeDescriptor
         0: .line 347
            aload 0 /* this */
            new org.springframework.expression.TypedValue
            dup
            aload 1 /* rootObject */
            aload 2 /* typeDescriptor */
            invokespecial org.springframework.expression.TypedValue.<init>:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)V
            putfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.rootObject:Lorg/springframework/expression/TypedValue;
         1: .line 348
            aload 0 /* this */
            areturn
        end local 2 // org.springframework.core.convert.TypeDescriptor typeDescriptor
        end local 1 // java.lang.Object rootObject
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
            0    2     1      rootObject  Ljava/lang/Object;
            0    2     2  typeDescriptor  Lorg/springframework/core/convert/TypeDescriptor;
    MethodParameters:
                Name  Flags
      rootObject      
      typeDescriptor  

  public org.springframework.expression.spel.support.SimpleEvaluationContext build();
    descriptor: ()Lorg/springframework/expression/spel/support/SimpleEvaluationContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
         0: .line 352
            new org.springframework.expression.spel.support.SimpleEvaluationContext
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.accessors:Ljava/util/List;
            aload 0 /* this */
            getfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.resolvers:Ljava/util/List;
            aload 0 /* this */
            getfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.typeConverter:Lorg/springframework/expression/TypeConverter;
            aload 0 /* this */
            getfield org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.rootObject:Lorg/springframework/expression/TypedValue;
            invokespecial org.springframework.expression.spel.support.SimpleEvaluationContext.<init>:(Ljava/util/List;Ljava/util/List;Lorg/springframework/expression/TypeConverter;Lorg/springframework/expression/TypedValue;)V
            areturn
        end local 0 // org.springframework.expression.spel.support.SimpleEvaluationContext$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/support/SimpleEvaluationContext$Builder;
}
SourceFile: "SimpleEvaluationContext.java"
NestHost: org.springframework.expression.spel.support.SimpleEvaluationContext
InnerClasses:
  public Builder = org.springframework.expression.spel.support.SimpleEvaluationContext$Builder of org.springframework.expression.spel.support.SimpleEvaluationContext