Class AbstractBeanResolutionContext.ConstructorArgumentSegment

All Implemented Interfaces:
BeanResolutionContext.Segment<Object,Object>, io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.naming.Named, io.micronaut.core.type.ArgumentCoercible<Object>, ArgumentInjectionPoint<Object,Object>, InjectionPoint<Object>
Enclosing class:
AbstractBeanResolutionContext

public static final class AbstractBeanResolutionContext.ConstructorArgumentSegment extends AbstractBeanResolutionContext.ConstructorSegment implements ArgumentInjectionPoint<Object,Object>
A segment that represents a method argument.