Annotation Type Configuration.ToMapValue


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.ToMapValue
    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 value of the specific field will be transformed using the method-reference and used for the implementation of the method annotated with Configuration.ToMap.
    • Required Element Summary

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

      • value

        java.lang.String value