Serialized Form

  • Package tools.jackson.module.afterburner

    • Class tools.jackson.module.afterburner.AfterburnerModule

      class AfterburnerModule extends tools.jackson.databind.JacksonModule implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • _cfgUseOptimizedBeanDeserializer
          boolean _cfgUseOptimizedBeanDeserializer
          Flag to indicate whether we should use an optimized sub-class of BeanDeserializer or not. Use of optimized version should further improve performance, but it can be disabled in case it causes issues.

          By default this feature is enabled.

        • _cfgUseValueClassLoader
          boolean _cfgUseValueClassLoader
          Flag to indicate whether we will try to load generated classes using same class loader as one that loaded class being accessed or not. If not, we will use class loader that loaded this module. Benefit of using value class loader is that 'protected' and 'package access' properties can be accessed; otherwise only 'public' properties can be accessed.

          By default this feature is enabled.