Interface InjectableViewEntity.ValueInjector

    • Method Detail

      • inject

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