Class AbstractBeanResolutionContext.ConstructorArgumentSegment

java.lang.Object
io.micronaut.context.AbstractBeanResolutionContext.ConstructorSegment
io.micronaut.context.AbstractBeanResolutionContext.ConstructorArgumentSegment
All Implemented Interfaces:
BeanResolutionContext.Segment, io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.naming.Named, io.micronaut.core.type.ArgumentCoercible, ArgumentInjectionPoint, InjectionPoint
Enclosing class:
AbstractBeanResolutionContext

public static class AbstractBeanResolutionContext.ConstructorArgumentSegment extends AbstractBeanResolutionContext.ConstructorSegment implements ArgumentInjectionPoint
A segment that represents a method argument.