Annotation Type SeparatedMapper.Separated


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public static @interface SeparatedMapper.Separated
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String separator  
      boolean trim  
    • Element Detail

      • separator

        java.lang.String separator
        Returns:
        a regular expression to split the input value into parts
        See Also:
        String.split(String)
        Default:
        ","
      • trim

        boolean trim
        Returns:
        true in case every part should be trimmed before further processing
        Default:
        false