class org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError extends org.springframework.validation.FieldError implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError
  super_class: org.springframework.validation.FieldError
{
  private transient org.springframework.validation.beanvalidation.SpringValidatorAdapter adapter;
    descriptor: Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private transient ConstraintViolation<?> violation;
    descriptor: LConstraintViolation;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: LConstraintViolation<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.String, java.lang.String, , java.lang.String[], [], ConstraintViolation<?>, org.springframework.validation.beanvalidation.SpringValidatorAdapter);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/String;[Ljava/lang/Object;LConstraintViolation;Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError this
         0: .line 28
            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\tThe import javax.validation cannot be resolved\n\tjavax.validation cannot be resolved to a type\n\tjavax.validation cannot be resolved to a type\n\tjavax.validation cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tjavax.validation cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintDescriptor cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tPath cannot be resolved to a type\n\tPath cannot be resolved to a type\n\tElementKind cannot be resolved to a variable\n\tConstraintDescriptor cannot be resolved to a type\n\tConstraintDescriptor cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tThe method validate(T, Class<?>...) of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tThe method validateProperty(T, String, Class<?>...) of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tThe method validateValue(Class<T>, String, Object, Class<?>...) of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tBeanDescriptor cannot be resolved to a type\n\tThe method getConstraintsForClass(Class<?>) of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tThe method unwrap(Class<T>) of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tValidationException cannot be resolved to a type\n\tjavax.validation cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tExecutableValidator cannot be resolved to a type\n\tThe method forExecutables() of type SpringValidatorAdapter must override or implement a supertype method\n\tValidator cannot be resolved to a type\n\tValidator cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter$ViolationFieldError;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/String;[Ljava/lang/Object;LConstraintViolation<*>;Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
      4:
      5:
      6:
    MethodParameters:
               Name  Flags
      objectName     
      field          
      rejectedValue  
      codes          
      arguments      
      violation      
      adapter        

  public boolean shouldRenderDefaultMessage();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError this
         0: .line 493
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConstraintViolation cannot be resolved to a type\n\tConstraintViolation cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter$ViolationFieldError;
}
SourceFile: "SpringValidatorAdapter.java"
NestHost: org.springframework.validation.beanvalidation.SpringValidatorAdapter
InnerClasses:
  private ViolationFieldError = org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationFieldError of org.springframework.validation.beanvalidation.SpringValidatorAdapter