Class AbstractBeanResolutionContext.FieldSegment<B,T>

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

public static class AbstractBeanResolutionContext.FieldSegment<B,T> extends Object implements InjectionPoint<B>, io.micronaut.core.type.ArgumentCoercible<T>, ArgumentInjectionPoint<B,T>
A segment that represents a field.