Uses of Class
org.apache.tapestry5.ioc.internal.services.MethodSignature
Packages that use MethodSignature
Package
Description
[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 MethodSignatureModifier and TypeMethodDescriptionMethodIterator.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 MethodSignatureModifier and TypeMethodDescriptionint
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).