Package | Description |
---|---|
org.jvnet.hk2.generator.internal |
Modifier and Type | Field and Description |
---|---|
private GenerateMethodAnnotationData |
ClassVisitorImpl.GeneratedNameMethodFinderVisitor.annoData |
private GenerateMethodAnnotationData |
Utilities.GeneratorClassVisitor.methodGenerateData |
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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 generator
|
Modifier and Type | Method and Description |
---|---|
private void |
Utilities.GeneratorClassVisitor.setGenerateMethodAnnotationData(GenerateMethodAnnotationData methodGenerateData) |
Constructor and Description |
---|
GeneratedNameMethodFinderVisitor(GenerateMethodAnnotationData annoData) |
GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe) |