Package com.thoughtworks.paranamer

Interface Summary
Paranamer Paranamer allows lookups of methods and constructors by parameter names.
 

Class Summary
AdaptiveParanamer Implementation of Paranamer which automatically chooses between two Paranamer implementations depending on which can supply data
BytecodeReadingParanamer An ASM-based implementation of Paranamer.
CachingParanamer Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality.
DefaultParanamer Default implementation of Paranamer
JavadocParanamer Implementation of Paranamer which can access Javadocs at runtime to extract parameter names of methods.
ParanamerConstants Constants shared by all Paranamer components
 

Exception Summary
ParameterNamesNotFoundException Exception thrown when no parameter names are found
 



Copyright © 2010. All Rights Reserved.