Class NoCtorModule

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned

    @Deprecated
    public class NoCtorModule
    extends NoCtorDeserModule
    Deprecated.
    Incorrectly named; use NoCtorDeserModule instead
    Since:
    2.13
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module

        com.fasterxml.jackson.databind.Module.SetupContext
    • Constructor Summary

      Constructors 
      Constructor Description
      NoCtorModule()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class com.fasterxml.jackson.databind.Module

        getDependencies, getTypeId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoCtorModule

        public NoCtorModule()
        Deprecated.