Interface CallOriginFactory
public interface CallOriginFactory
Creates CallOrigin based on the stack trace.
-
Method Summary
Modifier and TypeMethodDescriptionio.ebean.bean.CallOriginCreate 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.
-