org.camunda.bpm.engine.impl.util
Class ClassDelegateUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.ClassDelegateUtil

public class ClassDelegateUtil
extends Object

Author:
Roman Smirnov

Constructor Summary
ClassDelegateUtil()
           
 
Method Summary
static void applyFieldDeclaration(FieldDeclaration declaration, Object target)
           
static void applyFieldDeclaration(List<FieldDeclaration> fieldDeclarations, 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDelegateUtil

public ClassDelegateUtil()
Method Detail

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.