|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Implementation of Paranamer which can access Javadocs at runtime to extract
parameter names of methods. |
class |
NullParanamer
Implementation of Paranamer which adheres to the NullObject pattern |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |