org.apache.tapestry.enhance
Class GenericsMethodSignatureImpl
java.lang.Object
org.apache.tapestry.enhance.MethodSignatureImpl
org.apache.tapestry.enhance.GenericsMethodSignatureImpl
- All Implemented Interfaces:
- MethodSignature
public class GenericsMethodSignatureImpl
- extends MethodSignatureImpl
- implements MethodSignature
Implementation of MethodSignature
that supports jdk 1.5 generic typing support.
Method Summary |
boolean |
isGeneric()
If the method definition has generic parameters or return types it
is expected that this will return true. |
Methods inherited from class org.apache.tapestry.enhance.MethodSignatureImpl |
count, equals, exceptionsEncompass, getExceptionTypes, getName, getParameterTypes, getReturnType, getUniqueId, hashCode, isOverridingSignatureOf, mismatch, toString |
GenericsMethodSignatureImpl
public GenericsMethodSignatureImpl(Class type,
Method m)
isGeneric
public boolean isGeneric()
- Description copied from interface:
MethodSignature
- If the method definition has generic parameters or return types it
is expected that this will return true.
- Specified by:
isGeneric
in interface MethodSignature
- Overrides:
isGeneric
in class MethodSignatureImpl
- Returns:
- True if this is a generics based method, false otherwise.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.