Class FileUploadTypesHelper

java.lang.Object
io.jmix.flowui.upload.FileUploadTypesHelper

@Deprecated(since="2.7.0", forRemoval=true) public final class FileUploadTypesHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use FileTypesHelper instead.
  • Field Details

    • TYPES_SPLITTER

      public static final String TYPES_SPLITTER
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • convertToMIME

      @Nullable public static String convertToMIME(String types)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertToMIME

      @Nullable public static String convertToMIME(String types, String separator)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertToMIME

      @Nullable public static String convertToMIME(String types, String originSeparator, String separator)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertToMIME

      public static String convertToMIME(String[] types, String separator)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertSeparator

      @Nullable public static String convertSeparator(String types, String separator)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertSeparator

      @Nullable public static String convertSeparator(String types, String originSeparator, String separator)
      Deprecated, for removal: This API element is subject to removal in a future version.