Uses of Interface
org.aktin.broker.util.RequestConverter
| Package | Description |
|---|---|
| org.aktin.broker.util |
-
Uses of RequestConverter in org.aktin.broker.util
Methods in org.aktin.broker.util that return RequestConverter Modifier and Type Method Description RequestConverterRequestTypeManager. buildConverterChain(List<javax.ws.rs.core.MediaType> accept, List<javax.ws.rs.core.MediaType> resources)Build a converter chain which produces an acceptable (in order of preference) request and consumes one of the available resource types.RequestConverterRequestTypeManager. converterForType(String out, String in)If a GET request with a specified Accept media type can not be satisfied from the database, a converter is searched (which is expected to produce that type).