接口 UserDataResolver

    • 方法详细资料

      • marshal

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

        <T> List<T> unmarshal​(Dimension field,
                              String text)
        Convert text to list of objects
        类型参数:
        T -
        参数:
        field -
        text -