Class MappedRelationMapper
java.lang.Object
io.micronaut.data.document.processor.mapper.MappedRelationMapper
- All Implemented Interfaces:
 io.micronaut.inject.annotation.AnnotationMapper<Relation>,io.micronaut.inject.annotation.TypedAnnotationMapper<Relation>
public class MappedRelationMapper
extends Object
implements io.micronaut.inject.annotation.TypedAnnotationMapper<Relation>
Serdeable mapper of 
Relation.- Since:
 - 3.3
 - Author:
 - Denis Stepanov
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MappedRelationMapper
public MappedRelationMapper() 
 - 
 - 
Method Details
- 
annotationType
- Specified by:
 annotationTypein interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<Relation>
 - 
map
public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<Relation> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext) - Specified by:
 mapin interfaceio.micronaut.inject.annotation.AnnotationMapper<Relation>
 
 -