Package | Description |
---|---|
org.restsql.core |
Contains core framework interfaces, an API for deployments that use
restSQL as a library, rather than an HTTP service.
|
org.restsql.core.impl.serial |
Modifier and Type | Method and Description |
---|---|
static ResponseSerializer |
Factory.getResponseSerializer(String mediaType)
Returns response serializer for media type.
|
ResponseSerializer |
Factory.ResponseSerializerFactory.getResponseSerializer(String mediaType) |
Modifier and Type | Class and Description |
---|---|
class |
JsonResponseSerializer
Converts read/write results to a JSON string.
|
class |
XmlResponseSerializer
Converts read/write results to an XML document.
|
Modifier and Type | Method and Description |
---|---|
ResponseSerializer |
ResponseSerializerFactoryImpl.getResponseSerializer(String mediaType)
Returns response serializer for media type.
|
Copyright © 2011-2018 restSQL Project Contributors