Uses of Class
de.quantummaid.httpmaid.http.headers.ContentType
-
-
Uses of ContentType in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid with type parameters of type ContentType Modifier and Type Field Description static MetaDataKey<ContentType>HttpMaidChainKeys. REQUEST_CONTENT_TYPEstatic MetaDataKey<ContentType>HttpMaidChainKeys. RESPONSE_CONTENT_TYPE -
Uses of ContentType in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return ContentType Modifier and Type Method Description ContentTypeHttpRequest. contentType()Methods in de.quantummaid.httpmaid.handler.http that return types with arguments of type ContentType Modifier and Type Method Description Optional<ContentType>HttpRequest. optionalContentType()Methods in de.quantummaid.httpmaid.handler.http with parameters of type ContentType Modifier and Type Method Description voidHttpResponse. setContentType(ContentType contentType) -
Uses of ContentType in de.quantummaid.httpmaid.http.headers
Methods in de.quantummaid.httpmaid.http.headers that return ContentType Modifier and Type Method Description static ContentTypeContentType. formUrlEncoded()static ContentTypeContentType. fromString(String contentType)static ContentTypeContentType. fromString(Optional<String> value)static ContentTypeContentType. json()static ContentTypeContentType. textPlain()static ContentTypeContentType. xml()static ContentTypeContentType. yaml() -
Uses of ContentType in de.quantummaid.httpmaid.http.headers.accept
Methods in de.quantummaid.httpmaid.http.headers.accept with parameters of type ContentType Modifier and Type Method Description booleanAccept. contentTypeIsAccepted(ContentType contentType) -
Uses of ContentType in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return ContentType Modifier and Type Method Description ContentTypeDefaultContentTypeProvider. provideDefaultContentType(HttpRequest request)Methods in de.quantummaid.httpmaid.marshalling with parameters of type ContentType Modifier and Type Method Description voidMarshallingModule. addMarshaller(ContentType contentType, Marshaller marshaller)voidMarshallingModule. addUnmarshaller(ContentType contentType, Unmarshaller unmarshaller)voidMarshallingModule. setDefaultContentTypeProvider(ContentType defaultContentTypeProvider)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallByDefaultUsingTheContentType(ContentType contentType)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentType(ContentType contentType, Unmarshaller unmarshaller, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toMarshallContentTypeInResponses(ContentType contentType, Marshaller marshaller)static MarshallingModuleConfiguratorMarshallingConfigurators. toUnmarshallContentTypeInRequests(ContentType contentType, Unmarshaller unmarshaller)
-