Annotation Interface Configuration.ConvertWith

Enclosing class:
Configuration

@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
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String