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 chooses between a series of Paranamer instances depending on which can supply data.
 class AnnotationParanamer
          Implementation of Paranamer that uses @Named annotation of JSR 330.
 class BytecodeReadingParanamer
          An ASM-based implementation of Paranamer.
 class CachingParanamer
          Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.
 class DefaultParanamer
          Default implementation of Paranamer reads from a post-compile added field called '__PARANAMER_DATA'
 class JavadocParanamer
          Accesses Javadocs to extract parameter names.
 class NullParanamer
          Implementation of Paranamer which adheres to the NullObject pattern
 class PositionalParanamer
          Paranamer that works on basis of the parameter position and can be used as last fallback of the AdaptiveParanamer.
 

Constructors in com.thoughtworks.paranamer with parameters of type Paranamer
AdaptiveParanamer(Paranamer... paranamers)
          Prioritize a series of Paranamers
AnnotationParanamer(Paranamer fallback)
           
CachingParanamer(Paranamer delegate)
          Specify a Paranamer instance to delegates to.
 



Copyright © 2007-2013. All Rights Reserved.