All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AdaptiveParanamer Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.AddFieldAdapter Adapted from ASM 3.0 pagg 23-25AnnotationParanamer Implementation of Paranamer that uses @Named annotation of JSR 330.AnnotationParanamer.Jsr330Helper This is a different class, because the @Inject jar may not be in the classpath.BytecodeReadingParanamer An ASM-based implementation of Paranamer.BytecodeReadingParanamer.ClassReader A Java class parser to make a Class Visitor visit an existing class.BytecodeReadingParanamer.MethodCollector Objects of this class collects information from a specific method.BytecodeReadingParanamer.Type A Java type.BytecodeReadingParanamer.TypeCollector The type collector waits for an specific method in order to start a method collector.CachingParanamer Implementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.CachingParanamer.WithoutWeakReferences This implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.DefaultParanamer Default implementation of Paranamer reads from a post-compile added field called '__PARANAMER_DATA'Enhancer A bytecode enhancer which adds a new static variable to some specific class.HelpMojo Display help information on paranamer-maven-plugin.
Callmvn paranamer:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.JavadocParanamer Accesses Javadocs to extract parameter names.JavadocParanamer.DirJavadocProvider JavadocParanamer.JavadocProvider JavadocParanamer.UrlJavadocProvider JavadocParanamer.ZipJavadocProvider NullParanamer Implementation of Paranamer which adheres to the NullObject patternParameterNamesNotFoundException Exception thrown when no parameter names are foundParanamer Paranamer allows lookups of methods and constructors by parameter names.ParanamerGenerator Generates parameter names from a source path and writes content to a given output pathParanamerGeneratorMojo Mojo to generate parameter names via ParanamerGeneratorParanamerGeneratorTask Deprecated. since 2.2ParanamerTask Ant Task to process parameter names.PositionalParanamer Paranamer that works on basis of the parameter position and can be used as last fallback of theAdaptiveParanamer
.QdoxParanamerGenerator Qdox-based implementation of ParanamerGenerator which parses Java source files to processSourcePath parameter names lists.