Interface InjectableViewEntity.Injector

    • Method Detail

      • inject

        void inject​(Object target,
                    Object value,
                    ScopedViewContext context)
             throws Exception
        Injects value into target.
        Parameters:
        target - the target object
        value - the value to inject
        context - view context
        Throws:
        Exception