Uses of Class
org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Packages that use MethodSignature Package Description org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. -
-
Uses of MethodSignature in org.apache.tapestry5.ioc.internal.services
Methods in org.apache.tapestry5.ioc.internal.services that return MethodSignature Modifier and Type Method Description MethodSignature
MethodIterator. next()
Returns the next method (as aMethodSignature
, returning null when all are exhausted.Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodSignature Modifier and Type Method Description int
FilterMethodAnalyzer. findServiceInterfacePosition(MethodSignature ms, MethodSignature fms)
boolean
MethodSignature. isOverridingSignatureOf(MethodSignature ms)
Returns true if this signature has the same return type, name and parameters types as the method signature passed in, and this signature's exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown by the other method signature).
-