Constructor and Description |
---|
NameCache() |
Modifier and Type | Method and Description |
---|---|
String |
toDesc(MethodDescription md) |
String |
toDesc(String typeName) |
String |
toInternalName(Class type) |
String |
toInternalName(String className) |
String |
toMethodDescriptor(Class returnType,
Class... argumentTypes) |
String |
toMethodDescriptor(String returnType,
String... argumentTypes) |
String |
toTypeName(Class type) |
String[] |
toTypeNames(Class... types) |
public NameCache()
public String toInternalName(String className)
public String toInternalName(Class type)
public String toDesc(MethodDescription md)
public String toTypeName(Class type)
public String[] toTypeNames(Class... types)
public String toMethodDescriptor(Class returnType, Class... argumentTypes)
public String toMethodDescriptor(String returnType, String... argumentTypes)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.