Package org.camunda.bpm.engine.impl.util
Class ClassDelegateUtil
java.lang.Object
org.camunda.bpm.engine.impl.util.ClassDelegateUtil
- Author:
 - Roman Smirnov
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyFieldDeclaration(List<FieldDeclaration> fieldDeclarations, Object target) static voidapplyFieldDeclaration(FieldDeclaration declaration, Object target) static booleanfieldTypeCompatible(FieldDeclaration declaration, Field field) static ObjectinstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static ObjectinstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations)  
- 
Constructor Details
- 
ClassDelegateUtil
public ClassDelegateUtil() 
 - 
 - 
Method Details
- 
instantiateDelegate
 - 
instantiateDelegate
public static Object instantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations)  - 
applyFieldDeclaration
 - 
applyFieldDeclaration
 - 
fieldTypeCompatible
 
 -