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

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

public abstract class ClassNameUtil
extends Object

Author:
Tom Baeyens

Field Summary
protected static Map<Class<?>,String> cachedNames
           
 
Constructor Summary
ClassNameUtil()
           
 
Method Summary
static String getClassNameWithoutPackage(Class<?> clazz)
           
static String getClassNameWithoutPackage(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedNames

protected static final Map<Class<?>,String> cachedNames
Constructor Detail

ClassNameUtil

public ClassNameUtil()
Method Detail

getClassNameWithoutPackage

public static String getClassNameWithoutPackage(Object object)

getClassNameWithoutPackage

public static String getClassNameWithoutPackage(Class<?> clazz)


Copyright © 2017 camunda services GmbH. All rights reserved.