Class NameCache
java.lang.Object
org.apache.tapestry5.internal.plastic.NameCache
A cache of translations from type names to internal names and descriptors, as well as a cache from MethodDescription
to method descriptor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoInternalName
(Class type) toInternalName
(String className) toMethodDescriptor
(Class returnType, Class... argumentTypes) toMethodDescriptor
(String returnType, String... argumentTypes) toTypeName
(Class type) String[]
toTypeNames
(Class... types)
-
Constructor Details
-
NameCache
public NameCache()
-
-
Method Details
-
toInternalName
-
toInternalName
-
toDesc
-
toDesc
-
toTypeName
-
toTypeNames
-
toMethodDescriptor
-
toMethodDescriptor
-