Uses of Class
org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
Packages that use GenerateMethodAnnotationData Package Description org.jvnet.hk2.generator.internal -
-
Uses of GenerateMethodAnnotationData in org.jvnet.hk2.generator.internal
Fields in org.jvnet.hk2.generator.internal declared as GenerateMethodAnnotationData Modifier and Type Field Description private GenerateMethodAnnotationData
ClassVisitorImpl.GeneratedNameMethodFinderVisitor. annoData
private GenerateMethodAnnotationData
Utilities.GeneratorClassVisitor. methodGenerateData
Fields in org.jvnet.hk2.generator.internal with type parameters of type GenerateMethodAnnotationData Modifier and Type Field Description private java.util.List<GenerateMethodAnnotationData>
ClassVisitorImpl.ConfiguredMethodVisitor. allAnnotationDataToAdd
private java.util.Map<java.lang.String,GenerateMethodAnnotationData>
ClassVisitorImpl. classLevelGenerators
private java.util.Map<java.lang.String,GenerateMethodAnnotationData>
Utilities. FOUND_GENERATORS
Methods in org.jvnet.hk2.generator.internal that return GenerateMethodAnnotationData Modifier and Type Method Description private GenerateMethodAnnotationData
Utilities.GeneratorClassVisitor. getGenerateMethodAnnotationData()
GenerateMethodAnnotationData
Utilities. isClassAGenerator(java.util.List<java.io.File> searchHeres, java.lang.String dotDelimitedName)
Returns true if it can be determined that this class is a generatorMethods in org.jvnet.hk2.generator.internal with parameters of type GenerateMethodAnnotationData Modifier and Type Method Description private void
Utilities.GeneratorClassVisitor. setGenerateMethodAnnotationData(GenerateMethodAnnotationData methodGenerateData)
Constructors in org.jvnet.hk2.generator.internal with parameters of type GenerateMethodAnnotationData Constructor Description GeneratedNameMethodFinderVisitor(GenerateMethodAnnotationData annoData)
GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe)
-