接口 StringToMultiValueConverter

    • 方法详细资料

      • convert

        default Object convert​(String source,
                               Class<?> multiValueType,
                               Class<?> elementType)
        从接口复制的说明: MultiValueConverter
        Convert the source to be the multiple value
        指定者:
        convert 在接口中 MultiValueConverter<String>
        参数:
        source - the source-typed value
        multiValueType - the multi-value type
        elementType - the element type
        返回:
      • convert

        Object convert​(String[] segments,
                       int size,
                       Class<?> targetType,
                       Class<?> elementType)
        Convert the segments to multiple value object
        参数:
        segments - the String array of content
        size - the size of multiple value object
        targetType - the target type
        elementType - the element type
        返回:
        multiple value object