Package org.camunda.bpm.engine.impl.util
Class ClassDelegateUtil
java.lang.Object
org.camunda.bpm.engine.impl.util.ClassDelegateUtil
- Author:
- Roman Smirnov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyFieldDeclaration
(List<FieldDeclaration> fieldDeclarations, Object target) static void
applyFieldDeclaration
(FieldDeclaration declaration, Object target) static boolean
fieldTypeCompatible
(FieldDeclaration declaration, Field field) static Object
instantiateDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static Object
instantiateDelegate
(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
-