Uses of Interface
com.thoughtworks.paranamer.Paranamer

Uses of Paranamer in com.thoughtworks.paranamer
 

Classes in com.thoughtworks.paranamer that implement Paranamer
 class AdaptiveParanamer
          Implementation of Paranamer which automatically chooses between two Paranamer implementations depending on which can supply data
 class BytecodeReadingParanamer
          An ASM-based implementation of Paranamer.
 class CachingParanamer
          Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality.
 class DefaultParanamer
          Default implementation of Paranamer
 class JavadocParanamer
          Implementation of Paranamer which can access Javadocs at runtime to extract parameter names of methods.
 

Constructors in com.thoughtworks.paranamer with parameters of type Paranamer
AdaptiveParanamer(Paranamer delegate, Paranamer fallback)
          Cache a primary and secondary Paranamer instance (the second is a fallback to the first)
CachingParanamer(Paranamer delegate)
           
 



Copyright © 2010. All Rights Reserved.