-
Is it possible to obtain a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @lbettels, depending on your use case you could implement and configure a |
Beta Was this translation helpful? Give feedback.
Hi @lbettels,
It is - just pass the StmtGraph you get from the Body into the constructor
new MutableStmtGraph( existing_possibly_immutable_StmtGraph );
depending on your use case you could implement and configure a
BodyInterceptor
as well - this would hook into the process before returning a Body via View - then no additional rebuilding of the MutableStmtGraph is required as it could reuse the MutableStmtGraph instance that is passed via the BodyBuilder