Interface BeanElementVisitorContext
- All Superinterfaces:
ClassWriterOutputVisitor, ConversionServiceProvider, ConvertibleValues<Object>, Iterable<Map.Entry<String,Object>>, MutableConvertibleValues<Object>, ValueResolver<CharSequence>, VisitorContext
- All Known Implementing Classes:
JavaVisitorContext
Internal interface for adding associated beans.
- Since:
- 3.0.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface VisitorContext
VisitorContext.Language -
Field Summary
Fields inherited from interface ConvertibleValues
EMPTYFields inherited from interface VisitorContext
MICRONAUT_BASE_OPTION_NAME, MICRONAUT_PROCESSING_GROUP, MICRONAUT_PROCESSING_MODULE, MICRONAUT_PROCESSING_PROJECT_DIR -
Method Summary
Modifier and TypeMethodDescriptionaddAssociatedBean(Element originatingElement, ClassElement type) Methods inherited from interface ClassWriterOutputVisitor
finish, getServiceEntries, visitClass, visitClass, visitClass, visitGeneratedFile, visitGeneratedSourceFile, visitMetaInfFile, visitServiceDescriptor, visitServiceDescriptor, visitServiceDescriptor, visitServiceDescriptorMethods inherited from interface ConvertibleValues
asMap, asMap, asProperties, contains, forEach, getConversionService, getValue, getValueType, isEmpty, iterator, names, subMap, subMap, subMap, valuesMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface ValueResolver
get, get, get, getMethods inherited from interface VisitorContext
addGeneratedResource, fail, getAnnotationMetadataBuilder, getClassElement, getClassElement, getClassElement, getClassElements, getClassElements, getClassesOutputPath, getClasspathResources, getConfiguration, getElementAnnotationMetadataFactory, getElementFactory, getExpressionCompilationContextFactory, getGeneratedResources, getLanguage, getOptions, getProjectDir, getRequiredClassElement, info, info, visitGeneratedFile, visitMetaInfFile, warn
-
Method Details
-
addAssociatedBean
-