Annotation Interface Configuration.ToMapValue

Enclosing class:
Configuration

@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
     
  • Element Details