类 CodecConfigurerFactory

java.lang.Object
cn.taketoday.http.codec.CodecConfigurerFactory

final class CodecConfigurerFactory extends Object
Internal delegate for loading the default codec configurer class names. Models a loose relationship with the default implementations in the support package, literally only needing to know the default class name to use.
从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅:
  • 字段详细资料

    • DEFAULT_CONFIGURERS_PATH

      private static final String DEFAULT_CONFIGURERS_PATH
      另请参阅:
    • defaultCodecConfigurers

      private static final HashMap<Class<?>,Class<?>> defaultCodecConfigurers
  • 构造器详细资料

    • CodecConfigurerFactory

      private CodecConfigurerFactory()
  • 方法详细资料