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>

public final class SerdeableMapper extends Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<Serdeable>
  • Constructor Details

    • SerdeableMapper

      public SerdeableMapper()
  • Method Details

    • annotationType

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