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.
Code generation for Helidon WebClient (Typed REST API).
Code generation for Helidon Service Registry.
-
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. -
Uses of AnnotationMapper in io.helidon.declarative.codegen.http.restclient
Methods in io.helidon.declarative.codegen.http.restclient that return AnnotationMapperModifier and TypeMethodDescriptionRestClientAnnotationMapperProvider.create
(CodegenOptions options) -
Uses of AnnotationMapper in io.helidon.service.codegen
Methods in io.helidon.service.codegen that return AnnotationMapper