JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
javassist.util.proxy
ProxyFactory
UniqueName
Contents
Description
Method Summary
Method Details
get(String)
Hide sidebar
Show sidebar
Interface ProxyFactory.UniqueName
Enclosing class:
ProxyFactory
public static interface
ProxyFactory.UniqueName
A unique class name generator.
Since:
3.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
get
(
String
classname)
Returns a unique class name.
Method Details
get
String
get
(
String
classname)
Returns a unique class name.
Parameters:
classname
- the super class name of the proxy class.