org.jbpm.instantiation
Class FieldInstantiator
java.lang.Object
org.jbpm.instantiation.FieldInstantiator
- All Implemented Interfaces:
- Instantiator
- Direct Known Subclasses:
- BeanInstantiator
public class FieldInstantiator
- extends java.lang.Object
- implements Instantiator
|
Method Summary |
static java.lang.Object |
getValue(java.lang.Class<?> type,
org.dom4j.Element propertyElement)
|
|
instantiate(java.lang.Class<T> type,
java.lang.String configuration)
|
protected void |
setPropertyValue(java.lang.Object instance,
java.lang.String propertyName,
org.dom4j.Element propertyElement)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldInstantiator
public FieldInstantiator()
instantiate
public <T> T instantiate(java.lang.Class<T> type,
java.lang.String configuration)
- Specified by:
instantiate in interface Instantiator
setPropertyValue
protected void setPropertyValue(java.lang.Object instance,
java.lang.String propertyName,
org.dom4j.Element propertyElement)
getValue
public static java.lang.Object getValue(java.lang.Class<?> type,
org.dom4j.Element propertyElement)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.