Uses of Interface
com.thoughtworks.paranamer.Paranamer
Packages that use Paranamer
-
Uses of Paranamer in com.thoughtworks.paranamer
Classes in com.thoughtworks.paranamer that implement ParanamerModifier and TypeClassDescriptionclassImplementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.classImplementation of Paranamer that uses @Named annotation of JSR 330.classAn ASM-based implementation of Paranamer.classImplementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.static classThis implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.classDefault implementation of Paranamer reads from a post-compile added field called '__PARANAMER_DATA'classAccesses Javadocs to extract parameter names.classImplementation of Paranamer which adheres to the NullObject patternclassParanamer that works on basis of the parameter position and can be used as last fallback of theAdaptiveParanamer.Fields in com.thoughtworks.paranamer declared as ParanamerModifier and TypeFieldDescriptionprivate final ParanamerCachingParanamer.delegateprivate final ParanamerAnnotationParanamer.fallbackprivate final Paranamer[]AdaptiveParanamer.paranamersConstructors in com.thoughtworks.paranamer with parameters of type ParanamerModifierConstructorDescriptionAdaptiveParanamer(Paranamer... paranamers) Prioritize a series of ParanamersAnnotationParanamer(Paranamer fallback) CachingParanamer(Paranamer delegate) Specify a Paranamer instance to delegates to.WithoutWeakReferences(Paranamer delegate)