Annotation Type Configuration.ConvertWith


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.ConvertWith
    This annotation can be used together with Configuration.Key or Configuration.Parameter. The value must be a method reference of format `package.class#function` to a static and public method. The input for the specific field will be transformed using the method-reference.
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String INVERSE_IS_TO_MAP  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String method  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String inverse  
    • Field Detail

      • INVERSE_IS_TO_MAP

        static final java.lang.String INVERSE_IS_TO_MAP
    • Element Detail

      • method

        java.lang.String method
      • inverse

        java.lang.String inverse
        Default:
        ""