public interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext$ValidationCallable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.validator.cfg.context.ConstraintDefinitionContext$ValidationCallable
  super_class: java.lang.Object
{
  public abstract boolean isValid();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      object  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConstraintDefinitionContext.java"
NestHost: org.hibernate.validator.cfg.context.ConstraintDefinitionContext
InnerClasses:
  public abstract ValidationCallable = org.hibernate.validator.cfg.context.ConstraintDefinitionContext$ValidationCallable of org.hibernate.validator.cfg.context.ConstraintDefinitionContext
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()
    RuntimeInvisibleAnnotations: 
      org.hibernate.validator.Incubating()