@Deprecated public abstract class AbstractRequestParser extends Object implements ConfigurableRequestParser
Modifier and Type | Field and Description |
---|---|
protected Map<String,ParserContentType> |
parsers
Deprecated.
|
Constructor and Description |
---|
AbstractRequestParser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
registryParser(String contentType,
ParserContentType parser)
Deprecated.
|
void |
removeParser(String contentType)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parserContentType
protected Map<String,ParserContentType> parsers
public void registryParser(String contentType, ParserContentType parser) throws RequestParserException
registryParser
in interface ConfigurableRequestParser
RequestParserException
public void removeParser(String contentType) throws RequestParserException
removeParser
in interface ConfigurableRequestParser
RequestParserException
Copyright © 2018 Brandao. All rights reserved.