Package | Description |
---|---|
com.thoughtworks.paranamer |
Modifier and Type | Class and Description |
---|---|
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
|
Constructor and Description |
---|
AdaptiveParanamer(Paranamer... paranamers)
Prioritize a series of Paranamers
|
AnnotationParanamer(Paranamer fallback) |
CachingParanamer(Paranamer delegate)
Specify a Paranamer instance to delegates to.
|
Copyright © 2007-2012. All Rights Reserved.