Class RequestUtils
java.lang.Object
org.frankframework.console.util.RequestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @NonNull TresolveRequiredProperty(String key, T multiFormProperty, T defaultValue) static StringresolveStringWithEncoding(String key, org.springframework.web.multipart.MultipartFile message, String defaultEncoding, boolean nullOnEmpty)
-
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
-