Class FormParserFactory

java.lang.Object
org.jboss.resteasy.reactive.server.core.multipart.FormParserFactory

public class FormParserFactory extends Object
Factory class that can create a form data parser for a given request.

It does this by iterating the available parser definitions, and returning the first parser that is created.

Author:
Stuart Douglas