final class org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator implements org.springframework.validation.Validator
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator
super_class: java.lang.Object
{
private static final java.lang.String[] VALIDATOR_CLASSES;
descriptor: [Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate delegate;
descriptor: Lorg/springframework/boot/context/properties/ConfigurationPropertiesJsr303Validator$Delegate;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.context.ApplicationContext);
descriptor: (Lorg/springframework/context/ApplicationContext;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method supports(Class<capture#1-of ?>) is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\n\tThe method validate(Object, Errors) is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\n\tThe hierarchy of the type Delegate is inconsistent\n\tThe type javax.validation.ValidatorFactory cannot be resolved. It is indirectly referenced from required .class files\n\tThe method setApplicationContext(ApplicationContext) is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\n\tThe method getObject() from the type MessageInterpolatorFactory refers to the missing type MessageInterpolator\n\tThe method afterPropertiesSet() is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\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/boot/context/properties/ConfigurationPropertiesJsr303Validator;
MethodParameters:
Name Flags
applicationContext
public boolean supports(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method supports(Class<capture#1-of ?>) is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\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/boot/context/properties/ConfigurationPropertiesJsr303Validator;
Signature: (Ljava/lang/Class<*>;)Z
MethodParameters:
Name Flags
type
public void validate(java.lang.Object, org.springframework.validation.Errors);
descriptor: (Ljava/lang/Object;Lorg/springframework/validation/Errors;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method validate(Object, Errors) is undefined for the type ConfigurationPropertiesJsr303Validator.Delegate\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/boot/context/properties/ConfigurationPropertiesJsr303Validator;
MethodParameters:
Name Flags
target
errors
static boolean isJsr303Present(org.springframework.context.ApplicationContext);
descriptor: (Lorg/springframework/context/ApplicationContext;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
applicationContext
}
SourceFile: "ConfigurationPropertiesJsr303Validator.java"
NestMembers:
org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate
InnerClasses:
private Delegate = org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate of org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator