public interface io.ebeaninternal.api.SpiJunction<T> extends io.ebean.Junction<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeaninternal.api.SpiJunction
  super_class: java.lang.Object
{
  public abstract void writeDocQueryJunction(io.ebeaninternal.server.expression.DocQueryContext);
    descriptor: (Lio/ebeaninternal/server/expression/DocQueryContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/ebean/Junction<TT;>;
SourceFile: "SpiJunction.java"