- All Superinterfaces:
- CodegenProvider
- All Known Implementing Classes:
- MapNamedByTypeMapperProvider,- RestClientAnnotationMapperProvider
ServiceLoader provider interface for annotation mapping.
 This provider is used to load all mappers accessible through CodegenContext.annotationMappers().- 
Method SummaryModifier and TypeMethodDescriptioncreate(CodegenOptions options) Create an annotation mapper based on provided options.Methods inherited from interface io.helidon.codegen.spi.CodegenProvidersupportedAnnotationPackages, supportedAnnotations, supportedMetaAnnotations, supportedOptions
- 
Method Details- 
createCreate an annotation mapper based on provided options.- Parameters:
- options- as obtained from annotation processing environment, Maven plugin, or command line arguments
- Returns:
- a new annotation mapper
 
 
-