@Internal public class StoreParamsAnnotationMapper extends java.lang.Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<StoreParams>
StoreParams
annotation to the Store
annotation.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETERS |
Constructor and Description |
---|
StoreParamsAnnotationMapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<StoreParams> |
annotationType() |
java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> |
map(io.micronaut.core.annotation.AnnotationValue<StoreParams> annotation,
io.micronaut.inject.visitor.VisitorContext visitorContext) |
public static final java.lang.String PARAMETERS
public java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<StoreParams> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
map
in interface io.micronaut.inject.annotation.AnnotationMapper<StoreParams>
public java.lang.Class<StoreParams> annotationType()
annotationType
in interface io.micronaut.inject.annotation.TypedAnnotationMapper<StoreParams>