Annotation Type Configuration.ToMap


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.ToMap
    Annotated function will return the map representation of the configuration. The return type of the method must be of type Map<String, Object>. By default, each field will be directly put into the returned map. If Configuration.ToMapValue is defined, the given method will be applied before.