org.jboss.errai.databinding.rebind
Class ModelSetterDecorator
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.extension.IOCDecoratorExtension<ModelSetter>
org.jboss.errai.databinding.rebind.ModelSetterDecorator
public class ModelSetterDecorator
- extends IOCDecoratorExtension<ModelSetter>
Causes the generation of a proxy that overrides a method annotated with ModelSetter
. The
overridden method will update the model object managed by a DataBinder
and pass the proxy
returned by DataBinder.getModel()
to the actual implementation.
- Author:
- Mike Brock, Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelSetterDecorator
public ModelSetterDecorator(Class<ModelSetter> decoratesWith)
generateDecorator
public List<? extends Statement> generateDecorator(InjectableInstance<ModelSetter> ctx)
- Description copied from class:
IOCDecoratorExtension
- The generateDecorator() method is called at the point the container has finished constructing a
reference to an element annotated with the configured annotation.
- Specified by:
generateDecorator
in class IOCDecoratorExtension<ModelSetter>
- Parameters:
ctx
- the InjectableInstance
reference, representing
the value of the element which is annotated.
- Returns:
- a list of statements to be rendered into the injector code.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.