public class org.springframework.validation.beanvalidation.MethodValidationInterceptor implements org.aopalliance.intercept.MethodInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.validation.beanvalidation.MethodValidationInterceptor
  super_class: java.lang.Object
{
  private final Validator validator;
    descriptor: LValidator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tValidator cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidatorFactory cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tExecutableValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;

  public void <init>(ValidatorFactory);
    descriptor: (LValidatorFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tValidator cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidatorFactory cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tExecutableValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;
    MethodParameters:
                  Name  Flags
      validatorFactory  

  public void <init>(Validator);
    descriptor: (LValidator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tThe import javax.validation cannot be resolved\n\tValidator cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidatorFactory cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tExecutableValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;
    MethodParameters:
           Name  Flags
      validator  

  public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation);
    descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tExecutableValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      invocation  

  private boolean isFactoryBeanMetadataMethod(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;
    MethodParameters:
        Name  Flags
      method  

  protected java.lang.Class<?>[] determineValidationGroups(org.aopalliance.intercept.MethodInvocation);
    descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)[Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.MethodValidationInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/MethodValidationInterceptor;
    Signature: (Lorg/aopalliance/intercept/MethodInvocation;)[Ljava/lang/Class<*>;
    MethodParameters:
            Name  Flags
      invocation  
}
SourceFile: "MethodValidationInterceptor.java"