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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value