Class AbstractBeanResolutionContext.FieldSegment<B,T>

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

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