class org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate
super_class: java.lang.Object
{
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$Delegate;
MethodParameters:
Name Flags
applicationContext
}
SourceFile: "ConfigurationPropertiesJsr303Validator.java"
NestHost: org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator
InnerClasses:
private Delegate = org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate of org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator