org.activiti.engine.impl.bpmn.helper
类 ClassDelegateUtil
java.lang.Object
org.activiti.engine.impl.bpmn.helper.ClassDelegateUtil
public class ClassDelegateUtil
- extends Object
- 作者:
- Joram Barrez
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassDelegateUtil
public ClassDelegateUtil()
instantiateDelegate
public static Object instantiateDelegate(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations)
instantiateDelegate
public static Object instantiateDelegate(String className,
List<FieldDeclaration> fieldDeclarations)
applyFieldDeclaration
public static void applyFieldDeclaration(List<FieldDeclaration> fieldDeclarations,
Object target)
applyFieldDeclaration
public static void applyFieldDeclaration(FieldDeclaration declaration,
Object target)
fieldTypeCompatible
public static boolean fieldTypeCompatible(FieldDeclaration declaration,
Field field)
Copyright © 2013 Alfresco. All rights reserved.