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 java.lang.Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<MappedProperty>
Serdeable mapper ofMappedProperty
.- Since:
- 3.3
- Author:
- Denis Stepanov
-
-
Constructor Summary
Constructors Constructor Description MappedPropertyMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<MappedProperty>
annotationType()
java.util.List<io.micronaut.core.annotation.AnnotationValue<?>>
map(io.micronaut.core.annotation.AnnotationValue<MappedProperty> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
-
-
-
Method Detail
-
annotationType
public java.lang.Class<MappedProperty> annotationType()
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<MappedProperty>
-
map
public java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<MappedProperty> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
- Specified by:
map
in interfaceio.micronaut.inject.annotation.AnnotationMapper<MappedProperty>
-
-