Package com.thoughtworks.paranamer
package com.thoughtworks.paranamer
-
ClassDescriptionImplementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.Implementation of Paranamer that uses @Named annotation of JSR 330.This is a different class, because the @Inject jar may not be in the classpath.An ASM-based implementation of Paranamer.Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.This implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.Default implementation of Paranamer reads from a post-compile added field called '__PARANAMER_DATA'Accesses Javadocs to extract parameter names.Implementation of Paranamer which adheres to the NullObject patternException thrown when no parameter names are foundParanamer allows lookups of methods and constructors by parameter names.Paranamer that works on basis of the parameter position and can be used as last fallback of the
AdaptiveParanamer
.