Class MappedPropertyMapper

java.lang.Object
io.micronaut.data.document.processor.mapper.MappedPropertyMapper
All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<MappedProperty>, io.micronaut.inject.annotation.TypedAnnotationMapper<MappedProperty>

public class MappedPropertyMapper extends Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<MappedProperty>
Serdeable mapper of MappedProperty.
Since:
3.3
Author:
Denis Stepanov
  • Constructor Details

    • MappedPropertyMapper

      public MappedPropertyMapper()
  • Method Details

    • annotationType

      public Class<MappedProperty> annotationType()
      Specified by:
      annotationType in interface io.micronaut.inject.annotation.TypedAnnotationMapper<MappedProperty>
    • map

      public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<MappedProperty> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
      Specified by:
      map in interface io.micronaut.inject.annotation.AnnotationMapper<MappedProperty>