Class SerdeableMapper
java.lang.Object
io.micronaut.serde.processor.serde.SerdeableMapper
- All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<Serdeable>
,io.micronaut.inject.annotation.TypedAnnotationMapper<Serdeable>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerdeableMapper
public SerdeableMapper()
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<Serdeable>
-
map
public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<Serdeable> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext) - Specified by:
map
in interfaceio.micronaut.inject.annotation.AnnotationMapper<Serdeable>
-