Interface | Description |
---|---|
ArrayParserFactory |
This interface is used to create
ValueParser able to parse serialized array structures. |
Bodies |
In this interface you can find all available
BodyProcessorFactory to use in ValidationHandlerBuilder . |
BodyProcessorFactory |
This interface is used to build body processors.
|
ObjectParserFactory |
This interface is used to create
ValueParser able to parse serialized object structures. |
ParameterProcessorFactory |
This interface is used to build parameter processors supported on every
ParameterLocation . |
Parameters |
In this interface you can find all available
ParameterProcessorFactory to use in ValidationHandlerBuilder . |
Parsers |
In this interface you can find all available
ArrayParserFactory , ObjectParserFactory & TupleParserFactory |
StyledParameterProcessorFactory |
This interface is used to build complex parameter processors supported only in cookie & query.
|
TupleParserFactory |
This interface is used to create
ValueParser able to parse serialized object structures. |
ValidationHandlerBuilder |
Builder for a
ValidationHandler . |
Copyright © 2022 Eclipse. All rights reserved.