de.qfs.lib.util
Interface ClassWrapperAware
- public interface ClassWrapperAware
Classes can implement this interface to signal a ClassWrapper
that they are aware of (at least some of) their partner
classes, overriding the default mechanism of a ClassWrapper when generating
a wrapper class.
- Version:
- $Revision: 1.3 $
- Author:
- Gregor Schmid
Method Summary |
java.lang.Class |
getWrapperClass(java.lang.String suffix)
Get the Class that should be used as a wrapper for this object. |
getWrapperClass
public java.lang.Class getWrapperClass(java.lang.String suffix)
- Get the Class that should be used as a wrapper for this object.
- Parameters:
suffix
- The suffix that the ClassWrapper would use to
create the name of the wrapper class.- Returns:
- The wrapper class or null to signal that the object doesn't
know what to do with this suffix.