接口 StringToMultiValueConverter

    • 方法详细资料

      • convert

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

        java.lang.Object convert​(java.lang.String[] segments,
                                 int size,
                                 java.lang.Class<?> targetType,
                                 java.lang.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