Class JsonSerializeMapper
java.lang.Object
io.micronaut.serde.processor.jackson.ValidatingAnnotationMapper
io.micronaut.serde.processor.jackson.databind.JsonSerializeMapper
- All Implemented Interfaces:
 io.micronaut.core.naming.Named,io.micronaut.inject.annotation.AnnotationMapper<Annotation>,io.micronaut.inject.annotation.NamedAnnotationMapper
Support for JsonSerialize(as=MyType).
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()protected List<io.micronaut.core.annotation.AnnotationValue<?>>mapValid(io.micronaut.core.annotation.AnnotationValue<Annotation> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext) The transform method will be called for each instances of the annotation returned via this method.Methods inherited from class io.micronaut.serde.processor.jackson.ValidatingAnnotationMapper
map 
- 
Constructor Details
- 
JsonSerializeMapper
public JsonSerializeMapper() 
 - 
 - 
Method Details
- 
mapValid
protected List<io.micronaut.core.annotation.AnnotationValue<?>> mapValid(io.micronaut.core.annotation.AnnotationValue<Annotation> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext) Description copied from class:ValidatingAnnotationMapperThe transform method will be called for each instances of the annotation returned via this method.- Specified by:
 mapValidin classValidatingAnnotationMapper- Parameters:
 annotation- The annotation valuesvisitorContext- The context that is being visited- Returns:
 - A list of zero or many annotations and values to map to
 
 - 
getSupportedMemberNames
- Overrides:
 getSupportedMemberNamesin classValidatingAnnotationMapper- Returns:
 - The set of annotation member names that are supported.
 
 - 
getName
 
 -