org.camunda.bpm.engine.impl.util
Class ClassDelegateUtil
java.lang.Object
org.camunda.bpm.engine.impl.util.ClassDelegateUtil
public class ClassDelegateUtil
- extends Object
- Author:
- Roman Smirnov
Methods inherited from class 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 © 2016 camunda services GmbH. All rights reserved.