public class ConditionalOnBeanAnnotationMapper extends AbstractSpringAnnotationMapper
| Constructor and Description |
|---|
ConditionalOnBeanAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
protected java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> |
mapInternal(io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation,
io.micronaut.inject.visitor.VisitorContext visitorContext)
Internal map implemenation that subclasses should implement.
|
protected java.lang.String |
requiresMethodName()
The annotation member name for requires.
|
protected java.lang.String |
typesMemberName()
The annotation member name that specifies the types.
|
mappublic java.lang.String getName()
protected java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> mapInternal(io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation,
io.micronaut.inject.visitor.VisitorContext visitorContext)
AbstractSpringAnnotationMappermapInternal in class AbstractSpringAnnotationMapperannotation - The annotationvisitorContext - The visitor context@NonNull protected java.lang.String typesMemberName()
@NonNull protected java.lang.String requiresMethodName()