Uses of Interface
io.helidon.codegen.spi.AnnotationMapper
Packages that use AnnotationMapper
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
-
Uses of AnnotationMapper in io.helidon.codegen
Methods in io.helidon.codegen that return types with arguments of type AnnotationMapperModifier and TypeMethodDescriptionCodegenContext.annotationMappers()
List of available annotation mappers in this environment.CodegenContextBase.annotationMappers()
CodegenContextDelegate.annotationMappers()
-
Uses of AnnotationMapper in io.helidon.codegen.spi
Methods in io.helidon.codegen.spi that return AnnotationMapperModifier and TypeMethodDescriptionAnnotationMapperProvider.create
(CodegenOptions options) Create an annotation mapper based on provided options.