Interface ConversionAnnotationProcessor

All Known Implementing Classes:
DefaultConversionAnnotationProcessor

public interface ConversionAnnotationProcessor
Used to process TypeConversion annotation to read defined Converters
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process annotation and build TypeConverter base on provided annotation and assigning it under given key
  • Method Details

    • process

      void process(Map<String,Object> mapping, TypeConversion tc, String key)
      Process annotation and build TypeConverter base on provided annotation and assigning it under given key
      Parameters:
      mapping - keeps converters per given key
      tc - annotation which keeps information about converter
      key - key under which converter should be registered