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 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 with parameters of type ContentType Modifier and Type Method Description voidMarshallingModule. addMarshaller(ContentType contentType, Marshaller marshaller)voidMarshallingModule. addUnmarshaller(ContentType contentType, Unmarshaller unmarshaller)voidMarshallingModule. setDefaultContentType(ContentType defaultContentType)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)
-