public class org.springframework.validation.beanvalidation.CustomValidatorBean extends org.springframework.validation.beanvalidation.SpringValidatorAdapter implements org.springframework.beans.factory.InitializingBean
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.validation.beanvalidation.CustomValidatorBean
super_class: org.springframework.validation.beanvalidation.SpringValidatorAdapter
{
private ValidatorFactory validatorFactory;
descriptor: LValidatorFactory;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private MessageInterpolator messageInterpolator;
descriptor: LMessageInterpolator;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private TraversableResolver traversableResolver;
descriptor: LTraversableResolver;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public void <init>();
descriptor: ()V
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\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\tValidatorFactory cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tTraversableResolver cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tTraversableResolver cannot be resolved to a type\n\tTraversableResolver cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidatorContext cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tTraversableResolver cannot be resolved to a type\n\tTraversableResolver 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/CustomValidatorBean;
public void setValidatorFactory(ValidatorFactory);
descriptor: (LValidatorFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tValidatorFactory cannot be resolved to a type\n\tValidatorFactory 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/CustomValidatorBean;
MethodParameters:
Name Flags
validatorFactory
public void setMessageInterpolator(MessageInterpolator);
descriptor: (LMessageInterpolator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tMessageInterpolator cannot be resolved to a type\n\tMessageInterpolator 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/CustomValidatorBean;
MethodParameters:
Name Flags
messageInterpolator
public void setTraversableResolver(TraversableResolver);
descriptor: (LTraversableResolver;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTraversableResolver cannot be resolved to a type\n\tTraversableResolver 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/CustomValidatorBean;
MethodParameters:
Name Flags
traversableResolver
public void afterPropertiesSet();
descriptor: ()V
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\tValidatorFactory cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidatorContext cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tValidatorFactory cannot be resolved to a type\n\tTraversableResolver cannot be resolved to a type\n\tTraversableResolver 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/CustomValidatorBean;
}
SourceFile: "CustomValidatorBean.java"