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