Interface ObjectHook

    • Method Detail

      • rebuildContext

        void rebuildContext​(AbstractContext context,
                            java.lang.Object object)
                     throws java.lang.Exception
        Rebuilds an AbstractContext based on an object that has been previously enriched with an ObjectEnricher provided by this class
        Parameters:
        context - the context to be recreated
        object - the object to base the context reconstruction on
        Throws:
        java.lang.Exception