public class org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation extends org.springframework.data.projection.DefaultProjectionInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation
  super_class: org.springframework.data.projection.DefaultProjectionInformation
{
  protected void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation this
        start local 1 // java.lang.Class projectionType
         0: .line 107
            aload 0 /* this */
            aload 1 /* projectionType */
            invokespecial org.springframework.data.projection.DefaultProjectionInformation.<init>:(Ljava/lang/Class;)V
         1: .line 108
            return
        end local 1 // java.lang.Class projectionType
        end local 0 // org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/data/projection/SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation;
            0    2     1  projectionType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
                Name  Flags
      projectionType  

  protected boolean isInputProperty(java.beans.PropertyDescriptor);
    descriptor: (Ljava/beans/PropertyDescriptor;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation this
        start local 1 // java.beans.PropertyDescriptor descriptor
         0: .line 117
            aload 0 /* this */
            aload 1 /* descriptor */
            invokespecial org.springframework.data.projection.DefaultProjectionInformation.isInputProperty:(Ljava/beans/PropertyDescriptor;)Z
            ifne 2
         1: .line 118
            iconst_0
            ireturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* descriptor */
            invokevirtual java.beans.PropertyDescriptor.getReadMethod:()Ljava/lang/reflect/Method;
            astore 2 /* readMethod */
        start local 2 // java.lang.reflect.Method readMethod
         3: .line 123
            aload 2 /* readMethod */
            ifnonnull 5
         4: .line 124
            iconst_0
            ireturn
         5: .line 127
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 2 /* readMethod */
            ldc Lorg/springframework/beans/factory/annotation/Value;
            invokestatic org.springframework.core.annotation.AnnotationUtils.findAnnotation:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnonnull 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // java.lang.reflect.Method readMethod
        end local 1 // java.beans.PropertyDescriptor descriptor
        end local 0 // org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/springframework/data/projection/SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation;
            0    7     1  descriptor  Ljava/beans/PropertyDescriptor;
            3    7     2  readMethod  Ljava/lang/reflect/Method;
    MethodParameters:
            Name  Flags
      descriptor  
}
SourceFile: "SpelAwareProxyProjectionFactory.java"
NestHost: org.springframework.data.projection.SpelAwareProxyProjectionFactory
InnerClasses:
  protected SpelAwareProjectionInformation = org.springframework.data.projection.SpelAwareProxyProjectionFactory$SpelAwareProjectionInformation of org.springframework.data.projection.SpelAwareProxyProjectionFactory