Interface CallOriginFactory


public interface CallOriginFactory
Creates CallOrigin based on the stack trace.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.ebean.bean.CallOrigin
    Create and return the CallStack given the stack trace elements.
  • Method Details

    • createCallOrigin

      io.ebean.bean.CallOrigin createCallOrigin()
      Create and return the CallStack given the stack trace elements.