public class org.springframework.boot.validation.MessageInterpolatorFactory implements org.springframework.beans.factory.ObjectFactory<MessageInterpolator>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.validation.MessageInterpolatorFactory
  super_class: java.lang.Object
{
  private static final java.util.Set<java.lang.String> FALLBACKS;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.validation.MessageInterpolator cannot be resolved\n\tThe import javax.validation.Validation cannot be resolved\n\tThe import javax.validation.ValidationException cannot be resolved\n\tThe type javax.validation.MessageInterpolator cannot be resolved. It is indirectly referenced from required .class files\n\tMessageInterpolator cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidationException cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tThe method getFallback() from the type MessageInterpolatorFactory refers to the missing type MessageInterpolator\n\tMessageInterpolator cannot be resolved to a type\n\tThe method getFallback(String) from the type MessageInterpolatorFactory refers to the missing type MessageInterpolator\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 // org.springframework.boot.validation.MessageInterpolatorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/validation/MessageInterpolatorFactory;

  public MessageInterpolator getObject();
    descriptor: ()LMessageInterpolator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMessageInterpolator cannot be resolved to a type\n\tValidation cannot be resolved\n\tValidationException cannot be resolved to a type\n\tMessageInterpolator cannot be resolved to a type\n\tThe method getFallback() from the type MessageInterpolatorFactory refers to the missing type MessageInterpolator\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/validation/MessageInterpolatorFactory;
    Exceptions:
      throws org.springframework.beans.BeansException

  private MessageInterpolator getFallback();
    descriptor: ()LMessageInterpolator;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMessageInterpolator cannot be resolved to a type\n\tThe method getFallback(String) from the type MessageInterpolatorFactory refers to the missing type MessageInterpolator\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/validation/MessageInterpolatorFactory;

  private MessageInterpolator getFallback(java.lang.String);
    descriptor: (Ljava/lang/String;)LMessageInterpolator;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.validation.MessageInterpolatorFactory this
         0: .line 76
            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 // org.springframework.boot.validation.MessageInterpolatorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/validation/MessageInterpolatorFactory;
    MethodParameters:
          Name  Flags
      fallback  
}
Signature: Ljava/lang/Object;Lorg/springframework/beans/factory/ObjectFactory<LMessageInterpolator;>;
SourceFile: "MessageInterpolatorFactory.java"