Interface UserDataResolver

    • Method Detail

      • marshal

        String marshal​(Dimension field,
                       Collection<?> items)
        Marshal list of objects to text format
        Parameters:
        field -
        items -
      • unmarshal

        <T> List<T> unmarshal​(Dimension field,
                              String text)
        Convert text to list of objects
        Type Parameters:
        T -
        Parameters:
        field -
        text -