Class RequestUtils

java.lang.Object
org.frankframework.console.util.RequestUtils

public class RequestUtils extends Object
  • Constructor Details

    • RequestUtils

      public RequestUtils()
  • Method Details

    • resolveRequiredProperty

      public static <T> @NonNull T resolveRequiredProperty(String key, T multiFormProperty, T defaultValue) throws ApiException
      Throws:
      ApiException
    • resolveStringWithEncoding

      public static String resolveStringWithEncoding(String key, org.springframework.web.multipart.MultipartFile message, String defaultEncoding, boolean nullOnEmpty)