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 Details

    • MappedEmbeddedIdMapper

      public MappedEmbeddedIdMapper()
  • Method Details

    • annotationType

      public Class<EmbeddedId> annotationType()
      Specified by:
      annotationType in interface io.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 interface io.micronaut.inject.annotation.AnnotationMapper<EmbeddedId>