public interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
  super_class: java.lang.Object
{
  public abstract void visitBegin();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void visitProperty(io.ebeanservice.docstore.api.mapping.DocPropertyMapping);
    descriptor: (Lio/ebeanservice/docstore/api/mapping/DocPropertyMapping;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void visitBeginObject(io.ebeanservice.docstore.api.mapping.DocPropertyMapping);
    descriptor: (Lio/ebeanservice/docstore/api/mapping/DocPropertyMapping;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void visitEndObject(io.ebeanservice.docstore.api.mapping.DocPropertyMapping);
    descriptor: (Lio/ebeanservice/docstore/api/mapping/DocPropertyMapping;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void visitBeginList(io.ebeanservice.docstore.api.mapping.DocPropertyMapping);
    descriptor: (Lio/ebeanservice/docstore/api/mapping/DocPropertyMapping;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void visitEndList(io.ebeanservice.docstore.api.mapping.DocPropertyMapping);
    descriptor: (Lio/ebeanservice/docstore/api/mapping/DocPropertyMapping;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public abstract void visitEnd();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DocPropertyVisitor.java"