public class org.springframework.data.jpa.projection.CollectionAwareProjectionFactory extends org.springframework.data.projection.SpelAwareProxyProjectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.jpa.projection.CollectionAwareProjectionFactory
  super_class: org.springframework.data.projection.SpelAwareProxyProjectionFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.jpa.projection.CollectionAwareProjectionFactory this
         0: .line 32
            aload 0 /* this */
            invokespecial org.springframework.data.projection.SpelAwareProxyProjectionFactory.<init>:()V
            return
        end local 0 // org.springframework.data.jpa.projection.CollectionAwareProjectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/jpa/projection/CollectionAwareProjectionFactory;

  protected org.springframework.data.projection.ProjectionInformation createProjectionInformation(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/data/projection/ProjectionInformation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.jpa.projection.CollectionAwareProjectionFactory this
        start local 1 // java.lang.Class projectionType
         0: .line 40
            new org.springframework.data.jpa.projection.CollectionAwareProjectionFactory$CollectionAwareProjectionInformation
            dup
            aload 1 /* projectionType */
            invokespecial org.springframework.data.jpa.projection.CollectionAwareProjectionFactory$CollectionAwareProjectionInformation.<init>:(Ljava/lang/Class;)V
            areturn
        end local 1 // java.lang.Class projectionType
        end local 0 // org.springframework.data.jpa.projection.CollectionAwareProjectionFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/data/jpa/projection/CollectionAwareProjectionFactory;
            0    1     1  projectionType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/springframework/data/projection/ProjectionInformation;
    MethodParameters:
                Name  Flags
      projectionType  

  public void setBeanClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial org.springframework.data.projection.SpelAwareProxyProjectionFactory.setBeanClassLoader:(Ljava/lang/ClassLoader;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object createProjection(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial org.springframework.data.projection.SpelAwareProxyProjectionFactory.createProjection:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object createProjection(java.lang.Class, java.lang.Object);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial org.springframework.data.projection.SpelAwareProxyProjectionFactory.createProjection:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void registerMethodInvokerFactory(org.springframework.data.projection.MethodInterceptorFactory);
    descriptor: (Lorg/springframework/data/projection/MethodInterceptorFactory;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial org.springframework.data.projection.SpelAwareProxyProjectionFactory.registerMethodInvokerFactory:(Lorg/springframework/data/projection/MethodInterceptorFactory;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CollectionAwareProjectionFactory.java"
NestMembers:
  org.springframework.data.jpa.projection.CollectionAwareProjectionFactory$CollectionAwareProjectionInformation
InnerClasses:
  private CollectionAwareProjectionInformation = org.springframework.data.jpa.projection.CollectionAwareProjectionFactory$CollectionAwareProjectionInformation of org.springframework.data.jpa.projection.CollectionAwareProjectionFactory