Uses of Interface
org.aktin.broker.util.RequestConverter
Packages that use RequestConverter
-
Uses of RequestConverter in org.aktin.broker.util
Methods in org.aktin.broker.util that return RequestConverterModifier and TypeMethodDescriptionRequestTypeManager.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.RequestTypeManager.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).