Class DescriptorUtil
java.lang.Object
se.krka.kahlua.integration.processor.DescriptorUtil
public class DescriptorUtil
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DescriptorUtil()
-
Method Summary
Modifier and Type Method Description static java.lang.String
getDescriptor(java.lang.reflect.Constructor constructor)
static java.lang.String
getDescriptor(java.lang.reflect.Method method)
static java.lang.String
getDescriptor(java.lang.String string, java.util.List list)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DescriptorUtil
public DescriptorUtil()
-
-
Method Details
-
getDescriptor
public static java.lang.String getDescriptor(java.lang.String string, java.util.List list) -
getDescriptor
public static java.lang.String getDescriptor(java.lang.reflect.Constructor constructor) -
getDescriptor
public static java.lang.String getDescriptor(java.lang.reflect.Method method)
-