Interface AnnotationMapperProvider

All Superinterfaces:
CodegenProvider

public interface AnnotationMapperProvider extends CodegenProvider
ServiceLoader provider interface for annotation mapping. This provider is used to load all mappers accessible through CodegenContext.annotationMappers().
  • Method Details

    • create

      Create 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