Class BatchPayloadParser
java.lang.Object
org.apache.syncope.common.rest.api.batch.BatchPayloadParser
-
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream in, jakarta.ws.rs.core.MediaType multipartMixed, T template)
-
Method Details
-
parse
public static <T extends BatchItem> List<T> parse(InputStream in, jakarta.ws.rs.core.MediaType multipartMixed, T template) throws IOException - Throws:
IOException
-