class org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationObjectError extends org.springframework.validation.ObjectError implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationObjectError
super_class: org.springframework.validation.ObjectError
{
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[], [], ConstraintViolation<?>, org.springframework.validation.beanvalidation.SpringValidatorAdapter);
descriptor: (Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;LConstraintViolation;Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=6
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter$ViolationObjectError;
Signature: (Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;LConstraintViolation<*>;Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter;)V
MethodParameters:
Name Flags
objectName
codes
arguments
violation
adapter
public boolean shouldRenderDefaultMessage();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/validation/beanvalidation/SpringValidatorAdapter$ViolationObjectError;
}
SourceFile: "SpringValidatorAdapter.java"
NestHost: org.springframework.validation.beanvalidation.SpringValidatorAdapter
InnerClasses:
private ViolationObjectError = org.springframework.validation.beanvalidation.SpringValidatorAdapter$ViolationObjectError of org.springframework.validation.beanvalidation.SpringValidatorAdapter