Class CasYamlHttpMessageConverter

  • All Implemented Interfaces:
    org.springframework.http.converter.GenericHttpMessageConverter<java.lang.Object>, org.springframework.http.converter.HttpMessageConverter<java.lang.Object>

    public class CasYamlHttpMessageConverter
    extends org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
    Since:
    6.4.0
    • Field Summary

      • Fields inherited from class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter

        DEFAULT_CHARSET, defaultObjectMapper
      • Fields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter

        logger
    • Method Summary

      • Methods inherited from class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter

        canRead, canRead, canWrite, getCharset, getContentLength, getDefaultContentType, getJavaType, getJsonEncoding, getObjectMapper, getObjectMappersForType, getSupportedMediaTypes, logWarningIfNecessary, read, readInternal, registerObjectMappersForType, setObjectMapper, setPrettyPrint, writeInternal, writePrefix, writeSuffix
      • Methods inherited from class org.springframework.http.converter.AbstractGenericHttpMessageConverter

        canWrite, supports, write, writeInternal
      • Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter

        addDefaultHeaders, canRead, canWrite, getDefaultCharset, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.http.converter.HttpMessageConverter

        getSupportedMediaTypes, read, write
    • Constructor Detail

      • CasYamlHttpMessageConverter

        public CasYamlHttpMessageConverter()