Class MappedEmbeddedIdMapper
java.lang.Object
io.micronaut.data.document.processor.mapper.MappedEmbeddedIdMapper
- All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<EmbeddedId>
,io.micronaut.inject.annotation.TypedAnnotationMapper<EmbeddedId>
public class MappedEmbeddedIdMapper
extends Object
implements io.micronaut.inject.annotation.TypedAnnotationMapper<EmbeddedId>
Serdeable mapper of
Id
.- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<io.micronaut.core.annotation.AnnotationValue<?>>
map
(io.micronaut.core.annotation.AnnotationValue<EmbeddedId> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
-
Constructor Details
-
MappedEmbeddedIdMapper
public MappedEmbeddedIdMapper()
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<EmbeddedId>
-
map
public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<EmbeddedId> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext) - Specified by:
map
in interfaceio.micronaut.inject.annotation.AnnotationMapper<EmbeddedId>
-