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